次の方法で共有


ValidateSecretInput.SecretType プロパティ

定義

シークレットの種類を取得または設定します。 使用できる値は、'UrlSigningKey'、'ManagedCertificate'、'CustomerCertificate' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象