Class AzureRoleDefinition
- Namespace
- Azure.ResourceManager.Resources.Models
- Assembly
- Azure.ResourceManager.dll
Role definition properties.
public class AzureRoleDefinition : IJsonModel<AzureRoleDefinition>, IPersistableModel<AzureRoleDefinition>
- Inheritance
-
AzureRoleDefinition
- Implements
-
IJsonModel<AzureRoleDefinition>IPersistableModel<AzureRoleDefinition>
- Inherited Members
Properties
Id
The role definition ID.
public string Id { get; }
Property Value
IsServiceRole
If this is a service role.
public bool? IsServiceRole { get; }
Property Value
- bool?
Name
The role definition name.
public string Name { get; }
Property Value
Permissions
Role definition permissions.
public IReadOnlyList<Permission> Permissions { get; }
Property Value
Scopes
Role definition assignable scopes.
public IReadOnlyList<string> Scopes { get; }