SecretPatchProperties Class
Properties of the secret.
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. Default value: None
|
|
content_type
|
The content type of the secret. Default value: None
|
|
attributes
|
The attributes of the secret. Default value: None
|
Variables
| Name | Description |
|---|---|
|
value
|
The value of the secret. |
|
content_type
|
The content type of the secret. |
|
attributes
|
The attributes of the secret. |