Databricks SDK for JavaScript
    Preparing search index...

    Variable Role_IdentityTypeConst

    Role_IdentityType: {
        GROUP: "GROUP";
        IDENTITY_TYPE_UNSPECIFIED: "IDENTITY_TYPE_UNSPECIFIED";
        SERVICE_PRINCIPAL: "SERVICE_PRINCIPAL";
        USER: "USER";
    } = ...

    The type of the managed identity that this Role represents. Leave empty if you wish to create a regular Postgres role not associated with a identity.

    Type Declaration

    • ReadonlyGROUP: "GROUP"

      A group in a workspace.

    • ReadonlyIDENTITY_TYPE_UNSPECIFIED: "IDENTITY_TYPE_UNSPECIFIED"

      Default value, not used

    • ReadonlySERVICE_PRINCIPAL: "SERVICE_PRINCIPAL"

      A service principal in a workspace.

    • ReadonlyUSER: "USER"

      A user in a workspace.