KeyVaultSecret Class
All of a secret's properties, and its value.
- Inheritance
-
builtins.objectKeyVaultSecret
Constructor
KeyVaultSecret(properties: SecretProperties, value: str | None)
Parameters
Name | Description |
---|---|
properties
Required
|
The secret's properties. |
value
Required
|
The value of the secret. |
Attributes
id
name
properties
value
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python