SecretResourceProperties interface
描述秘密資源的屬性。
- Extends
屬性
content |
儲存在秘密值中的內容類型。 這個屬性的值對 Service Fabric 不透明。 設定之後,就無法變更這個屬性的值。 |
description | 用戶可讀取的秘密描述。 |
kind | 多型歧視性,指定這個物件可以是的不同類型 |
status | 資源的狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
status |
提供秘密目前狀態的其他資訊。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
繼承的屬性
provisioning |
資源的狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
屬性詳細資料
contentType
儲存在秘密值中的內容類型。 這個屬性的值對 Service Fabric 不透明。 設定之後,就無法變更這個屬性的值。
contentType?: string
屬性值
string
description
用戶可讀取的秘密描述。
description?: string
屬性值
string
kind
多型歧視性,指定這個物件可以是的不同類型
kind: "inlinedValue" | "SecretResourceProperties"
屬性值
"inlinedValue" | "SecretResourceProperties"
status
資源的狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。
status?: string
屬性值
string
statusDetails
提供秘密目前狀態的其他資訊。 注意:這個屬性不會串行化。 它只能由伺服器填入。
statusDetails?: string
屬性值
string
繼承的屬性詳細資料
provisioningState
資源的狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。
provisioningState?: string
屬性值
string