CreateCertificateManagedExternallyIssuedByInternalCaConfigDetails¶
- 
class oci.certificates_management.models.CreateCertificateManagedExternallyIssuedByInternalCaConfigDetails(**kwargs)¶
- Bases: - oci.certificates_management.models.create_certificate_config_details.CreateCertificateConfigDetails- The details of the configuration for creating an externally managed certificate which is issued by a private certificate authority (CA). - Attributes - CONFIG_TYPE_IMPORTED- str(object=’’) -> str - CONFIG_TYPE_ISSUED_BY_INTERNAL_CA- str(object=’’) -> str - CONFIG_TYPE_MANAGED_EXTERNALLY_ISSUED_BY_INTERNAL_CA- str(object=’’) -> str - config_type- [Required] Gets the config_type of this CreateCertificateConfigDetails. - csr_pem- [Required] Gets the csr_pem of this CreateCertificateManagedExternallyIssuedByInternalCaConfigDetails. - issuer_certificate_authority_id- [Required] Gets the issuer_certificate_authority_id of this CreateCertificateManagedExternallyIssuedByInternalCaConfigDetails. - validity- Gets the validity of this CreateCertificateManagedExternallyIssuedByInternalCaConfigDetails. - version_name- Gets the version_name of this CreateCertificateConfigDetails. - Methods - __init__(**kwargs)- Initializes a new CreateCertificateManagedExternallyIssuedByInternalCaConfigDetails 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. - 
CONFIG_TYPE_IMPORTED= 'IMPORTED'¶
 - 
CONFIG_TYPE_ISSUED_BY_INTERNAL_CA= 'ISSUED_BY_INTERNAL_CA'¶
 - 
CONFIG_TYPE_MANAGED_EXTERNALLY_ISSUED_BY_INTERNAL_CA= 'MANAGED_EXTERNALLY_ISSUED_BY_INTERNAL_CA'¶
 - 
__init__(**kwargs)¶
- Initializes a new CreateCertificateManagedExternallyIssuedByInternalCaConfigDetails object with values from keyword arguments. The default value of the - config_typeattribute of this class is- MANAGED_EXTERNALLY_ISSUED_BY_INTERNAL_CAand it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):- Parameters: - config_type (str) – The value to assign to the config_type property of this CreateCertificateManagedExternallyIssuedByInternalCaConfigDetails. Allowed values for this property are: “ISSUED_BY_INTERNAL_CA”, “MANAGED_EXTERNALLY_ISSUED_BY_INTERNAL_CA”, “IMPORTED”
- version_name (str) – The value to assign to the version_name property of this CreateCertificateManagedExternallyIssuedByInternalCaConfigDetails.
- issuer_certificate_authority_id (str) – The value to assign to the issuer_certificate_authority_id property of this CreateCertificateManagedExternallyIssuedByInternalCaConfigDetails.
- validity (oci.certificates_management.models.Validity) – The value to assign to the validity property of this CreateCertificateManagedExternallyIssuedByInternalCaConfigDetails.
- csr_pem (str) – The value to assign to the csr_pem property of this CreateCertificateManagedExternallyIssuedByInternalCaConfigDetails.
 
 - 
config_type¶
- [Required] Gets the config_type of this CreateCertificateConfigDetails. The origin of the certificate. - Allowed values for this property are: “ISSUED_BY_INTERNAL_CA”, “MANAGED_EXTERNALLY_ISSUED_BY_INTERNAL_CA”, “IMPORTED” - Returns: - The config_type of this CreateCertificateConfigDetails. - Return type: - str 
 - 
csr_pem¶
- [Required] Gets the csr_pem of this CreateCertificateManagedExternallyIssuedByInternalCaConfigDetails. The certificate signing request (in PEM format). - Returns: - The csr_pem of this CreateCertificateManagedExternallyIssuedByInternalCaConfigDetails. - 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. 
 - [Required] Gets the issuer_certificate_authority_id of this CreateCertificateManagedExternallyIssuedByInternalCaConfigDetails. The OCID of the private CA. - Returns: - The issuer_certificate_authority_id of this CreateCertificateManagedExternallyIssuedByInternalCaConfigDetails. - Return type: - str 
 - 
validity¶
- Gets the validity of this CreateCertificateManagedExternallyIssuedByInternalCaConfigDetails. - Returns: - The validity of this CreateCertificateManagedExternallyIssuedByInternalCaConfigDetails. - Return type: - oci.certificates_management.models.Validity 
 - 
version_name¶
- Gets the version_name of this CreateCertificateConfigDetails. A name for the certificate. When the value is not null, a name is unique across versions of a given certificate. - Returns: - The version_name of this CreateCertificateConfigDetails. - Return type: - str 
 
-