Databricks SDK for JavaScript
    Preparing search index...

    Interface PasswordAccessControlResponse

    interface PasswordAccessControlResponse {
        allPermissions?: PasswordPermission[];
        displayName?: string;
        groupName?: string;
        servicePrincipalName?: string;
        userName?: string;
    }
    Index

    Properties

    allPermissions?: PasswordPermission[]

    All permissions.

    displayName?: string

    Display name of the user or service principal.

    groupName?: string

    name of the group

    servicePrincipalName?: string

    Name of the service principal.

    userName?: string

    name of the user