Databricks SDK for JavaScript
    Preparing search index...

    Interface AppResourceSecret

    interface AppResourceSecret {
        key?: string;
        permission?: AppResourceSecret_SecretPermission;
        scope?: string;
    }
    Index

    Properties

    key?: string

    Key of the secret to grant permission on.

    Permission to grant on the secret scope. For secrets, only one permission is allowed. Permission must be one of: "READ", "WRITE", "MANAGE".

    scope?: string

    Scope of the secret to grant permission on.