UserExtManager¶
-
class
oci.identity_domains.models.
UserExtManager
(**kwargs)¶ Bases:
object
The User’s manager. A complex type that optionally allows Service Providers to represent organizational hierarchy by referencing the ‘id’ attribute of another User.
SCIM++ Properties: - idcsCsvAttributeNameMappings: [[columnHeaderName:Manager, deprecatedColumnHeaderName:Manager Name, mapsTo:manager.value]] - idcsPii: true - multiValued: false - mutability: readWrite - required: false - returned: default - type: complex - uniqueness: none
Methods
__init__
(**kwargs)Initializes a new UserExtManager object with values from keyword arguments. Attributes
display_name
Gets the display_name of this UserExtManager. ref
Gets the ref of this UserExtManager. value
Gets the value of this UserExtManager. -
__init__
(**kwargs)¶ Initializes a new UserExtManager 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 UserExtManager.
- ref (str) – The value to assign to the ref property of this UserExtManager.
- display_name (str) – The value to assign to the display_name property of this UserExtManager.
-
display_name
¶ Gets the display_name of this UserExtManager. The displayName of the User’s manager. OPTIONAL and READ-ONLY.
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Returns: The display_name of this UserExtManager. Return type: str
-
ref
¶ Gets the ref of this UserExtManager. The URI of the SCIM resource representing the User’s manager. RECOMMENDED.
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
Returns: The ref of this UserExtManager. Return type: str
-
value
¶ Gets the value of this UserExtManager. The id of the SCIM resource representing the User’s manager. RECOMMENDED.
- SCIM++ Properties:
- idcsCsvAttributeName: Manager Name
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Returns: The value of this UserExtManager. Return type: str
-