次の方法で共有


ManagedServicesAuthorization クラス

定義

マネージド テナント内の委任されたリソースでプリンシパルが受け取るアクセスを記述する 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 組み込みロールの識別子。

適用対象