UpdateCertificateAuthorityActionDetails

class oci.certificates_management.models.UpdateCertificateAuthorityActionDetails(**kwargs)

Bases: object

The details of the type of certificate authority (CA) update request. Updates can be performed by updating certificate contents or by generating a certificate signing request (CSR).

Attributes

ACTION_TYPE_GENERATE_CSR A constant which can be used with the action_type property of a UpdateCertificateAuthorityActionDetails.
ACTION_TYPE_UPDATE_CERTIFICATE A constant which can be used with the action_type property of a UpdateCertificateAuthorityActionDetails.
action_type [Required] Gets the action_type of this UpdateCertificateAuthorityActionDetails.

Methods

__init__(**kwargs) Initializes a new UpdateCertificateAuthorityActionDetails 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'

A constant which can be used with the action_type property of a UpdateCertificateAuthorityActionDetails. This constant has a value of “GENERATE_CSR”

ACTION_TYPE_UPDATE_CERTIFICATE = 'UPDATE_CERTIFICATE'

A constant which can be used with the action_type property of a UpdateCertificateAuthorityActionDetails. This constant has a value of “UPDATE_CERTIFICATE”

__init__(**kwargs)

Initializes a new UpdateCertificateAuthorityActionDetails object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:

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 UpdateCertificateAuthorityActionDetails. 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.