FactoryIdentity interface
ファクトリ リソースの ID プロパティ。
プロパティ
| principal |
ID のプリンシパル ID。 |
| tenant |
ID のクライアント テナント ID。 |
| type | ID の種類。 |
| user |
ファクトリのユーザー割り当て ID の一覧。 |
プロパティの詳細
principalId
ID のプリンシパル ID。
principalId?: string
プロパティ値
string
tenantId
ID のクライアント テナント ID。
tenantId?: string
プロパティ値
string
type
ID の種類。
type: string
プロパティ値
string
userAssignedIdentities
ファクトリのユーザー割り当て ID の一覧。
userAssignedIdentities?: Record<string, any>
プロパティ値
Record<string, any>