ManagedServicesAuthorization クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
マネージド テナント内の委任されたリソースでプリンシパルが受け取るアクセスを記述する Azure Active Directory プリンシパル識別子と Azure 組み込みロール。
public class ManagedServicesAuthorization
type ManagedServicesAuthorization = class
Public Class ManagedServicesAuthorization
- 継承
-
ManagedServicesAuthorization
コンストラクター
ManagedServicesAuthorization(Guid, String) |
ManagedServicesAuthorization の新しいインスタンスを初期化します。 |
プロパティ
DelegatedRoleDefinitionIds |
roleDefinitionId がユーザー アクセス管理者ロールを参照している場合は、delegatedRoleDefinitionIds フィールドが必要です。 これは、承認のユーザーが他のプリンシパルに割り当てることができるすべてのアクセス許可を定義するロール定義 ID の一覧です。 |
PrincipalId |
Azure Active Directory プリンシパルの識別子。 |
PrincipalIdDisplayName |
Azure Active Directory プリンシパルの表示名。 |
RoleDefinitionId |
Azure Active Directory プリンシパルが投影スコープに対して持つアクセス許可を定義する Azure 組み込みロールの識別子。 |