Databricks SDK for JavaScript
    Preparing search index...

    Interface DeleteServicePrincipalSecretRequest

    interface DeleteServicePrincipalSecretRequest {
        accountId?: string;
        secretId?: string;
        servicePrincipal?: string;
    }
    Index

    Properties

    accountId?: string

    The account ID.

    secretId?: string

    The secret ID.

    servicePrincipal?: string

    The service principal ID.