Databricks SDK for JavaScript
    Preparing search index...

    Request message for UpdateSecret.

    interface UpdateSecretRequest {
        fullName?: string;
        secret?: Secret;
        updateMask?: FieldMask<Secret>;
    }
    Index

    Properties

    fullName?: string

    The three-level (fully qualified) name of the secret (for example, catalog_name.schema_name.secret_name).

    secret?: Secret

    The secret object containing the fields to update. Only fields specified in update_mask will be updated.

    updateMask?: FieldMask<Secret>

    The field mask specifying which fields of the secret to update. Supported fields: value, comment, owner, expire_time.