The application that the entity belongs to.
The request context for retrieving a secret
A secret that can be either a string or binary value.
The representation of a secret reference in the config store.
The request to retrieve a secret. This includes the name of the secret and the context needed
to validate the requestor. The context will be passed to the underlying secrets service in
order to make decisions around access.
The version field is optional but highly recommended. If it is not provided, the service will
default to retrieving the latest version of the secret.
The response to a secret request. The fields are mutually exclusive: either a secret or an
error will be set.