SecretPatchProperties Classe
Propriedades do segredo.
- Herança
-
azure.mgmt.keyvault._serialization.ModelSecretPatchProperties
Construtor
SecretPatchProperties(*, value: str | None = None, content_type: str | None = None, attributes: _models.SecretAttributes | None = None, **kwargs: Any)
Variáveis
- value
- str
O valor do segredo.
- content_type
- str
O tipo de conteúdo do segredo.
- attributes
- SecretAttributes
Os atributos do segredo.