Databricks SDK for JavaScript
    Preparing search index...

    Interface CreateAccountGroupRequest

    interface CreateAccountGroupRequest {
        accountId?: string;
        displayName?: string;
        externalId?: string;
        id?: string;
        members?: AccountComplexValue[];
        meta?: AccountResourceMeta;
        roles?: AccountComplexValue[];
    }
    Index

    Properties

    accountId?: string

    account ID

    displayName?: string

    String that represents a human-readable group name

    externalId?: string
    id?: string

    group ID

    Container for the group identifier. Workspace local versus account.

    Indicates if the group has the admin role.