Class PemCaCertificate
The CA certificate in PEM format.
Inherited Members
Namespace: Oci.MysqlService.Models
Assembly: OCI.DotNetSDK.Mysql.dll
Syntax
public class PemCaCertificate : CaCertificate
Properties
Contents
Declaration
[Required(ErrorMessage = "Contents is required.")]
[JsonProperty(PropertyName = "contents")]
public string Contents { get; set; }
Property Value
Type | Description |
---|---|
string | The string containing the CA certificate in PEM format. |
Remarks
Required