CreateSubordinateCaManagedInternallyIssuedByExternalCaConfigDetails

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

Bases: oci.certificates_management.models.create_certificate_authority_config_details.CreateCertificateAuthorityConfigDetails

The configuration details for creating an internally managed subordinate certificate authority (CA) which is issued by an external private CA.

Attributes

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

Methods

__init__(**kwargs) Initializes a new CreateSubordinateCaManagedInternallyIssuedByExternalCaConfigDetails 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_ROOT_CA_MANAGED_EXTERNALLY = 'ROOT_CA_MANAGED_EXTERNALLY'
CONFIG_TYPE_SUBORDINATE_CA_ISSUED_BY_INTERNAL_CA = 'SUBORDINATE_CA_ISSUED_BY_INTERNAL_CA'
CONFIG_TYPE_SUBORDINATE_CA_MANAGED_INTERNALLY_ISSUED_BY_EXTERNAL_CA = 'SUBORDINATE_CA_MANAGED_INTERNALLY_ISSUED_BY_EXTERNAL_CA'
SIGNING_ALGORITHM_SHA256_WITH_ECDSA = 'SHA256_WITH_ECDSA'

A constant which can be used with the signing_algorithm property of a CreateSubordinateCaManagedInternallyIssuedByExternalCaConfigDetails. 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 CreateSubordinateCaManagedInternallyIssuedByExternalCaConfigDetails. 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 CreateSubordinateCaManagedInternallyIssuedByExternalCaConfigDetails. 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 CreateSubordinateCaManagedInternallyIssuedByExternalCaConfigDetails. 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 CreateSubordinateCaManagedInternallyIssuedByExternalCaConfigDetails. 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 CreateSubordinateCaManagedInternallyIssuedByExternalCaConfigDetails. This constant has a value of “SHA512_WITH_RSA”

__init__(**kwargs)

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

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

Gets the signing_algorithm of this CreateSubordinateCaManagedInternallyIssuedByExternalCaConfigDetails. 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 CreateSubordinateCaManagedInternallyIssuedByExternalCaConfigDetails.
Return type:str
subject

[Required] Gets the subject of this CreateSubordinateCaManagedInternallyIssuedByExternalCaConfigDetails.

Returns:The subject of this CreateSubordinateCaManagedInternallyIssuedByExternalCaConfigDetails.
Return type:oci.certificates_management.models.CertificateSubject
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