UserAttributesSettingsAttributeSettings¶
-
class
oci.identity_domains.models.
UserAttributesSettingsAttributeSettings
(**kwargs)¶ Bases:
object
User Schema Attribute Settings
Methods
__init__
(**kwargs)Initializes a new UserAttributesSettingsAttributeSettings object with values from keyword arguments. Attributes
end_user_mutability
[Required] Gets the end_user_mutability of this UserAttributesSettingsAttributeSettings. end_user_mutability_canonical_values
Gets the end_user_mutability_canonical_values of this UserAttributesSettingsAttributeSettings. name
[Required] Gets the name of this UserAttributesSettingsAttributeSettings. -
__init__
(**kwargs)¶ Initializes a new UserAttributesSettingsAttributeSettings object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - name (str) – The value to assign to the name property of this UserAttributesSettingsAttributeSettings.
- end_user_mutability (str) – The value to assign to the end_user_mutability property of this UserAttributesSettingsAttributeSettings.
- end_user_mutability_canonical_values (list[str]) – The value to assign to the end_user_mutability_canonical_values property of this UserAttributesSettingsAttributeSettings.
-
end_user_mutability
¶ [Required] Gets the end_user_mutability of this UserAttributesSettingsAttributeSettings. End User mutability
- SCIM++ Properties:
- idcsCanonicalValueSourceFilter: attrName eq “mutabilityValues” and attrValues.value eq “$(endUserMutability)”
- idcsCanonicalValueSourceResourceType: AllowedValue
- caseExact: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
Returns: The end_user_mutability of this UserAttributesSettingsAttributeSettings. Return type: str
-
end_user_mutability_canonical_values
¶ Gets the end_user_mutability_canonical_values of this UserAttributesSettingsAttributeSettings. Specifies the list of User mutabilities allowed.
Added In: 18.3.4
- SCIM++ Properties:
- idcsCanonicalValueSourceFilter: attrName eq “mutabilityValues” and attrValues.value eq “$(endUserMutability)”
- idcsCanonicalValueSourceResourceType: AllowedValue
- caseExact: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Returns: The end_user_mutability_canonical_values of this UserAttributesSettingsAttributeSettings. Return type: list[str]
-
name
¶ [Required] Gets the name of this UserAttributesSettingsAttributeSettings. Fully-qualified attribute or complex mapping Name
- SCIM++ Properties:
- caseExact: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
Returns: The name of this UserAttributesSettingsAttributeSettings. Return type: str
-