CreateSubordinateCaIssuedByInternalCaConfigDetails

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

Bases: oci.certificates_management.models.create_certificate_authority_config_details.CreateCertificateAuthorityConfigDetails

The details for creating a private subordinate certificate authority (CA) which is issued by a private CA.

Attributes

CONFIG_TYPE_ROOT_CA_GENERATED_INTERNALLY str(object=’’) -> str
CONFIG_TYPE_SUBORDINATE_CA_ISSUED_BY_INTERNAL_CA str(object=’’) -> str
SIGNING_ALGORITHM_SHA256_WITH_ECDSA A constant which can be used with the signing_algorithm property of a CreateSubordinateCaIssuedByInternalCaConfigDetails.
SIGNING_ALGORITHM_SHA256_WITH_RSA A constant which can be used with the signing_algorithm property of a CreateSubordinateCaIssuedByInternalCaConfigDetails.
SIGNING_ALGORITHM_SHA384_WITH_ECDSA A constant which can be used with the signing_algorithm property of a CreateSubordinateCaIssuedByInternalCaConfigDetails.
SIGNING_ALGORITHM_SHA384_WITH_RSA A constant which can be used with the signing_algorithm property of a CreateSubordinateCaIssuedByInternalCaConfigDetails.
SIGNING_ALGORITHM_SHA512_WITH_ECDSA A constant which can be used with the signing_algorithm property of a CreateSubordinateCaIssuedByInternalCaConfigDetails.
SIGNING_ALGORITHM_SHA512_WITH_RSA A constant which can be used with the signing_algorithm property of a CreateSubordinateCaIssuedByInternalCaConfigDetails.
config_type [Required] Gets the config_type of this CreateCertificateAuthorityConfigDetails.
issuer_certificate_authority_id [Required] Gets the issuer_certificate_authority_id of this CreateSubordinateCaIssuedByInternalCaConfigDetails.
signing_algorithm Gets the signing_algorithm of this CreateSubordinateCaIssuedByInternalCaConfigDetails.
subject [Required] Gets the subject of this CreateSubordinateCaIssuedByInternalCaConfigDetails.
validity Gets the validity of this CreateSubordinateCaIssuedByInternalCaConfigDetails.
version_name Gets the version_name of this CreateCertificateAuthorityConfigDetails.

Methods

__init__(**kwargs) Initializes a new CreateSubordinateCaIssuedByInternalCaConfigDetails 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_ROOT_CA_GENERATED_INTERNALLY = 'ROOT_CA_GENERATED_INTERNALLY'
CONFIG_TYPE_SUBORDINATE_CA_ISSUED_BY_INTERNAL_CA = 'SUBORDINATE_CA_ISSUED_BY_INTERNAL_CA'
SIGNING_ALGORITHM_SHA256_WITH_ECDSA = 'SHA256_WITH_ECDSA'

A constant which can be used with the signing_algorithm property of a CreateSubordinateCaIssuedByInternalCaConfigDetails. This constant has a value of “SHA256_WITH_ECDSA”

SIGNING_ALGORITHM_SHA256_WITH_RSA = 'SHA256_WITH_RSA'

A constant which can be used with the signing_algorithm property of a CreateSubordinateCaIssuedByInternalCaConfigDetails. This constant has a value of “SHA256_WITH_RSA”

SIGNING_ALGORITHM_SHA384_WITH_ECDSA = 'SHA384_WITH_ECDSA'

A constant which can be used with the signing_algorithm property of a CreateSubordinateCaIssuedByInternalCaConfigDetails. This constant has a value of “SHA384_WITH_ECDSA”

SIGNING_ALGORITHM_SHA384_WITH_RSA = 'SHA384_WITH_RSA'

A constant which can be used with the signing_algorithm property of a CreateSubordinateCaIssuedByInternalCaConfigDetails. This constant has a value of “SHA384_WITH_RSA”

SIGNING_ALGORITHM_SHA512_WITH_ECDSA = 'SHA512_WITH_ECDSA'

A constant which can be used with the signing_algorithm property of a CreateSubordinateCaIssuedByInternalCaConfigDetails. This constant has a value of “SHA512_WITH_ECDSA”

SIGNING_ALGORITHM_SHA512_WITH_RSA = 'SHA512_WITH_RSA'

A constant which can be used with the signing_algorithm property of a CreateSubordinateCaIssuedByInternalCaConfigDetails. This constant has a value of “SHA512_WITH_RSA”

__init__(**kwargs)

Initializes a new CreateSubordinateCaIssuedByInternalCaConfigDetails object with values from keyword arguments. The default value of the config_type attribute of this class is SUBORDINATE_CA_ISSUED_BY_INTERNAL_CA and 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 CreateSubordinateCaIssuedByInternalCaConfigDetails. Allowed values for this property are: “ROOT_CA_GENERATED_INTERNALLY”, “SUBORDINATE_CA_ISSUED_BY_INTERNAL_CA”
  • version_name (str) – The value to assign to the version_name property of this CreateSubordinateCaIssuedByInternalCaConfigDetails.
  • issuer_certificate_authority_id (str) – The value to assign to the issuer_certificate_authority_id property of this CreateSubordinateCaIssuedByInternalCaConfigDetails.
  • validity (oci.certificates_management.models.Validity) – The value to assign to the validity property of this CreateSubordinateCaIssuedByInternalCaConfigDetails.
  • signing_algorithm (str) – The value to assign to the signing_algorithm property of this CreateSubordinateCaIssuedByInternalCaConfigDetails. Allowed values for this property are: “SHA256_WITH_RSA”, “SHA384_WITH_RSA”, “SHA512_WITH_RSA”, “SHA256_WITH_ECDSA”, “SHA384_WITH_ECDSA”, “SHA512_WITH_ECDSA”
  • subject (oci.certificates_management.models.CertificateSubject) – The value to assign to the subject property of this CreateSubordinateCaIssuedByInternalCaConfigDetails.
config_type

[Required] Gets the config_type of this CreateCertificateAuthorityConfigDetails. The origin of the CA.

Allowed values for this property are: “ROOT_CA_GENERATED_INTERNALLY”, “SUBORDINATE_CA_ISSUED_BY_INTERNAL_CA”

Returns:The config_type of this CreateCertificateAuthorityConfigDetails.
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.

issuer_certificate_authority_id

[Required] Gets the issuer_certificate_authority_id of this CreateSubordinateCaIssuedByInternalCaConfigDetails. The OCID of the private CA.

Returns:The issuer_certificate_authority_id of this CreateSubordinateCaIssuedByInternalCaConfigDetails.
Return type:str
signing_algorithm

Gets the signing_algorithm of this CreateSubordinateCaIssuedByInternalCaConfigDetails. The algorithm used to sign public key certificates that the CA issues.

Allowed values for this property are: “SHA256_WITH_RSA”, “SHA384_WITH_RSA”, “SHA512_WITH_RSA”, “SHA256_WITH_ECDSA”, “SHA384_WITH_ECDSA”, “SHA512_WITH_ECDSA”

Returns:The signing_algorithm of this CreateSubordinateCaIssuedByInternalCaConfigDetails.
Return type:str
subject

[Required] Gets the subject of this CreateSubordinateCaIssuedByInternalCaConfigDetails.

Returns:The subject of this CreateSubordinateCaIssuedByInternalCaConfigDetails.
Return type:oci.certificates_management.models.CertificateSubject
validity

Gets the validity of this CreateSubordinateCaIssuedByInternalCaConfigDetails.

Returns:The validity of this CreateSubordinateCaIssuedByInternalCaConfigDetails.
Return type:oci.certificates_management.models.Validity
version_name

Gets the version_name of this CreateCertificateAuthorityConfigDetails. The name of the CA version. When the value is not null, a name is unique across versions of a given CA.

Returns:The version_name of this CreateCertificateAuthorityConfigDetails.
Return type:str