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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.
Azure SDK for Python