KeyMetadata.AllowedOperations Property

Definition

Operations allowed using the key

[System.Text.Json.Serialization.JsonPropertyName("allowedOperations")]
public System.Collections.Generic.List<string> AllowedOperations { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("allowedOperations")>]
member this.AllowedOperations : System.Collections.Generic.List<string> with get, set
Public Property AllowedOperations As List(Of String)

Property Value

Attributes

Applies to