ResourceIdentity interface
資源的 Azure Active Directory 身分識別設定。
屬性
| principal |
The Azure Active Directory principal id. |
| tenant |
The Azure Active Directory tenant id. |
| type | 識別類型。 將此設定為 『SystemAssigned』,以自動建立和指派資源的 Azure Active Directory 主體。 |
| user |
要使用的使用者指派身分識別的資源標識碼 |
屬性詳細資料
principalId
The Azure Active Directory principal id.
principalId?: string
屬性值
string
tenantId
The Azure Active Directory tenant id.
tenantId?: string
屬性值
string
type
識別類型。 將此設定為 『SystemAssigned』,以自動建立和指派資源的 Azure Active Directory 主體。
type?: string
屬性值
string
userAssignedIdentities
要使用的使用者指派身分識別的資源標識碼
userAssignedIdentities?: Record<string, UserIdentity>
屬性值
Record<string, UserIdentity>