Databricks SDK for JavaScript
    Preparing search index...

    Interface ListServicePrincipalSecretsRequest

    interface ListServicePrincipalSecretsRequest {
        accountId?: string;
        pageSize?: number;
        pageToken?: string;
        servicePrincipal?: string;
    }
    Index

    Properties

    accountId?: string

    The account ID.

    pageSize?: number
    pageToken?: string

    An opaque page token which was the next_page_token in the response of the previous request to list the secrets for this service principal. Provide this token to retrieve the next page of secret entries. When providing a page_token, all other parameters provided to the request must match the previous request. To list all of the secrets for a service principal, it is necessary to continue requesting pages of entries until the response contains no next_page_token. Note that the number of entries returned must not be used to determine when the listing is complete.

    servicePrincipal?: string

    The service principal ID.