MicrosoftGraphAppRoleAssignment.AppRoleId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The identifier (id) for the app role which is assigned to the principal. This app role must be exposed in the appRoles property on the resource application's service principal (resourceId). If the resource application has not declared any app roles, a default app role ID of 00000000-0000-0000-0000-000000000000 can be specified to signal that the principal is assigned to the resource app without any specific app roles. Required on create.
[Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.FormatTable(Index=1)]
[Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Origin(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.PropertyOrigin.Owned)]
public string AppRoleId { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.FormatTable(Index=1)>]
[<Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Origin(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.PropertyOrigin.Owned)>]
member this.AppRoleId : string with get, set
Public Property AppRoleId As String
Property Value
Implements
- Attributes