Class TlsSecretPutCommand
Inheritance
TlsSecretPutCommand
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class TlsSecretPutCommand : TlsSecretCommandBase
Properties
Data to use when creating or updating the certificate
Declaration
[JsonProperty("certificate", Required = Required.Always)]
[Required]
public TlsCertificate Certificate { get; set; }
Property Value
Methods
Declaration
public static TlsSecretPutCommand FromJson(string data)
Parameters
Returns