Delen via


IMicrosoftGraphPreAuthorizedApplication.DelegatedPermissionId Property

Definition

The unique identifier for the oauth2PermissionScopes the application requires.

[Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info(Create=true, Description="The unique identifier for the oauth2PermissionScopes the application requires.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="delegatedPermissionIds", Update=true)]
public string[] DelegatedPermissionId { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info(Create=true, Description="The unique identifier for the oauth2PermissionScopes the application requires.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="delegatedPermissionIds", Update=true)>]
member this.DelegatedPermissionId : string[] with get, set
Public Property DelegatedPermissionId As String()

Property Value

String[]
Attributes

Applies to