Class LeafCertificateResponse
The information for a left certificate for a rover node
Inherited Members
Namespace: Oci.RoverService.Models
Assembly: OCI.DotNetSDK.Rover.dll
Syntax
public class LeafCertificateResponse
Properties
LeafCertificateDetails
Declaration
[JsonProperty(PropertyName = "leafCertificateDetails")]
public LeafCertificateDetails LeafCertificateDetails { get; set; }
Property Value
Type | Description |
---|---|
LeafCertificateDetails |
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