CertificateIssuerName

class oci.waas.models.CertificateIssuerName(**kwargs)

Bases: object

The issuer of the certificate.

Methods

__init__(**kwargs) Initializes a new CertificateIssuerName object with values from keyword arguments.

Attributes

common_name Gets the common_name of this CertificateIssuerName.
country Gets the country of this CertificateIssuerName.
email_address Gets the email_address of this CertificateIssuerName.
locality Gets the locality of this CertificateIssuerName.
organization Gets the organization of this CertificateIssuerName.
organizational_unit Gets the organizational_unit of this CertificateIssuerName.
state_province Gets the state_province of this CertificateIssuerName.
__init__(**kwargs)

Initializes a new CertificateIssuerName object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • country (str) – The value to assign to the country property of this CertificateIssuerName.
  • state_province (str) – The value to assign to the state_province property of this CertificateIssuerName.
  • locality (str) – The value to assign to the locality property of this CertificateIssuerName.
  • organization (str) – The value to assign to the organization property of this CertificateIssuerName.
  • organizational_unit (str) – The value to assign to the organizational_unit property of this CertificateIssuerName.
  • common_name (str) – The value to assign to the common_name property of this CertificateIssuerName.
  • email_address (str) – The value to assign to the email_address property of this CertificateIssuerName.
common_name

Gets the common_name of this CertificateIssuerName. The Certificate Authority (CA) name.

Returns:The common_name of this CertificateIssuerName.
Return type:str
country

Gets the country of this CertificateIssuerName. ISO 3166-1 alpha-2 code of the country where the organization is located. For a list of codes, see ISO’s website.

Returns:The country of this CertificateIssuerName.
Return type:str
email_address

Gets the email_address of this CertificateIssuerName. The email address of the server’s administrator.

Returns:The email_address of this CertificateIssuerName.
Return type:str
locality

Gets the locality of this CertificateIssuerName. The city in which the organization is located.

Returns:The locality of this CertificateIssuerName.
Return type:str
organization

Gets the organization of this CertificateIssuerName. The organization name.

Returns:The organization of this CertificateIssuerName.
Return type:str
organizational_unit

Gets the organizational_unit of this CertificateIssuerName. The field to differentiate between divisions within an organization.

Returns:The organizational_unit of this CertificateIssuerName.
Return type:str
state_province

Gets the state_province of this CertificateIssuerName. The province where the organization is located.

Returns:The state_province of this CertificateIssuerName.
Return type:str