CertificateInfo¶
-
class
oci.fusion_apps.models.CertificateInfo(**kwargs)¶ Bases:
objectProperties of certificate
Methods
__init__(**kwargs)Initializes a new CertificateInfo object with values from keyword arguments. Attributes
akamai_csrGets the akamai_csr of this CertificateInfo. akamai_dv_cert_instructionGets the akamai_dv_cert_instruction of this CertificateInfo. common_nameGets the common_name of this CertificateInfo. countryGets the country of this CertificateInfo. email_addressGets the email_address of this CertificateInfo. first_nameGets the first_name of this CertificateInfo. last_nameGets the last_name of this CertificateInfo. localityGets the locality of this CertificateInfo. organization_nameGets the organization_name of this CertificateInfo. organization_unitGets the organization_unit of this CertificateInfo. origin_csrGets the origin_csr of this CertificateInfo. origin_dv_cert_instructionGets the origin_dv_cert_instruction of this CertificateInfo. phone_numberGets the phone_number of this CertificateInfo. postal_codeGets the postal_code of this CertificateInfo. stateGets the state of this CertificateInfo. subject_alt_namesGets the subject_alt_names of this CertificateInfo. -
__init__(**kwargs)¶ Initializes a new CertificateInfo object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - common_name (str) – The value to assign to the common_name property of this CertificateInfo.
- subject_alt_names (list[str]) – The value to assign to the subject_alt_names property of this CertificateInfo.
- organization_name (str) – The value to assign to the organization_name property of this CertificateInfo.
- organization_unit (str) – The value to assign to the organization_unit property of this CertificateInfo.
- locality (str) – The value to assign to the locality property of this CertificateInfo.
- state (str) – The value to assign to the state property of this CertificateInfo.
- country (str) – The value to assign to the country property of this CertificateInfo.
- email_address (str) – The value to assign to the email_address property of this CertificateInfo.
- origin_csr (str) – The value to assign to the origin_csr property of this CertificateInfo.
- akamai_csr (str) – The value to assign to the akamai_csr property of this CertificateInfo.
- origin_dv_cert_instruction (str) – The value to assign to the origin_dv_cert_instruction property of this CertificateInfo.
- akamai_dv_cert_instruction (str) – The value to assign to the akamai_dv_cert_instruction property of this CertificateInfo.
- first_name (str) – The value to assign to the first_name property of this CertificateInfo.
- last_name (str) – The value to assign to the last_name property of this CertificateInfo.
- phone_number (str) – The value to assign to the phone_number property of this CertificateInfo.
- postal_code (str) – The value to assign to the postal_code property of this CertificateInfo.
-
akamai_csr¶ Gets the akamai_csr of this CertificateInfo. Akamai Certificate signing request
Returns: The akamai_csr of this CertificateInfo. Return type: str
-
akamai_dv_cert_instruction¶ Gets the akamai_dv_cert_instruction of this CertificateInfo. Akamai Dv Cert instruction to validate domain, e.g. set DNS token or HTTP token, etc
Returns: The akamai_dv_cert_instruction of this CertificateInfo. Return type: str
-
common_name¶ Gets the common_name of this CertificateInfo. Fully qualified host name
Returns: The common_name of this CertificateInfo. Return type: str
-
country¶ Gets the country of this CertificateInfo. Country name
Returns: The country of this CertificateInfo. Return type: str
-
email_address¶ Gets the email_address of this CertificateInfo. Email address
Returns: The email_address of this CertificateInfo. Return type: str
-
first_name¶ Gets the first_name of this CertificateInfo. First name
Returns: The first_name of this CertificateInfo. Return type: str
-
last_name¶ Gets the last_name of this CertificateInfo. Last name
Returns: The last_name of this CertificateInfo. Return type: str
-
locality¶ Gets the locality of this CertificateInfo. City
Returns: The locality of this CertificateInfo. Return type: str
-
organization_name¶ Gets the organization_name of this CertificateInfo. Company name
Returns: The organization_name of this CertificateInfo. Return type: str
-
organization_unit¶ Gets the organization_unit of this CertificateInfo. Company section
Returns: The organization_unit of this CertificateInfo. Return type: str
-
origin_csr¶ Gets the origin_csr of this CertificateInfo. Certificate signing request
Returns: The origin_csr of this CertificateInfo. Return type: str
-
origin_dv_cert_instruction¶ Gets the origin_dv_cert_instruction of this CertificateInfo. Dv Cert instruction to validate domain, e.g. set DNS token or HTTP token, etc
Returns: The origin_dv_cert_instruction of this CertificateInfo. Return type: str
-
phone_number¶ Gets the phone_number of this CertificateInfo. Phone number
Returns: The phone_number of this CertificateInfo. Return type: str
-
postal_code¶ Gets the postal_code of this CertificateInfo. Postal code
Returns: The postal_code of this CertificateInfo. Return type: str
-
state¶ Gets the state of this CertificateInfo. State or province
Returns: The state of this CertificateInfo. Return type: str
-
subject_alt_names¶ Gets the subject_alt_names of this CertificateInfo. List of subject alternative names, comma separated
Returns: The subject_alt_names of this CertificateInfo. Return type: list[str]
-