ManagedServiceIdentityUpdate interface
省略可能なプロパティを追加するためのテンプレート。
プロパティ
type | このリソースに割り当てられているマネージド ID の種類。 |
user |
ユーザーによってこのリソースに割り当てられた ID。 |
プロパティの詳細
type
このリソースに割り当てられているマネージド ID の種類。
type?: string
プロパティ値
string
userAssignedIdentities
ユーザーによってこのリソースに割り当てられた ID。
userAssignedIdentities?: Record<string, null | UserAssignedIdentity>
プロパティ値
Record<string, null | UserAssignedIdentity>