The GET operation is applicable to any secret stored in Azure Key Vault. This operation requires the secrets/get permission.
Supports noop? false
Parameters
secret_name(Optional[String[1]])
— The name of the secret.
secret_version(Optional[String[1]])
— The version of the secret.
id(Optional[String[1]])
— The secret id.
contenttype(Optional[String[1]])
— The content type of the secret.
attributes(Optional[String[1]])
— The secret management attributes.
value(Optional[String[1]])
— The secret value.
api_version(Optional[String[1]])
— Client API version.
tags(Optional[String[1]])
— Application specific metadata in the form of key-value pairs.
kid(Optional[String[1]])
— If this is a secret backing a KV certificate, then this field specifies the corresponding key backing the KV certificate.
managed(Optional[String[1]])
— True if the secret's lifetime is managed by key vault. If this is a secret backing a certificate, then managed will be true.