Databricks SDK for JavaScript
    Preparing search index...

    Variable AclPermissionConst

    AclPermission: { MANAGE: "MANAGE"; READ: "READ"; WRITE: "WRITE" } = ...

    The ACL permission levels for Secret ACLs applied to secret scopes.

    Type Declaration

    • ReadonlyMANAGE: "MANAGE"

      Allowed to read/write ACLs, and read/write secrets to this secret scope.

    • ReadonlyREAD: "READ"

      Allowed to perform read operations (get, list) on secrets in this scope.

    • ReadonlyWRITE: "WRITE"

      Allowed to read and write secrets to this secret scope.