Show / Hide Table of Contents

Class RoverClusterCertificate

The certificate response

Inheritance
object
RoverClusterCertificate
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top