次の方法で共有


RoleAssignmentCreateParameters コンストラクター

定義

オーバーロード

RoleAssignmentCreateParameters()

RoleAssignmentCreateParameters クラスの新しいインスタンスを初期化します。

RoleAssignmentCreateParameters(String, String, PrincipalType, Nullable<Boolean>)

RoleAssignmentCreateParameters クラスの新しいインスタンスを初期化します。

RoleAssignmentCreateParameters()

RoleAssignmentCreateParameters クラスの新しいインスタンスを初期化します。

public RoleAssignmentCreateParameters ();
Public Sub New ()

適用対象

RoleAssignmentCreateParameters(String, String, PrincipalType, Nullable<Boolean>)

RoleAssignmentCreateParameters クラスの新しいインスタンスを初期化します。

public RoleAssignmentCreateParameters (string roleDefinitionId, string principalId, Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.PrincipalType principalType = default, bool? canDelegate = default);
new Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.RoleAssignmentCreateParameters : string * string * Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.PrincipalType * Nullable<bool> -> Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.RoleAssignmentCreateParameters
Public Sub New (roleDefinitionId As String, principalId As String, Optional principalType As PrincipalType = Nothing, Optional canDelegate As Nullable(Of Boolean) = Nothing)

パラメーター

roleDefinitionId
String

ロールの割り当てで使用されるロール定義 ID。

principalId
String

ロールに割り当てられたプリンシパル ID。 これは Active Directory 内の ID にマップされます。 ユーザー、サービス プリンシパル、またはセキュリティ グループを指すことができます。

principalType
PrincipalType

割り当てられたプリンシパル ID のプリンシパルの種類。 使用できる値は、'User'、'Group'、'ServicePrincipal'、'Unknown'、'DirectoryRoleTemplate'、'ForeignGroup'、'Application'、'MSI'、'DirectoryObjectOrGroup'、'Everyone' です。

canDelegate
Nullable<Boolean>

ロールの割り当ての作成に使用される委任フラグ

適用対象