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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python