Databricks SDK for JavaScript
    Preparing search index...

    Interface PasswordAccessControlRequest

    interface PasswordAccessControlRequest {
        groupName?: string;
        permissionLevel?: PasswordPermission_Level;
        servicePrincipalName?: string;
        userName?: string;
    }
    Index

    Properties

    groupName?: string

    name of the group

    permissionLevel?: PasswordPermission_Level

    Permission level

    servicePrincipalName?: string

    application ID of a service principal

    userName?: string

    name of the user