Databricks SDK for JavaScript
    Preparing search index...

    Interface CreateAccountServicePrincipalRequest

    interface CreateAccountServicePrincipalRequest {
        accountId?: string;
        active?: boolean;
        applicationId?: string;
        displayName?: string;
        externalId?: string;
        id?: string;
        roles?: AccountComplexValue[];
    }
    Index

    Properties

    accountId?: string

    account ID

    active?: boolean

    If this user is active

    applicationId?: string

    UUID relating to the service principal

    displayName?: string

    String that represents a concatenation of given and family names.

    externalId?: string
    id?: string

    service principal ID.

    Indicates if the group has the admin role.