SecretSetParameters Class

The secret set parameters.

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

Inheritance
SecretSetParameters

Constructor

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

Parameters

value
str
Required

Required. The value of the secret.

tags
dict[str, str]
Required

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

content_type
str
Required

Type of the secret value such as a password.

secret_attributes
SecretAttributes
Required

The secret management attributes.