你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SecretPatchProperties Class

Properties of the secret.

Inheritance
azure.mgmt.keyvault._serialization.Model
SecretPatchProperties

Constructor

SecretPatchProperties(*, value: str | None = None, content_type: str | None = None, attributes: _models.SecretAttributes | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
value
str

The value of the secret.

content_type
str

The content type of the secret.

attributes

The attributes of the secret.

Variables

Name Description
value
str

The value of the secret.

content_type
str

The content type of the secret.

attributes

The attributes of the secret.