CaDetails¶
-
class
oci.rover.models.
CaDetails
(**kwargs)¶ Bases:
object
Information about the detailed CA bundle content of the rover node.
Methods
__init__
(**kwargs)Initializes a new CaDetails object with values from keyword arguments. Attributes
ca_bundle_pem
Gets the ca_bundle_pem of this CaDetails. certificate_max_validity_duration
Gets the certificate_max_validity_duration of this CaDetails. -
__init__
(**kwargs)¶ Initializes a new CaDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - ca_bundle_pem (str) – The value to assign to the ca_bundle_pem property of this CaDetails.
- certificate_max_validity_duration (str) – The value to assign to the certificate_max_validity_duration property of this CaDetails.
-
ca_bundle_pem
¶ Gets the ca_bundle_pem of this CaDetails. Plain text certificate chain in PEM format for the subordinate CA associated with given roverNode.
Returns: The ca_bundle_pem of this CaDetails. Return type: str
-
certificate_max_validity_duration
¶ Gets the certificate_max_validity_duration of this CaDetails. Max validity of leaf certificates issued by the CA associated with given node, in days, in ISO 8601 format, example “P365D”.
Returns: The certificate_max_validity_duration of this CaDetails. Return type: str
-