Class TlsSecretCommandBase
Inheritance
TlsSecretCommandBase
Namespace: System.Dynamic.ExpandoObject
Syntax
[JsonConverter(typeof(JsonInheritanceConverter), new object[] { "kind" })]
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public abstract class TlsSecretCommandBase
Properties
Declaration
[JsonProperty("certificateId", Required = Required.Always)]
[Required]
public string CertificateId { get; set; }
Property Value
Methods
Declaration
public static TlsSecretCommandBase FromJson(string data)
Parameters
Returns