SchemaLocalizedCanonicalValues¶
-
class
oci.identity_domains.models.
SchemaLocalizedCanonicalValues
(**kwargs)¶ Bases:
object
A collection of Localized canonical values.
Methods
__init__
(**kwargs)Initializes a new SchemaLocalizedCanonicalValues object with values from keyword arguments. Attributes
canonical_value
Gets the canonical_value of this SchemaLocalizedCanonicalValues. locale
Gets the locale of this SchemaLocalizedCanonicalValues. value
Gets the value of this SchemaLocalizedCanonicalValues. -
__init__
(**kwargs)¶ Initializes a new SchemaLocalizedCanonicalValues 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 SchemaLocalizedCanonicalValues.
- canonical_value (list[str]) – The value to assign to the canonical_value property of this SchemaLocalizedCanonicalValues.
- locale (str) – The value to assign to the locale property of this SchemaLocalizedCanonicalValues.
-
canonical_value
¶ Gets the canonical_value of this SchemaLocalizedCanonicalValues. Canonical values
- SCIM++ Properties:
- caseExact: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Returns: The canonical_value of this SchemaLocalizedCanonicalValues. Return type: list[str]
-
locale
¶ Gets the locale of this SchemaLocalizedCanonicalValues. Locale used
- SCIM++ Properties:
- caseExact: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Returns: The locale of this SchemaLocalizedCanonicalValues. Return type: str
-
value
¶ Gets the value of this SchemaLocalizedCanonicalValues. Localized display value
- SCIM++ Properties:
- caseExact: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Returns: The value of this SchemaLocalizedCanonicalValues. Return type: str
-