SecretCreateOrUpdateParameters Class
Parameters for creating or updating a secret.
Constructor
SecretCreateOrUpdateParameters(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
tags
|
The tags that will be assigned to the secret. |
|
properties
|
Properties of the secret. Required. |
Attributes
properties
Properties of the secret. Required.
properties: _models.SecretProperties
tags
The tags that will be assigned to the secret.
tags: dict[str, str] | None