Class Me
  
  
  
  
  
  Assembly: OCI.DotNetSDK.Identitydomains.dll
  Syntax
  
  Properties
  
  Active
  
  
  Declaration
  
    [JsonProperty(PropertyName = "active")]
public bool? Active { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | bool? | User status
SCIM++ Properties:
 
caseExact: falseidcsCsvAttributeName: ActiveidcsCsvAttributeNameMappings: [[columnHeaderName:Active]]idcsSearchable: truemultiValued: falsemutability: readWriterequired: falsereturned: defaulttype: booleanuniqueness: none | 
    
  
  
  Addresses
  
  
  Declaration
  
    [JsonProperty(PropertyName = "addresses")]
public List<Addresses> Addresses { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | List<Addresses> | A physical mailing address for this User, as described in (address Element). Canonical Type Values of work, home, and other. The value attribute is a complex type with the following sub-attributes.
SCIM++ Properties:
 
idcsCompositeKey: [type]idcsCsvAttributeNameMappings: [[columnHeaderName:Work Address Street, deprecatedColumnHeaderName:Work Street Address, mapsTo:addresses[work].streetAddress], [columnHeaderName:Work Address Locality, deprecatedColumnHeaderName:Work City, mapsTo:addresses[work].locality], [columnHeaderName:Work Address Region, deprecatedColumnHeaderName:Work State, mapsTo:addresses[work].region], [columnHeaderName:Work Address Postal Code, deprecatedColumnHeaderName:Work Postal Code, mapsTo:addresses[work].postalCode], [columnHeaderName:Work Address Country, deprecatedColumnHeaderName:Work Country, mapsTo:addresses[work].country], [columnHeaderName:Work Address Formatted, mapsTo:addresses[work].formatted], [columnHeaderName:Home Address Formatted, mapsTo:addresses[home].formatted], [columnHeaderName:Other Address Formatted, mapsTo:addresses[other].formatted], [columnHeaderName:Home Address Street, mapsTo:addresses[home].streetAddress], [columnHeaderName:Other Address Street, mapsTo:addresses[other].streetAddress], [columnHeaderName:Home Address Locality, mapsTo:addresses[home].locality], [columnHeaderName:Other Address Locality, mapsTo:addresses[other].locality], [columnHeaderName:Home Address Region, mapsTo:addresses[home].region], [columnHeaderName:Other Address Region, mapsTo:addresses[other].region], [columnHeaderName:Home Address Country, mapsTo:addresses[home].country], [columnHeaderName:Other Address Country, mapsTo:addresses[other].country], [columnHeaderName:Home Address Postal Code, mapsTo:addresses[home].postalCode], [columnHeaderName:Other Address Postal Code, mapsTo:addresses[other].postalCode], [columnHeaderName:Primary Address Type, mapsTo:addresses[$(type)].primary]]idcsPii: truemultiValued: truemutability: readWriterequired: falsereturned: defaulttype: complexuniqueness: none | 
    
  
  
  CompartmentOcid
  
  
  Declaration
  
    [JsonProperty(PropertyName = "compartmentOcid")]
public string CompartmentOcid { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | string | OCI Compartment Id (ocid) in which the resource lives.
SCIM++ Properties:
 
caseExact: falseidcsSearchable: falsemultiValued: falsemutability: readOnlyrequired: falsereturned: defaulttype: stringuniqueness: none | 
    
  
  
  DeleteInProgress
  
  
  Declaration
  
    [JsonProperty(PropertyName = "deleteInProgress")]
public bool? DeleteInProgress { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | bool? | A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.
SCIM++ Properties:
 
caseExact: falseidcsSearchable: truemultiValued: falsemutability: readOnlyrequired: falsereturned: defaulttype: booleanuniqueness: none | 
    
  
  
  Description
  
  
  Declaration
  
    [JsonProperty(PropertyName = "description")]
public string Description { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | string | Description of the user
Added In: 2012271618
 SCIM++ Properties:
 
caseExact: falseidcsPii: trueidcsSearchable: falsemultiValued: falsemutability: readWriterequired: falsereturned: defaulttype: stringuniqueness: none | 
    
  
  
  DisplayName
  
  
  Declaration
  
    [JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | string | Display name
SCIM++ Properties:
 
caseExact: falseidcsCsvAttributeName: Display NameidcsCsvAttributeNameMappings: [[columnHeaderName:Display Name]]idcsPii: trueidcsSearchable: truemultiValued: falsemutability: readWriterequired: falsereturned: defaulttype: stringuniqueness: none | 
    
  
  
  DomainOcid
  
  
  Declaration
  
    [JsonProperty(PropertyName = "domainOcid")]
public string DomainOcid { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | string | OCI Domain Id (ocid) in which the resource lives.
SCIM++ Properties:
 
caseExact: falseidcsSearchable: falsemultiValued: falsemutability: readOnlyrequired: falsereturned: defaulttype: stringuniqueness: none | 
    
  
  
  Emails
  
  
  Declaration
  
    [JsonProperty(PropertyName = "emails")]
public List<MeEmails> Emails { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | List<MeEmails> | A complex attribute representing emails
SCIM++ Properties:
 
idcsCompositeKey: [value, type]idcsCsvAttributeNameMappings: [[columnHeaderName:Work Email, mapsTo:emails[work].value], [columnHeaderName:Home Email, mapsTo:emails[home].value], [columnHeaderName:Primary Email Type, mapsTo:emails[$(type)].primary], [columnHeaderName:Other Email, mapsTo:emails[other].value], [columnHeaderName:Recovery Email, mapsTo:emails[recovery].value], [columnHeaderName:Work Email Verified, mapsTo:emails[work].verified], [columnHeaderName:Home Email Verified, mapsTo:emails[home].verified], [columnHeaderName:Other Email Verified, mapsTo:emails[other].verified], [columnHeaderName:Recovery Email Verified, mapsTo:emails[recovery].verified]]idcsPii: truemultiValued: truemutability: readWriterequired: falsereturned: defaulttype: complexuniqueness: none | 
    
  
  
  Entitlements
  
  
  Declaration
  
    [JsonProperty(PropertyName = "entitlements")]
public List<MeEntitlements> Entitlements { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | List<MeEntitlements> | A list of entitlements for the User that represent a thing the User has.
SCIM++ Properties:
 
idcsCompositeKey: [value, type]multiValued: truemutability: readWriterequired: falsereturned: defaulttype: complexuniqueness: none | 
    
  
  
  ExternalId
  
  
  Declaration
  
    [JsonProperty(PropertyName = "externalId")]
public string ExternalId { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | string | An identifier for the Resource as defined by the Service Consumer. The externalId may simplify identification of the Resource between Service Consumer and Service Provider by allowing the Consumer to refer to the Resource with its own identifier, obviating the need to store a local mapping between the local identifier of the Resource and the identifier used by the Service Provider. Each Resource MAY include a non-empty externalId value. The value of the externalId attribute is always issued by the Service Consumer and can never be specified by the Service Provider. The Service Provider MUST always interpret the externalId as scoped to the Service Consumer's tenant.
SCIM++ Properties:
 
caseExact: falseidcsCsvAttributeNameMappings: [[columnHeaderName:External Id]]idcsPii: trueidcsSearchable: truemultiValued: falsemutability: readWriterequired: falsereturned: defaulttype: stringuniqueness: none | 
    
  
  
  Groups
  
  
  Declaration
  
    [JsonProperty(PropertyName = "groups")]
public List<MeGroups> Groups { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | List<MeGroups> | A list of groups that the user belongs to, either thorough direct membership, nested groups, or dynamically calculated
SCIM++ Properties:
 
idcsCompositeKey: [value]idcsSearchable: truemultiValued: truemutability: readOnlyrequired: falsereturned: requesttype: complexuniqueness: none | 
    
  
  
  Id
  
  
  Declaration
  
    [JsonProperty(PropertyName = "id")]
public string Id { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | string | Unique identifier for the SCIM Resource as defined by the Service Provider. Each representation of the Resource MUST include a non-empty id value. This identifier MUST be unique across the Service Provider's entire set of Resources. It MUST be a stable, non-reassignable identifier that does not change when the same Resource is returned in subsequent requests. The value of the id attribute is always issued by the Service Provider and MUST never be specified by the Service Consumer. bulkId: is a reserved keyword and MUST NOT be used in the unique identifier.
SCIM++ Properties:
 
caseExact: falseidcsSearchable: truemultiValued: falsemutability: readOnlyrequired: falsereturned: alwaystype: stringuniqueness: global | 
    
  
  
  IdcsCreatedBy
  
  
  Declaration
  
    [JsonProperty(PropertyName = "idcsCreatedBy")]
public IdcsCreatedBy IdcsCreatedBy { get; set; }
   
  Property Value
  
  
  IdcsLastModifiedBy
  
  
  Declaration
  
    [JsonProperty(PropertyName = "idcsLastModifiedBy")]
public IdcsLastModifiedBy IdcsLastModifiedBy { get; set; }
   
  Property Value
  
  
  IdcsLastUpgradedInRelease
  
  
  Declaration
  
    [JsonProperty(PropertyName = "idcsLastUpgradedInRelease")]
public string IdcsLastUpgradedInRelease { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | string | The release number when the resource was upgraded.
SCIM++ Properties:
 
caseExact: falseidcsSearchable: falsemultiValued: falsemutability: readOnlyrequired: falsereturned: requesttype: stringuniqueness: none | 
    
  
  
  IdcsPreventedOperations
  
  
  Declaration
  
    [JsonProperty(PropertyName = "idcsPreventedOperations", ItemConverterType = typeof(ResponseEnumConverter))]
public List<IdcsPreventedOperations> IdcsPreventedOperations { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | List<IdcsPreventedOperations> | Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
SCIM++ Properties:
 
idcsSearchable: falsemultiValued: truemutability: readOnlyrequired: falsereturned: requesttype: stringuniqueness: none | 
    
  
  
  Ims
  
  
  Declaration
  
    [JsonProperty(PropertyName = "ims")]
public List<MeIms> Ims { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | List<MeIms> | User's instant messaging addresses
SCIM++ Properties:
 
idcsCompositeKey: [value, type]idcsPii: truemultiValued: truemutability: readWriterequired: falsereturned: defaulttype: complexuniqueness: none | 
    
  
  
  Locale
  
  
  Declaration
  
    [JsonProperty(PropertyName = "locale")]
public string Locale { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | string | Used to indicate the User's default location for purposes of localizing items such as currency, date and time format, numerical representations, and so on.
SCIM++ Properties:
 
caseExact: falseidcsCsvAttributeName: LocaleidcsCsvAttributeNameMappings: [[columnHeaderName:Locale]]idcsSearchable: truemultiValued: falsemutability: readWriterequired: falsereturned: defaulttype: stringuniqueness: none | 
    
  
  
  Meta
  
  
  Declaration
  
    [JsonProperty(PropertyName = "meta")]
public Meta Meta { get; set; }
   
  Property Value
  
  
  Name
  
  
  Declaration
  
    [JsonProperty(PropertyName = "name")]
public MeName Name { get; set; }
   
  Property Value
  
  
  NickName
  
  
  Declaration
  
    [JsonProperty(PropertyName = "nickName")]
public string NickName { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | string | Nick name
SCIM++ Properties:
 
caseExact: falseidcsCsvAttributeName: Nick NameidcsCsvAttributeNameMappings: [[columnHeaderName:Nick Name]]idcsPii: trueidcsSearchable: truemultiValued: falsemutability: readWriterequired: falsereturned: defaulttype: stringuniqueness: none | 
    
  
  
  Ocid
  
  
  Declaration
  
    [JsonProperty(PropertyName = "ocid")]
public string Ocid { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | string | Unique OCI identifier for the SCIM Resource.
SCIM++ Properties:
 
caseExact: trueidcsSearchable: truemultiValued: falsemutability: immutablerequired: falsereturned: defaulttype: stringuniqueness: global | 
    
  
  
  Password
  
  
  Declaration
  
    [JsonProperty(PropertyName = "password")]
public string Password { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | string | Password attribute. Max length for password is controlled via Password Policy.
SCIM++ Properties:
 
idcsCsvAttributeName: PasswordidcsCsvAttributeNameMappings: [[columnHeaderName:Password]]idcsPii: trueidcsSearchable: falseidcsSensitive: hashmultiValued: falsemutability: writeOnlyrequired: falsereturned: nevertype: stringuniqueness: none | 
    
  
  
  PhoneNumbers
  
  
  Declaration
  
    [JsonProperty(PropertyName = "phoneNumbers")]
public List<MePhoneNumbers> PhoneNumbers { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | List<MePhoneNumbers> | Phone numbers
SCIM++ Properties:
 
idcsCompositeKey: [value, type]idcsCsvAttributeNameMappings: [[columnHeaderName:Work Phone, mapsTo:phoneNumbers[work].value], [columnHeaderName:Mobile No, mapsTo:phoneNumbers[mobile].value], [columnHeaderName:Home Phone, mapsTo:phoneNumbers[home].value], [columnHeaderName:Fax, mapsTo:phoneNumbers[fax].value], [columnHeaderName:Pager, mapsTo:phoneNumbers[pager].value], [columnHeaderName:Other Phone, mapsTo:phoneNumbers[other].value], [columnHeaderName:Recovery Phone, mapsTo:phoneNumbers[recovery].value], [columnHeaderName:Primary Phone Type, mapsTo:phoneNumbers[$(type)].primary]]idcsPii: truemultiValued: truemutability: readWriterequired: falsereturned: defaulttype: complexuniqueness: none | 
    
  
  
  Photos
  
  
  Declaration
  
    [JsonProperty(PropertyName = "photos")]
public List<MePhotos> Photos { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | List<MePhotos> | URLs of photos for the User
SCIM++ Properties:
 
idcsCompositeKey: [value, type]idcsPii: truemultiValued: truemutability: readWriterequired: falsereturned: defaulttype: complexuniqueness: none | 
    
  
  
  PreferredLanguage
  
  
  Declaration
  
    [JsonProperty(PropertyName = "preferredLanguage")]
public string PreferredLanguage { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | string | User's preferred written or spoken language used for localized user interfaces
SCIM++ Properties:
 
caseExact: falseidcsCsvAttributeName: Preferred LanguageidcsCsvAttributeNameMappings: [[columnHeaderName:Preferred Language]]idcsSearchable: truemultiValued: falsemutability: readWriterequired: falsereturned: defaulttype: stringuniqueness: none | 
    
  
  
  ProfileUrl
  
  
  Declaration
  
    [JsonProperty(PropertyName = "profileUrl")]
public string ProfileUrl { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | string | A fully-qualified URL to a page representing the User's online profile
SCIM++ Properties:
 
caseExact: falseidcsCsvAttributeName: Profile URLidcsCsvAttributeNameMappings: [[columnHeaderName:Profile Url]]idcsPii: trueidcsSearchable: truemultiValued: falsemutability: readWriterequired: falsereturned: defaulttype: referenceuniqueness: none | 
    
  
  
  Roles
  
  
  Declaration
  
    [JsonProperty(PropertyName = "roles")]
public List<MeRoles> Roles { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | List<MeRoles> | A list of roles for the User that collectively represent who the User is; e.g., 'Student', 'Faculty'.
SCIM++ Properties:
 
idcsCompositeKey: [value, type]multiValued: truemutability: readWriterequired: falsereturned: defaulttype: complexuniqueness: none | 
    
  
  
  Schemas
  
  
  Declaration
  
    [Required(ErrorMessage = "Schemas is required.")]
[JsonProperty(PropertyName = "schemas")]
public List<string> Schemas { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | List<string> | REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard \"enterprise\" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
SCIM++ Properties:
 
caseExact: falseidcsSearchable: falsemultiValued: truemutability: readWriterequired: truereturned: defaulttype: stringuniqueness: none | 
    
  
  Remarks
  
  
  Tags
  
  
  Declaration
  
    [JsonProperty(PropertyName = "tags")]
public List<Tags> Tags { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | List<Tags> | A list of tags on this resource.
SCIM++ Properties:
 
idcsCompositeKey: [key, value]idcsSearchable: truemultiValued: truemutability: readWriterequired: falsereturned: requesttype: complexuniqueness: none | 
    
  
  
  TenancyOcid
  
  
  Declaration
  
    [JsonProperty(PropertyName = "tenancyOcid")]
public string TenancyOcid { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | string | OCI Tenant Id (ocid) in which the resource lives.
SCIM++ Properties:
 
caseExact: falseidcsSearchable: falsemultiValued: falsemutability: readOnlyrequired: falsereturned: defaulttype: stringuniqueness: none | 
    
  
  
  Timezone
  
  
  Declaration
  
    [JsonProperty(PropertyName = "timezone")]
public string Timezone { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | string | User's timezone
SCIM++ Properties:
 
caseExact: falseidcsCanonicalValueSourceFilter: attrName eq "timezones" and attrValues.value eq "$(timezone)"idcsCanonicalValueSourceResourceType: AllowedValueidcsCsvAttributeName: TimeZoneidcsCsvAttributeNameMappings: [[columnHeaderName:Time Zone, deprecatedColumnHeaderName:TimeZone]]idcsSearchable: truemultiValued: falsemutability: readWriterequired: falsereturned: defaulttype: stringuniqueness: none | 
    
  
  
  Title
  
  
  Declaration
  
    [JsonProperty(PropertyName = "title")]
public string Title { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | string | Title
SCIM++ Properties:
 
caseExact: falseidcsCsvAttributeName: TitleidcsCsvAttributeNameMappings: [[columnHeaderName:Title]]idcsPii: trueidcsSearchable: truemultiValued: falsemutability: readWriterequired: falsereturned: defaulttype: stringuniqueness: none | 
    
  
  
  UrnIetfParamsScimSchemasExtensionEnterprise20User
  
  
  Declaration
  
    [JsonProperty(PropertyName = "urn:ietf:params:scim:schemas:extension:enterprise:2.0:User")]
public ExtensionEnterprise20User UrnIetfParamsScimSchemasExtensionEnterprise20User { get; set; }
   
  Property Value
  
  
  UrnIetfParamsScimSchemasOracleIdcsExtensionCapabilitiesUser
  
  
  Declaration
  
    [JsonProperty(PropertyName = "urn:ietf:params:scim:schemas:oracle:idcs:extension:capabilities:User")]
public ExtensionCapabilitiesUser UrnIetfParamsScimSchemasOracleIdcsExtensionCapabilitiesUser { get; set; }
   
  Property Value
  
  
  UrnIetfParamsScimSchemasOracleIdcsExtensionDbCredentialsUser
  
  
  Declaration
  
    [JsonProperty(PropertyName = "urn:ietf:params:scim:schemas:oracle:idcs:extension:dbCredentials:User")]
public ExtensionDbCredentialsUser UrnIetfParamsScimSchemasOracleIdcsExtensionDbCredentialsUser { get; set; }
   
  Property Value
  
  
  UrnIetfParamsScimSchemasOracleIdcsExtensionMeUser
  
  
  Declaration
  
    [JsonProperty(PropertyName = "urn:ietf:params:scim:schemas:oracle:idcs:extension:me:User")]
public ExtensionMeUser UrnIetfParamsScimSchemasOracleIdcsExtensionMeUser { get; set; }
   
  Property Value
  
  
  UrnIetfParamsScimSchemasOracleIdcsExtensionMfaUser
  
  
  Declaration
  
    [JsonProperty(PropertyName = "urn:ietf:params:scim:schemas:oracle:idcs:extension:mfa:User")]
public ExtensionMfaUser UrnIetfParamsScimSchemasOracleIdcsExtensionMfaUser { get; set; }
   
  Property Value
  
  
  UrnIetfParamsScimSchemasOracleIdcsExtensionOciTags
  
  
  Declaration
  
    [JsonProperty(PropertyName = "urn:ietf:params:scim:schemas:oracle:idcs:extension:OCITags")]
public ExtensionOCITags UrnIetfParamsScimSchemasOracleIdcsExtensionOciTags { get; set; }
   
  Property Value
  
  
  UrnIetfParamsScimSchemasOracleIdcsExtensionPasswordStateUser
  
  
  Declaration
  
    [JsonProperty(PropertyName = "urn:ietf:params:scim:schemas:oracle:idcs:extension:passwordState:User")]
public ExtensionPasswordStateUser UrnIetfParamsScimSchemasOracleIdcsExtensionPasswordStateUser { get; set; }
   
  Property Value
  
  
  UrnIetfParamsScimSchemasOracleIdcsExtensionPosixUser
  
  
  Declaration
  
    [JsonProperty(PropertyName = "urn:ietf:params:scim:schemas:oracle:idcs:extension:posix:User")]
public ExtensionPosixUser UrnIetfParamsScimSchemasOracleIdcsExtensionPosixUser { get; set; }
   
  Property Value
  
  
  UrnIetfParamsScimSchemasOracleIdcsExtensionSecurityQuestionsUser
  
  
  Declaration
  
    [JsonProperty(PropertyName = "urn:ietf:params:scim:schemas:oracle:idcs:extension:securityQuestions:User")]
public ExtensionSecurityQuestionsUser UrnIetfParamsScimSchemasOracleIdcsExtensionSecurityQuestionsUser { get; set; }
   
  Property Value
  
  
  UrnIetfParamsScimSchemasOracleIdcsExtensionSelfRegistrationUser
  
  
  Declaration
  
    [JsonProperty(PropertyName = "urn:ietf:params:scim:schemas:oracle:idcs:extension:selfRegistration:User")]
public ExtensionSelfRegistrationUser UrnIetfParamsScimSchemasOracleIdcsExtensionSelfRegistrationUser { get; set; }
   
  Property Value
  
  
  UrnIetfParamsScimSchemasOracleIdcsExtensionTermsOfUseUser
  
  
  Declaration
  
    [JsonProperty(PropertyName = "urn:ietf:params:scim:schemas:oracle:idcs:extension:termsOfUse:User")]
public ExtensionTermsOfUseUser UrnIetfParamsScimSchemasOracleIdcsExtensionTermsOfUseUser { get; set; }
   
  Property Value
  
  
  UrnIetfParamsScimSchemasOracleIdcsExtensionUserCredentialsUser
  
  
  Declaration
  
    [JsonProperty(PropertyName = "urn:ietf:params:scim:schemas:oracle:idcs:extension:userCredentials:User")]
public ExtensionUserCredentialsUser UrnIetfParamsScimSchemasOracleIdcsExtensionUserCredentialsUser { get; set; }
   
  Property Value
  
  
  UrnIetfParamsScimSchemasOracleIdcsExtensionUserStateUser
  
  
  Declaration
  
    [JsonProperty(PropertyName = "urn:ietf:params:scim:schemas:oracle:idcs:extension:userState:User")]
public ExtensionUserStateUser UrnIetfParamsScimSchemasOracleIdcsExtensionUserStateUser { get; set; }
   
  Property Value
  
  
  UrnIetfParamsScimSchemasOracleIdcsExtensionUserUser
  
  
  Declaration
  
    [JsonProperty(PropertyName = "urn:ietf:params:scim:schemas:oracle:idcs:extension:user:User")]
public ExtensionUserUser UrnIetfParamsScimSchemasOracleIdcsExtensionUserUser { get; set; }
   
  Property Value
  
  
  UserName
  
  
  Declaration
  
    [Required(ErrorMessage = "UserName is required.")]
[JsonProperty(PropertyName = "userName")]
public string UserName { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | string | User name
SCIM++ Properties:
 
caseExact: falseidcsCsvAttributeName: User IDidcsCsvAttributeNameMappings: [[columnHeaderName:User Name, deprecatedColumnHeaderName:User ID]]idcsPii: trueidcsSearchable: truemultiValued: falsemutability: readWriterequired: truereturned: alwaystype: stringuniqueness: global | 
    
  
  Remarks
  
  
  UserType
  
  
  Declaration
  
    [JsonProperty(PropertyName = "userType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public Me.UserTypeEnum? UserType { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | Me.UserTypeEnum? | Used to identify the organization-to-user relationship
SCIM++ Properties:
 
caseExact: falseidcsCsvAttributeName: User TypeidcsCsvAttributeNameMappings: [[columnHeaderName:User Type]]idcsPii: trueidcsSearchable: truemultiValued: falsemutability: readWriterequired: falsereturned: defaulttype: stringuniqueness: none | 
    
  
  
  X509Certificates
  
  
  Declaration
  
    [JsonProperty(PropertyName = "x509Certificates")]
public List<MeX509Certificates> X509Certificates { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | List<MeX509Certificates> | A list of certificates issued to the User.
SCIM++ Properties:
 
idcsCompositeKey: [value]multiValued: truemutability: readWriterequired: falsereturned: defaulttype: complexuniqueness: none |