次の方法で共有


IdentityDescription interface

このアプリケーションに関連付けられている ID を記述する情報。

プロパティ

principalId

このリソースに関連付けられている ID のサービス プリンシパルのオブジェクト識別子。

tenantId

アプリケーションの ID を含むテナントの識別子。

tokenServiceEndpoint

この ID を管理するトークン サービスのエンドポイント

type

このリソースに関連付けられている ID の種類。現在、'SystemAssigned と UserAssigned' に制限されています

userAssignedIdentities

は、ユーザー割り当て 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}