DppIdentityDetails interface
ID の詳細
プロパティ
| principal |
Azure リソースへのロールベースのアクセスを許可するために使用されるマネージド ID のサービス プリンシパル オブジェクトのオブジェクト ID。 |
| tenant |
リソースがメンバーになった Azure AD テナントを表すグローバル一意識別子 (GUID)。 |
| type | SystemAssigned、UserAssigned、'SystemAssigned、UserAssigned' または None のいずれかを指定できる identityType。 |
| user |
ユーザー割り当て ID を取得または設定します。 |
プロパティの詳細
principalId
Azure リソースへのロールベースのアクセスを許可するために使用されるマネージド ID のサービス プリンシパル オブジェクトのオブジェクト ID。
principalId?: string
プロパティ値
string
tenantId
リソースがメンバーになった Azure AD テナントを表すグローバル一意識別子 (GUID)。
tenantId?: string
プロパティ値
string
type
SystemAssigned、UserAssigned、'SystemAssigned、UserAssigned' または None のいずれかを指定できる identityType。
type?: string
プロパティ値
string
userAssignedIdentities
ユーザー割り当て ID を取得または設定します。
userAssignedIdentities?: Record<string, UserAssignedIdentity>
プロパティ値
Record<string, UserAssignedIdentity>