Class RoverNodeCertificate
The certificate response
Inherited Members
Namespace: Oci.RoverService.Models
Assembly: OCI.DotNetSDK.Rover.dll
Syntax
public class RoverNodeCertificate
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 node |
Remarks
Required