ManagedServiceIdentityUpdate interface
用於新增選擇性屬性的範本。
屬性
type | 指派給此資源的受控識別類型。 |
user |
使用者指派給此資源的身分識別。 |
屬性詳細資料
type
指派給此資源的受控識別類型。
type?: string
屬性值
string
userAssignedIdentities
使用者指派給此資源的身分識別。
userAssignedIdentities?: Record<string, null | UserAssignedIdentity>
屬性值
Record<string, null | UserAssignedIdentity>