Freigeben über


PreAuthorizedApplicationPermission Konstruktoren

Definition

Überlädt

PreAuthorizedApplicationPermission()

Initialisiert einen neuen instance der PreAuthorizedApplicationPermission-Klasse.

PreAuthorizedApplicationPermission(Nullable<Boolean>, IList<String>)

Initialisiert einen neuen instance der PreAuthorizedApplicationPermission-Klasse.

PreAuthorizedApplicationPermission()

Initialisiert einen neuen instance der PreAuthorizedApplicationPermission-Klasse.

public PreAuthorizedApplicationPermission ();
Public Sub New ()

Gilt für:

PreAuthorizedApplicationPermission(Nullable<Boolean>, IList<String>)

Initialisiert einen neuen instance der PreAuthorizedApplicationPermission-Klasse.

public PreAuthorizedApplicationPermission (bool? directAccessGrant = default, System.Collections.Generic.IList<string> accessGrants = default);
new Microsoft.Azure.Graph.RBAC.Models.PreAuthorizedApplicationPermission : Nullable<bool> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Graph.RBAC.Models.PreAuthorizedApplicationPermission
Public Sub New (Optional directAccessGrant As Nullable(Of Boolean) = Nothing, Optional accessGrants As IList(Of String) = Nothing)

Parameter

directAccessGrant
Nullable<Boolean>

Gibt an, ob der Berechtigungssatz DirectAccess oder Identitätswechsel ist.

accessGrants
IList<String>

Die Liste der Berechtigungen.

Gilt für: