Table of Contents

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

IReadOnlyList<string>

AllowedDataActions

Allowed Data actions.

public IReadOnlyList<string> AllowedDataActions { get; }

Property Value

IReadOnlyList<string>

DeniedActions

Denied actions.

public IReadOnlyList<string> DeniedActions { get; }

Property Value

IReadOnlyList<string>

DeniedDataActions

Denied Data actions.

public IReadOnlyList<string> DeniedDataActions { get; }

Property Value

IReadOnlyList<string>