SettingsLoginTexts

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

Bases: object

Login text in different locales

Methods

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

Attributes

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

Initializes a new SettingsLoginTexts 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 SettingsLoginTexts.
  • locale (str) – The value to assign to the locale property of this SettingsLoginTexts.
locale

[Required] Gets the locale of this SettingsLoginTexts. Locale

SCIM++ Properties:
  • idcsCanonicalValueSourceFilter: attrName eq “locales” and attrValues.value eq “$(loginTexts.locale)”
  • idcsCanonicalValueSourceResourceType: AllowedValue
  • multiValued: false
  • mutability: readWrite
  • required: true
  • returned: default
  • type: string
Returns:The locale of this SettingsLoginTexts.
Return type:str
value

[Required] Gets the value of this SettingsLoginTexts. Login text

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