Class GenerateCertificateResponse
The information of rover node certificate generated by Oracle Cloud Infrastructure certificate service.
Inherited Members
Namespace: Oci.RoverService.Models
Assembly: OCI.DotNetSDK.Rover.dll
Syntax
public class GenerateCertificateResponse
Properties
CertificateDetails
Declaration
[JsonProperty(PropertyName = "certificateDetails")]
public CertificateDetails CertificateDetails { get; set; }
Property Value
Type | Description |
---|---|
CertificateDetails |
RoverNodeId
Declaration
[Required(ErrorMessage = "RoverNodeId is required.")]
[JsonProperty(PropertyName = "roverNodeId")]
public string RoverNodeId { get; set; }
Property Value
Type | Description |
---|---|
string | The id of the rover node. |
Remarks
Required