Databricks SDK for JavaScript
    Preparing search index...
    interface GetSecretResponse {
        key?: string;
        value?: Uint8Array<ArrayBufferLike>;
    }
    Index

    Properties

    Properties

    key?: string

    A unique name to identify the secret.

    value?: Uint8Array<ArrayBufferLike>

    The value of the secret in its byte representation.