Databricks SDK for JavaScript
    Preparing search index...

    Manifest of a specific securable kind.

    interface SecurableKindManifest {
        assignablePrivileges?: string[];
        capabilities?: string[];
        options?: OptionSpec[];
        securableKind?: SecurableKind;
        securableType?: SecurableType;
    }
    Index

    Properties

    assignablePrivileges?: string[]

    Privileges that can be assigned to the securable.

    capabilities?: string[]

    A list of capabilities in the securable kind.

    options?: OptionSpec[]

    Detailed specs of allowed options.

    securableKind?: SecurableKind

    Securable kind to get manifest of.

    securableType?: SecurableType

    Securable Type of the kind.