BrandingSettingsCompanyNames

class oci.identity_domains.models.BrandingSettingsCompanyNames(**kwargs)

Bases: object

Name of the company in different locales

Methods

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

Attributes

locale [Required] Gets the locale of this BrandingSettingsCompanyNames.
value [Required] Gets the value of this BrandingSettingsCompanyNames.
__init__(**kwargs)

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

Parameters:
  • value (str) – The value to assign to the value property of this BrandingSettingsCompanyNames.
  • locale (str) – The value to assign to the locale property of this BrandingSettingsCompanyNames.
locale

[Required] Gets the locale of this BrandingSettingsCompanyNames. Locale

SCIM++ Properties:
  • multiValued: false
  • mutability: readOnly
  • required: true
  • returned: default
  • type: string
Returns:The locale of this BrandingSettingsCompanyNames.
Return type:str
value

[Required] Gets the value of this BrandingSettingsCompanyNames. Company name

SCIM++ Properties:
  • multiValued: false
  • mutability: readOnly
  • required: true
  • returned: default
  • type: string
Returns:The value of this BrandingSettingsCompanyNames.
Return type:str