Databricks SDK for JavaScript
    Preparing search index...

    Interface CreateServicePrincipalRequest

    interface CreateServicePrincipalRequest {
        active?: boolean;
        applicationId?: string;
        displayName?: string;
        entitlements?: ComplexValue[];
        externalId?: string;
        groups?: ComplexValue[];
        id?: string;
        roles?: ComplexValue[];
        schemas?: ServicePrincipalSchema[];
    }
    Index

    Properties

    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.

    entitlements?: ComplexValue[]

    Entitlements assigned to the service principal. See assigning entitlements for a full list of supported values.

    externalId?: string
    groups?: ComplexValue[]
    id?: string

    service principal ID.

    roles?: ComplexValue[]

    Corresponds to AWS instance profile/arn role.

    The schema of the List response.