Databricks SDK for JavaScript
    Preparing search index...
    interface GrantRule {
        principals?: string[];
        role?: string;
    }
    Index

    Properties

    Properties

    principals?: string[]

    Principals this grant rule applies to. A principal can be a user (for end users), a service principal (for applications and compute workloads), or an account group. Each principal has its own identifier format:

    • users/
    • groups/<GROUP_NAME>
    • servicePrincipals/<SERVICE_PRINCIPAL_APPLICATION_ID>
    role?: string

    Role that is assigned to the list of principals.