SecretPatchProperties Class
Properties of the secret.
- Inheritance
-
azure.mgmt.keyvault._serialization.ModelSecretPatchProperties
Constructor
SecretPatchProperties(*, value: str | None = None, content_type: str | None = None, attributes: _models.SecretAttributes | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
value
|
The value of the secret. |
content_type
|
The content type of the secret. |
attributes
|
The attributes of the secret. |
Variables
Name | Description |
---|---|
value
|
The value of the secret. |
content_type
|
The content type of the secret. |
attributes
|
The attributes of the secret. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python