DeploymentIdentity interface
デプロイのマネージド ID 構成。
プロパティ
| type | ID の種類。 |
| user |
リソースに関連付けられているユーザー割り当て ID のセット。 |
プロパティの詳細
type
ID の種類。
type: string
プロパティ値
string
userAssignedIdentities
リソースに関連付けられているユーザー割り当て ID のセット。
userAssignedIdentities?: {[propertyName: string]: UserAssignedIdentity | null}
プロパティ値
{[propertyName: string]: UserAssignedIdentity | null}