OptionalbrowseIndicates whether the principal is limited to retrieving metadata for the associated object through the BROWSE privilege when include_browse is enabled in the request.
OptionalcatalogThe name of the catalog where the schema and the secret reside.
OptionalcommentUser-provided free-form text description of the secret.
OptionalcreatedThe principal that created the secret.
OptionalcreateThe time at which this secret was created.
OptionaleffectiveThe effective owner of the secret, which may differ from the directly-set owner due to inheritance.
OptionaleffectiveThe secret value. Only populated in responses when you have the READ_SECRET privilege and include_value is set to true in the request. The maximum size is 60 KiB.
OptionalexpireUser-provided expiration time of the secret. This field indicates when the secret should no longer be used and may be displayed as a warning in the UI. It is purely informational and does not trigger any automatic actions or affect the secret's lifecycle.
OptionalexternalOptionalfullThe three-level (fully qualified) name of the secret, in the form of catalog_name.schema_name.secret_name.
OptionalmetastoreUnique identifier of the metastore hosting the secret.
OptionalnameThe name of the secret, relative to its parent schema.
OptionalownerThe owner of the secret. Defaults to the creating principal on creation. Can be updated to transfer ownership of the secret to another principal.
OptionalschemaThe name of the schema where the secret resides.
OptionalupdatedThe principal that last updated the secret.
OptionalupdateThe time at which this secret was last updated.
OptionalvalueThe secret value to store. This field is input-only and is not returned in responses — use the effective_value field (via GetSecret with include_value set to true) to read the secret value. The maximum size is 60 KiB (pre-encryption). Accepted content includes passwords, tokens, keys, and other sensitive credential data.
A secret stored in Unity Catalog. Secrets are three-level namespace objects (catalog.schema.secret) that securely store sensitive credential data such as passwords, tokens, and keys.