Class RoverClusterCertificate
The certificate response
Inherited Members
Namespace: Oci.RoverService.Models
Assembly: OCI.DotNetSDK.Rover.dll
Syntax
public class RoverClusterCertificate
Properties
Certificate
Declaration
[Required(ErrorMessage = "Certificate is required.")]
[JsonProperty(PropertyName = "certificate")]
public string Certificate { get; set; }
Property Value
Type | Description |
---|---|
string | The certificate that can be installed on a client to do TLS communication to the cluster |
Remarks
Required