SchemaLocalizedDisplayName¶
-
class
oci.identity_domains.models.
SchemaLocalizedDisplayName
(**kwargs)¶ Bases:
object
Attribute’s localized display name
SCIM++ Properties: - multiValued: false - mutability: readWrite - required: false - returned: default - type: complex - uniqueness: none
Methods
__init__
(**kwargs)Initializes a new SchemaLocalizedDisplayName object with values from keyword arguments. Attributes
locale
Gets the locale of this SchemaLocalizedDisplayName. value
Gets the value of this SchemaLocalizedDisplayName. -
__init__
(**kwargs)¶ Initializes a new SchemaLocalizedDisplayName 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 SchemaLocalizedDisplayName.
- locale (str) – The value to assign to the locale property of this SchemaLocalizedDisplayName.
-
locale
¶ Gets the locale of this SchemaLocalizedDisplayName. Locale used
- SCIM++ Properties:
- caseExact: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Returns: The locale of this SchemaLocalizedDisplayName. Return type: str
-
value
¶ Gets the value of this SchemaLocalizedDisplayName. Localized display value
- SCIM++ Properties:
- caseExact: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Returns: The value of this SchemaLocalizedDisplayName. Return type: str
-