Databricks SDK for JavaScript
    Preparing search index...
    interface Role_RoleStatus {
        attributes?: Role_Attributes;
        authMethod?: Role_AuthMethod;
        identityType?: Role_IdentityType;
        membershipRoles?: Role_MembershipRole[];
        postgresRole?: string;
        roleId?: string;
    }
    Index

    Properties

    attributes?: Role_Attributes

    The PG role attributes associated with the role.

    authMethod?: Role_AuthMethod
    identityType?: Role_IdentityType

    The type of the role.

    membershipRoles?: Role_MembershipRole[]

    An enum value for a standard role that this role is a member of.

    postgresRole?: string

    The name of the Postgres role.

    roleId?: string

    Part of the resource name.