CertificateSubject¶
-
class
oci.certificates_management.models.
CertificateSubject
(**kwargs)¶ Bases:
object
The subject of the certificate, which is a distinguished name that identifies the entity that owns the public key in the certificate.
Methods
__init__
(**kwargs)Initializes a new CertificateSubject object with values from keyword arguments. Attributes
common_name
[Required] Gets the common_name of this CertificateSubject. country
Gets the country of this CertificateSubject. distinguished_name_qualifier
Gets the distinguished_name_qualifier of this CertificateSubject. domain_component
Gets the domain_component of this CertificateSubject. generation_qualifier
Gets the generation_qualifier of this CertificateSubject. given_name
Gets the given_name of this CertificateSubject. initials
Gets the initials of this CertificateSubject. locality_name
Gets the locality_name of this CertificateSubject. organization
Gets the organization of this CertificateSubject. organizational_unit
Gets the organizational_unit of this CertificateSubject. pseudonym
Gets the pseudonym of this CertificateSubject. serial_number
Gets the serial_number of this CertificateSubject. state_or_province_name
Gets the state_or_province_name of this CertificateSubject. street
Gets the street of this CertificateSubject. surname
Gets the surname of this CertificateSubject. title
Gets the title of this CertificateSubject. user_id
Gets the user_id of this CertificateSubject. -
__init__
(**kwargs)¶ Initializes a new CertificateSubject 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 CertificateSubject.
- country (str) – The value to assign to the country property of this CertificateSubject.
- domain_component (str) – The value to assign to the domain_component property of this CertificateSubject.
- distinguished_name_qualifier (str) – The value to assign to the distinguished_name_qualifier property of this CertificateSubject.
- generation_qualifier (str) – The value to assign to the generation_qualifier property of this CertificateSubject.
- given_name (str) – The value to assign to the given_name property of this CertificateSubject.
- initials (str) – The value to assign to the initials property of this CertificateSubject.
- locality_name (str) – The value to assign to the locality_name property of this CertificateSubject.
- organization (str) – The value to assign to the organization property of this CertificateSubject.
- organizational_unit (str) – The value to assign to the organizational_unit property of this CertificateSubject.
- pseudonym (str) – The value to assign to the pseudonym property of this CertificateSubject.
- serial_number (str) – The value to assign to the serial_number property of this CertificateSubject.
- state_or_province_name (str) – The value to assign to the state_or_province_name property of this CertificateSubject.
- street (str) – The value to assign to the street property of this CertificateSubject.
- surname (str) – The value to assign to the surname property of this CertificateSubject.
- title (str) – The value to assign to the title property of this CertificateSubject.
- user_id (str) – The value to assign to the user_id property of this CertificateSubject.
-
common_name
¶ [Required] Gets the common_name of this CertificateSubject. Common name or fully-qualified domain name (RDN CN).
Returns: The common_name of this CertificateSubject. Return type: str
-
country
¶ Gets the country of this CertificateSubject. Country name (RDN C).
Returns: The country of this CertificateSubject. Return type: str
-
distinguished_name_qualifier
¶ Gets the distinguished_name_qualifier of this CertificateSubject. Distinguished name qualifier(RDN DNQ).
Returns: The distinguished_name_qualifier of this CertificateSubject. Return type: str
-
domain_component
¶ Gets the domain_component of this CertificateSubject. Domain component (RDN DC).
Returns: The domain_component of this CertificateSubject. Return type: str
-
generation_qualifier
¶ Gets the generation_qualifier of this CertificateSubject. Personal generational qualifier (for example, Sr., Jr. 3rd, or IV).
Returns: The generation_qualifier of this CertificateSubject. Return type: str
-
given_name
¶ Gets the given_name of this CertificateSubject. Personal given name (RDN G or GN).
Returns: The given_name of this CertificateSubject. Return type: str
-
initials
¶ Gets the initials of this CertificateSubject. Personal initials.
Returns: The initials of this CertificateSubject. Return type: str
-
locality_name
¶ Gets the locality_name of this CertificateSubject. Locality (RDN L).
Returns: The locality_name of this CertificateSubject. Return type: str
-
organization
¶ Gets the organization of this CertificateSubject. Organization (RDN O).
Returns: The organization of this CertificateSubject. Return type: str
-
organizational_unit
¶ Gets the organizational_unit of this CertificateSubject. Organizational unit (RDN OU).
Returns: The organizational_unit of this CertificateSubject. Return type: str
-
pseudonym
¶ Gets the pseudonym of this CertificateSubject. Subject pseudonym.
Returns: The pseudonym of this CertificateSubject. Return type: str
-
serial_number
¶ Gets the serial_number of this CertificateSubject. Unique subject identifier, which is not the same as the certificate serial number (RDN SERIALNUMBER).
Returns: The serial_number of this CertificateSubject. Return type: str
-
state_or_province_name
¶ Gets the state_or_province_name of this CertificateSubject. State or province name (RDN ST or S).
Returns: The state_or_province_name of this CertificateSubject. Return type: str
-
street
¶ Gets the street of this CertificateSubject. Street address (RDN STREET).
Returns: The street of this CertificateSubject. Return type: str
-
surname
¶ Gets the surname of this CertificateSubject. Personal surname (RDN SN).
Returns: The surname of this CertificateSubject. Return type: str
-
title
¶ Gets the title of this CertificateSubject. Title (RDN T or TITLE).
Returns: The title of this CertificateSubject. Return type: str
-
user_id
¶ Gets the user_id of this CertificateSubject. User ID (RDN UID).
Returns: The user_id of this CertificateSubject. Return type: str
-