CreateCertificateConfigDetails¶
-
class
oci.certificates_management.models.
CreateCertificateConfigDetails
(**kwargs)¶ Bases:
object
The details of the contents of the certificate and certificate metadata.
Attributes
CONFIG_TYPE_IMPORTED
A constant which can be used with the config_type property of a CreateCertificateConfigDetails. CONFIG_TYPE_ISSUED_BY_INTERNAL_CA
A constant which can be used with the config_type property of a CreateCertificateConfigDetails. CONFIG_TYPE_MANAGED_EXTERNALLY_ISSUED_BY_INTERNAL_CA
A constant which can be used with the config_type property of a CreateCertificateConfigDetails. config_type
[Required] Gets the config_type of this CreateCertificateConfigDetails. version_name
Gets the version_name of this CreateCertificateConfigDetails. Methods
__init__
(**kwargs)Initializes a new CreateCertificateConfigDetails 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'¶ A constant which can be used with the config_type property of a CreateCertificateConfigDetails. This constant has a value of “IMPORTED”
-
CONFIG_TYPE_ISSUED_BY_INTERNAL_CA
= 'ISSUED_BY_INTERNAL_CA'¶ A constant which can be used with the config_type property of a CreateCertificateConfigDetails. This constant has a value of “ISSUED_BY_INTERNAL_CA”
-
CONFIG_TYPE_MANAGED_EXTERNALLY_ISSUED_BY_INTERNAL_CA
= 'MANAGED_EXTERNALLY_ISSUED_BY_INTERNAL_CA'¶ A constant which can be used with the config_type property of a CreateCertificateConfigDetails. This constant has a value of “MANAGED_EXTERNALLY_ISSUED_BY_INTERNAL_CA”
-
__init__
(**kwargs)¶ Initializes a new CreateCertificateConfigDetails 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:
CreateCertificateManagedExternallyIssuedByInternalCaConfigDetails
CreateCertificateIssuedByInternalCaConfigDetails
CreateCertificateByImportingConfigDetails
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 CreateCertificateConfigDetails. 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 CreateCertificateConfigDetails.
-
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
-
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.
-
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
-