IdentityDescription interface
このアプリケーションに関連付けられている ID を記述する情報。
プロパティ
| principal |
このリソースに関連付けられている ID のサービス プリンシパルのオブジェクト識別子。 |
| tenant |
アプリケーションの ID を含むテナントの識別子。 |
| token |
この ID を管理するトークン サービスのエンドポイント |
| type | このリソースに関連付けられている ID の種類。現在、'SystemAssigned と UserAssigned' に制限されています |
| user |
は、ユーザー割り当て ID マップを表します。 |
プロパティの詳細
principalId
このリソースに関連付けられている ID のサービス プリンシパルのオブジェクト識別子。
principalId?: string
プロパティ値
string
tenantId
アプリケーションの ID を含むテナントの識別子。
tenantId?: string
プロパティ値
string
tokenServiceEndpoint
この ID を管理するトークン サービスのエンドポイント
tokenServiceEndpoint?: string
プロパティ値
string
type
このリソースに関連付けられている ID の種類。現在、'SystemAssigned と UserAssigned' に制限されています
type: string
プロパティ値
string
userAssignedIdentities
は、ユーザー割り当て ID マップを表します。
userAssignedIdentities?: {[propertyName: string]: IdentityItemDescription}
プロパティ値
{[propertyName: string]: IdentityItemDescription}