DenyAssignment Class

Definition

Deny Assignment

[Microsoft.Rest.Serialization.JsonTransformation]
public class DenyAssignment
[<Microsoft.Rest.Serialization.JsonTransformation>]
type DenyAssignment = class
Public Class DenyAssignment
Inheritance
DenyAssignment
Attributes

Constructors

DenyAssignment()

Initializes a new instance of the DenyAssignment class.

DenyAssignment(String, String, String, String, String, IList<DenyAssignmentPermission>, String, Nullable<Boolean>, IList<Principal>, IList<Principal>, Nullable<Boolean>)

Initializes a new instance of the DenyAssignment class.

Properties

DenyAssignmentName

Gets or sets the display name of the deny assignment.

Description

Gets or sets the description of the deny assignment.

DoNotApplyToChildScopes

Gets or sets determines if the deny assignment applies to child scopes. Default value is false.

ExcludePrincipals

Gets or sets array of principals to which the deny assignment does not apply.

Id

Gets the deny assignment ID.

IsSystemProtected

Gets or sets specifies whether this deny assignment was created by Azure and cannot be edited or deleted.

Name

Gets the deny assignment name.

Permissions

Gets or sets an array of permissions that are denied by the deny assignment.

Principals

Gets or sets array of principals to which the deny assignment applies.

Scope

Gets or sets the deny assignment scope.

Type

Gets the deny assignment type.

Applies to