RequestEmailSubdomainCsrDetails¶
-
class
oci.fusion_apps.models.RequestEmailSubdomainCsrDetails(**kwargs)¶ Bases:
objectEmail subdomain certificate request detail
Methods
__init__(**kwargs)Initializes a new RequestEmailSubdomainCsrDetails object with values from keyword arguments. Attributes
common_name[Required] Gets the common_name of this RequestEmailSubdomainCsrDetails. country[Required] Gets the country of this RequestEmailSubdomainCsrDetails. email_address[Required] Gets the email_address of this RequestEmailSubdomainCsrDetails. locality[Required] Gets the locality of this RequestEmailSubdomainCsrDetails. organization_name[Required] Gets the organization_name of this RequestEmailSubdomainCsrDetails. organization_unit[Required] Gets the organization_unit of this RequestEmailSubdomainCsrDetails. sansGets the sans of this RequestEmailSubdomainCsrDetails. state[Required] Gets the state of this RequestEmailSubdomainCsrDetails. -
__init__(**kwargs)¶ Initializes a new RequestEmailSubdomainCsrDetails 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 RequestEmailSubdomainCsrDetails.
- sans (str) – The value to assign to the sans property of this RequestEmailSubdomainCsrDetails.
- organization_name (str) – The value to assign to the organization_name property of this RequestEmailSubdomainCsrDetails.
- organization_unit (str) – The value to assign to the organization_unit property of this RequestEmailSubdomainCsrDetails.
- locality (str) – The value to assign to the locality property of this RequestEmailSubdomainCsrDetails.
- state (str) – The value to assign to the state property of this RequestEmailSubdomainCsrDetails.
- country (str) – The value to assign to the country property of this RequestEmailSubdomainCsrDetails.
- email_address (str) – The value to assign to the email_address property of this RequestEmailSubdomainCsrDetails.
-
common_name¶ [Required] Gets the common_name of this RequestEmailSubdomainCsrDetails. fully qualified host name
Returns: The common_name of this RequestEmailSubdomainCsrDetails. Return type: str
-
country¶ [Required] Gets the country of this RequestEmailSubdomainCsrDetails. country name
Returns: The country of this RequestEmailSubdomainCsrDetails. Return type: str
-
email_address¶ [Required] Gets the email_address of this RequestEmailSubdomainCsrDetails. email address
Returns: The email_address of this RequestEmailSubdomainCsrDetails. Return type: str
-
locality¶ [Required] Gets the locality of this RequestEmailSubdomainCsrDetails. city
Returns: The locality of this RequestEmailSubdomainCsrDetails. Return type: str
-
organization_name¶ [Required] Gets the organization_name of this RequestEmailSubdomainCsrDetails. company name
Returns: The organization_name of this RequestEmailSubdomainCsrDetails. Return type: str
-
organization_unit¶ [Required] Gets the organization_unit of this RequestEmailSubdomainCsrDetails. company section
Returns: The organization_unit of this RequestEmailSubdomainCsrDetails. Return type: str
-
sans¶ Gets the sans of this RequestEmailSubdomainCsrDetails. subject alternative names, comma separated
Returns: The sans of this RequestEmailSubdomainCsrDetails. Return type: str
-
state¶ [Required] Gets the state of this RequestEmailSubdomainCsrDetails. state or province
Returns: The state of this RequestEmailSubdomainCsrDetails. Return type: str
-