SecretUpdateParameters Class

The secret update parameters.

Inheritance
SecretUpdateParameters

Constructor

SecretUpdateParameters(*, content_type: Optional[str] = None, secret_attributes=None, tags=None, **kwargs)

Parameters

content_type
str
Required

Type of the secret value such as a password.

secret_attributes
SecretAttributes
Required

The secret management attributes.

tags
dict[str, str]
Required

Application specific metadata in the form of key-value pairs.