CreateDenyAssignmentOptions.NotActions Property

Definition

[Newtonsoft.Json.JsonProperty("notActions")]
public System.Collections.Generic.List<string> NotActions { get; set; }
[<Newtonsoft.Json.JsonProperty("notActions")>]
member this.NotActions : System.Collections.Generic.List<string> with get, set
Public Property NotActions As List(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to