ExtensionEnterprise20User¶
- 
class oci.identity_domains.models.ExtensionEnterprise20User(**kwargs)¶
- Bases: - object- Enterprise User - Methods - __init__(**kwargs)- Initializes a new ExtensionEnterprise20User object with values from keyword arguments. - Attributes - cost_center- Gets the cost_center of this ExtensionEnterprise20User. - department- Gets the department of this ExtensionEnterprise20User. - division- Gets the division of this ExtensionEnterprise20User. - employee_number- Gets the employee_number of this ExtensionEnterprise20User. - manager- Gets the manager of this ExtensionEnterprise20User. - organization- Gets the organization of this ExtensionEnterprise20User. - 
__init__(**kwargs)¶
- Initializes a new ExtensionEnterprise20User object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - employee_number (str) – The value to assign to the employee_number property of this ExtensionEnterprise20User.
- cost_center (str) – The value to assign to the cost_center property of this ExtensionEnterprise20User.
- organization (str) – The value to assign to the organization property of this ExtensionEnterprise20User.
- division (str) – The value to assign to the division property of this ExtensionEnterprise20User.
- department (str) – The value to assign to the department property of this ExtensionEnterprise20User.
- manager (oci.identity_domains.models.UserExtManager) – The value to assign to the manager property of this ExtensionEnterprise20User.
 
 - 
cost_center¶
- Gets the cost_center of this ExtensionEnterprise20User. Identifies the name of a cost center. - SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Cost Center
- idcsCsvAttributeNameMappings: [[columnHeaderName:Cost Center]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
 - Returns: - The cost_center of this ExtensionEnterprise20User. - Return type: - str 
 - 
department¶
- Gets the department of this ExtensionEnterprise20User. Identifies the name of a department. - SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Department
- idcsCsvAttributeNameMappings: [[columnHeaderName:Department]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
 - Returns: - The department of this ExtensionEnterprise20User. - Return type: - str 
 - 
division¶
- Gets the division of this ExtensionEnterprise20User. Identifies the name of a division. - SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Division
- idcsCsvAttributeNameMappings: [[columnHeaderName:Division]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
 - Returns: - The division of this ExtensionEnterprise20User. - Return type: - str 
 - 
employee_number¶
- Gets the employee_number of this ExtensionEnterprise20User. Numeric or alphanumeric identifier assigned to a person, typically based on order of hire or association with an organization. - SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Employee Number
- idcsCsvAttributeNameMappings: [[columnHeaderName:Employee Number]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
 - Returns: - The employee_number of this ExtensionEnterprise20User. - Return type: - str 
 - 
manager¶
- Gets the manager of this ExtensionEnterprise20User. - Returns: - The manager of this ExtensionEnterprise20User. - Return type: - oci.identity_domains.models.UserExtManager 
 - 
organization¶
- Gets the organization of this ExtensionEnterprise20User. Identifies the name of an organization. - SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Organization
- idcsCsvAttributeNameMappings: [[columnHeaderName:Organization Name, deprecatedColumnHeaderName:Organization]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
 - Returns: - The organization of this ExtensionEnterprise20User. - Return type: - str 
 
-