SecretPatchParameters Class

Parameters for patching a secret.

Inheritance
SecretPatchParameters

Constructor

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

Variables

tags
dict[str, str]

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

properties
SecretPatchProperties

Properties of the secret.