Class CaDetails
Information about the detailed CA bundle content of the rover node.
Inherited Members
Namespace: Oci.RoverService.Models
Assembly: OCI.DotNetSDK.Rover.dll
Syntax
public class CaDetails
Properties
CaBundlePem
Declaration
[JsonProperty(PropertyName = "caBundlePem")]
public string CaBundlePem { get; set; }
Property Value
Type | Description |
---|---|
string | Plain text certificate chain in PEM format for the subordinate CA associated with given roverNode. |
CertificateMaxValidityDuration
Declaration
[JsonProperty(PropertyName = "certificateMaxValidityDuration")]
public string CertificateMaxValidityDuration { get; set; }
Property Value
Type | Description |
---|---|
string | Max validity of leaf certificates issued by the CA associated with given node, in days, in ISO 8601 format, example "P365D". |