UpdateCertificateAuthorityGenerateCsrDetails¶
-
class
oci.certificates_management.models.UpdateCertificateAuthorityGenerateCsrDetails(**kwargs)¶ Bases:
oci.certificates_management.models.update_certificate_authority_action_details.UpdateCertificateAuthorityActionDetailsThe details of the request to update the certificate authority (CA) to renew the CA by generating a latest CA version with a certificate signing request (CSR).
Attributes
ACTION_TYPE_GENERATE_CSRstr(object=’’) -> str ACTION_TYPE_UPDATE_CERTIFICATEstr(object=’’) -> str action_type[Required] Gets the action_type of this UpdateCertificateAuthorityActionDetails. Methods
__init__(**kwargs)Initializes a new UpdateCertificateAuthorityGenerateCsrDetails object with values from keyword arguments. get_subtype(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. -
ACTION_TYPE_GENERATE_CSR= 'GENERATE_CSR'¶
-
ACTION_TYPE_UPDATE_CERTIFICATE= 'UPDATE_CERTIFICATE'¶
-
__init__(**kwargs)¶ Initializes a new UpdateCertificateAuthorityGenerateCsrDetails object with values from keyword arguments. The default value of the
action_typeattribute of this class isGENERATE_CSRand it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: action_type (str) – The value to assign to the action_type property of this UpdateCertificateAuthorityGenerateCsrDetails. Allowed values for this property are: “UPDATE_CERTIFICATE”, “GENERATE_CSR”
-
action_type¶ [Required] Gets the action_type of this UpdateCertificateAuthorityActionDetails. The type of certificate authority (CA) update request. Updates can either involve initiating renewal of the CA by generating a new certificate signing request (CSR) or updating the signed certificate contents of the latest CA version containing a CSR.
Allowed values for this property are: “UPDATE_CERTIFICATE”, “GENERATE_CSR”
Returns: The action_type of this UpdateCertificateAuthorityActionDetails. Return type: str
-
static
get_subtype(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-