Class Permission
- Namespace
- Azure.ResourceManager.Resources.Models
- Assembly
- Azure.ResourceManager.dll
Role definition permissions.
public class Permission : IJsonModel<Permission>, IPersistableModel<Permission>
- Inheritance
-
Permission
- Implements
-
IJsonModel<Permission>IPersistableModel<Permission>
- Inherited Members
Properties
AllowedActions
Allowed actions.
public IReadOnlyList<string> AllowedActions { get; }
Property Value
AllowedDataActions
Allowed Data actions.
public IReadOnlyList<string> AllowedDataActions { get; }
Property Value
DeniedActions
Denied actions.
public IReadOnlyList<string> DeniedActions { get; }
Property Value
DeniedDataActions
Denied Data actions.
public IReadOnlyList<string> DeniedDataActions { get; }