SecretPatchProperties Class
Properties of the secret.
Constructor
SecretPatchProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
value
|
The value of the secret. |
|
content_type
|
The content type of the secret. |
|
attributes
|
The attributes of the secret. |
Attributes
attributes
The attributes of the secret.
attributes: _models.SecretAttributes | None
content_type
The content type of the secret.
content_type: str | None
value
The value of the secret.
value: str | None