ApplicationProviderAuthorization.RoleDefinitionId Property

Definition

The provider's role definition identifier. This role will define all the permissions that the provider must have on the application's container resource group. This role definition cannot have permission to delete the resource group.

[Newtonsoft.Json.JsonProperty(Required=Newtonsoft.Json.Required.Always)]
public string RoleDefinitionId { get; set; }
[<Newtonsoft.Json.JsonProperty(Required=Newtonsoft.Json.Required.Always)>]
member this.RoleDefinitionId : string with get, set
Public Property RoleDefinitionId As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to