SecretObject 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.
Describes the properties of a secret object value.
public class SecretObject
type SecretObject = class
Public Class SecretObject
- Inheritance
-
SecretObject
Constructors
SecretObject() |
Initializes a new instance of the SecretObject class. |
SecretObject(String, String) |
Initializes a new instance of the SecretObject class. |
Properties
Type |
Gets or sets the type of the secret object which determines how the value of the secret object has to be interpreted. Possible values include: 'Opaque', 'Vaultsecret' |
Value |
Gets or sets the value of the secret. The format of this value will be determined based on the type of the secret object. If the type is Opaque, the value will be used as is without any modification. |
Applies to
Azure SDK for .NET