Show / Hide Table of Contents

Class ExtensionEnterprise20User

Enterprise User

Inheritance
object
ExtensionEnterprise20User
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.IdentitydomainsService.Models
Assembly: OCI.DotNetSDK.Identitydomains.dll
Syntax
public class ExtensionEnterprise20User

Properties

CostCenter

Declaration
[JsonProperty(PropertyName = "costCenter")]
public string CostCenter { get; set; }
Property Value
Type Description
string

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

Department

Declaration
[JsonProperty(PropertyName = "department")]
public string Department { get; set; }
Property Value
Type Description
string

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

Division

Declaration
[JsonProperty(PropertyName = "division")]
public string Division { get; set; }
Property Value
Type Description
string

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

EmployeeNumber

Declaration
[JsonProperty(PropertyName = "employeeNumber")]
public string EmployeeNumber { get; set; }
Property Value
Type Description
string

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

Manager

Declaration
[JsonProperty(PropertyName = "manager")]
public UserExtManager Manager { get; set; }
Property Value
Type Description
UserExtManager

Organization

Declaration
[JsonProperty(PropertyName = "organization")]
public string Organization { get; set; }
Property Value
Type Description
string

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
In this article
Back to top