SecretCreateOrUpdateParameters Class

Parameters for creating or updating a secret.

All required parameters must be populated in order to send to Azure.

Inheritance
SecretCreateOrUpdateParameters

Constructor

SecretCreateOrUpdateParameters(*, properties: azure.mgmt.keyvault.v2020_04_01_preview.models._models_py3.SecretProperties, tags: Optional[Dict[str, str]] = None, **kwargs)

Variables

tags
dict[str, str]

A set of tags. The tags that will be assigned to the secret.

properties
SecretProperties

Required. Properties of the secret.