SettingsDefaultLoginTexts¶
- 
class oci.identity_domains.models.SettingsDefaultLoginTexts(**kwargs)¶
- Bases: - object- Default Login text in different locales - Methods - __init__(**kwargs)- Initializes a new SettingsDefaultLoginTexts object with values from keyword arguments. - Attributes - locale- [Required] Gets the locale of this SettingsDefaultLoginTexts. - value- [Required] Gets the value of this SettingsDefaultLoginTexts. - 
__init__(**kwargs)¶
- Initializes a new SettingsDefaultLoginTexts 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 SettingsDefaultLoginTexts.
- locale (str) – The value to assign to the locale property of this SettingsDefaultLoginTexts.
 
 - 
locale¶
- [Required] Gets the locale of this SettingsDefaultLoginTexts. Locale - Added In: 18.2.2 - SCIM++ Properties:
- idcsCanonicalValueSourceFilter: attrName eq “locales” and attrValues.value eq “$(loginTexts.locale)”
- idcsCanonicalValueSourceResourceType: AllowedValue
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
 
 - Returns: - The locale of this SettingsDefaultLoginTexts. - Return type: - str 
 - 
value¶
- [Required] Gets the value of this SettingsDefaultLoginTexts. Login text - Added In: 18.2.2 - SCIM++ Properties:
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- idcsSanitize: true
 
 - Returns: - The value of this SettingsDefaultLoginTexts. - Return type: - str 
 
-