Databricks SDK for JavaScript
    Preparing search index...

    Interface UpdateGroupRequest

    interface UpdateGroupRequest {
        displayName?: string;
        entitlements?: ComplexValue[];
        externalId?: string;
        groups?: ComplexValue[];
        id?: string;
        members?: ComplexValue[];
        meta?: ResourceMeta;
        roles?: ComplexValue[];
        schemas?: GroupSchema[];
    }
    Index

    Properties

    displayName?: string

    String that represents a human-readable group name

    entitlements?: ComplexValue[]

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

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

    group ID

    members?: ComplexValue[]

    Container for the group identifier. Workspace local versus account.

    roles?: ComplexValue[]

    Corresponds to AWS instance profile/arn role.

    schemas?: GroupSchema[]

    The schema of the group.