SecretBundle Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A secret consisting of a value, id and its attributes.
public class SecretBundle
type SecretBundle = class
Public Class SecretBundle
- Inheritance
-
SecretBundle
Properties
ContentType |
The content type of the secret. |
Id |
The secret id. |
Kid |
If this is a secret backing a KV certificate, then this field specifies the corresponding key backing the KV certificate. |
Managed |
True if the secret's lifetime is managed by key vault. If this is a secret backing a certificate, then managed will be true. |
Tags |
Application specific metadata in the form of key-value pairs. |
Value |
The secret value. |
Applies to
Azure SDK for .NET