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
- Derived
Constructors
SecretBundle() |
Initializes a new instance of the SecretBundle class. |
SecretBundle(String, String, String, SecretAttributes, IDictionary<String,String>, String, Nullable<Boolean>) |
Initializes a new instance of the SecretBundle class. |
Properties
Attributes |
Gets or sets the secret management attributes. |
ContentType |
Gets or sets the content type of the secret. |
Id |
Gets or sets the secret id. |
Kid |
Gets if this is a secret backing a KV certificate, then this field specifies the corresponding key backing the KV certificate. |
Managed |
Gets true if the secret's lifetime is managed by key vault. If this is a secret backing a certificate, then managed will be true. |
SecretIdentifier |
The identifier for secret object |
Tags |
Gets or sets application specific metadata in the form of key-value pairs. |
Value |
Gets or sets the secret value. |
Methods
ToString() |
Applies to
Azure SDK for .NET