| az_role_definition | R Documentation | 
Azure role definition class
An R6 object of class az_role_definition.
id: The full resource ID for this role definition.
type: The resource type for a role definition. Always Microsoft.Authorization/roleDefinitions.
name: A GUID that identifies this role definition.
properties: Properties for the role definition.
This class has no methods.
The recommended way to create new instances of this class is via the get_role_definition method for subscription, resource group and resource objects.
Technically role assignments and role definitions are Azure resources, and could be implemented as subclasses of az_resource. AzureRMR treats them as distinct, due to limited RBAC functionality currently supported. In particular, role definitions are read-only: you can retrieve a definition, but not modify it, nor create new definitions.
get_role_definition, get_role_assignment, az_role_assignment
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.