FunctionSecrets.Key Property

Definition

Gets or sets secret key.

[Newtonsoft.Json.JsonProperty(PropertyName="key")]
public string Key { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="key")>]
member this.Key : string with get, set
Public Property Key As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to