共用方式為


SecretProperties 類別

秘密的屬性。

變數只會由伺服器填入,而且會在傳送要求時予以忽略。

繼承
azure.mgmt.keyvault._serialization.Model
SecretProperties

建構函式

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

僅限關鍵字的參數

名稱 Description
value
str

密碼的值。 注意:'value' 永遠不會從服務傳回,因為使用此模型的 API 適用于 ARM 部署的內部使用。 使用者應該使用資料平面 REST 服務來與保存庫秘密互動。

content_type
str

秘密的內容類型。

attributes

秘密的屬性。

變數

名稱 Description
value
str

密碼的值。 注意:'value' 永遠不會從服務傳回,因為使用此模型的 API 適用于 ARM 部署的內部使用。 使用者應該使用資料平面 REST 服務來與保存庫秘密互動。

content_type
str

秘密的內容類型。

attributes

秘密的屬性。

secret_uri
str

要擷取目前密碼版本的 URI。

secret_uri_with_version
str

要擷取特定密碼版本的 URI。