SecretItem 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.
The secret item containing secret metadata.
public class SecretItem
type SecretItem = class
Public Class SecretItem
- Inheritance
-
SecretItem
- Derived
Constructors
SecretItem() |
Initializes a new instance of the SecretItem class. |
SecretItem(String, SecretAttributes, IDictionary<String,String>, String, Nullable<Boolean>) |
Initializes a new instance of the SecretItem class. |
Properties
Attributes |
Gets or sets the secret management attributes. |
ContentType |
Gets or sets type of the secret value such as a password. |
Id |
Gets or sets secret identifier. |
Identifier |
The identifier for secret object |
Managed |
Gets true if the secret's lifetime is managed by key vault. If this is a key backing a certificate, then managed will be true. |
Tags |
Gets or sets application specific metadata in the form of key-value pairs. |
Applies to
Azure SDK for .NET