Root Schema : User
Type: object
User Account
Show Source
-
active(optional):
boolean
SCIM++ Properties:- caseExact: false
- idcsCsvAttributeName: Active
- idcsCsvAttributeNameMappings: [[columnHeaderName:Active]]
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
User status
-
addresses(optional):
array addresses
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: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
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.
-
compartmentOcid(optional):
string
SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
OCI Compartment Id (ocid) in which the resource lives.
-
deleteInProgress(optional):
boolean
SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
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.
-
description(optional):
string
Minimum Length: 1
Maximum Length: 400
Added In: 2012271618
SCIM++ Properties:- caseExact: false
- idcsPii: true
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Description of the user
-
displayName(optional):
string
Minimum Length: 1
Maximum Length: 382
SCIM++ Properties:- caseExact: false
- idcsCsvAttributeName: Display Name
- idcsCsvAttributeNameMappings: [[columnHeaderName:Display Name]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Display name
-
domainOcid(optional):
string
SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
OCI Domain Id (ocid) in which the resource lives.
-
emails(optional):
array 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: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
A complex attribute representing emails
-
entitlements(optional):
array entitlements
SCIM++ Properties:- idcsCompositeKey: [value, type]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
A list of entitlements for the User that represent a thing the User has.
-
externalId(optional):
string
SCIM++ Properties:- caseExact: false
- idcsCsvAttributeNameMappings: [[columnHeaderName:External Id]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
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.
-
groups(optional):
array groups
SCIM++ Properties:- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
A list of groups that the user belongs to, either thorough direct membership, nested groups, or dynamically calculated
-
id(optional):
string
SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: always
- type: string
- uniqueness: global
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.
-
idcsCreatedBy:
object idcsCreatedBy
SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: complex
The User or App who created the Resource
-
idcsLastModifiedBy(optional):
object idcsLastModifiedBy
SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: complex
The User or App who modified the Resource
-
idcsLastUpgradedInRelease(optional):
string
SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
The release number when the resource was upgraded.
-
idcsPreventedOperations(optional):
array idcsPreventedOperations
SCIM++ Properties:- idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
-
ims(optional):
array ims
SCIM++ Properties:- idcsCompositeKey: [value, type]
- idcsPii: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
User's instant messaging addresses
-
locale(optional):
string
Minimum Length: 1
Maximum Length: 50
SCIM++ Properties:- caseExact: false
- idcsCsvAttributeName: Locale
- idcsCsvAttributeNameMappings: [[columnHeaderName:Locale]]
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
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.
-
meta(optional):
object meta
-
name:
object name
SCIM++ Properties:- idcsCsvAttributeNameMappings: [[columnHeaderName:Formatted Name, mapsTo:name.formatted], [columnHeaderName:Honorific Prefix, mapsTo:name.honorificPrefix], [columnHeaderName:First Name, mapsTo:name.givenName], [columnHeaderName:Middle Name, mapsTo:name.middleName], [columnHeaderName:Last Name, mapsTo:name.familyName], [columnHeaderName:Honorific Suffix, mapsTo:name.honorificSuffix]]
- idcsPii: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
A complex attribute that contains attributes representing the name
-
nickName(optional):
string
Minimum Length: 5
Maximum Length: 100
SCIM++ Properties:- caseExact: false
- idcsCsvAttributeName: Nick Name
- idcsCsvAttributeNameMappings: [[columnHeaderName:Nick Name]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Nick name
-
ocid(optional):
string
Maximum Length: 255
SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: false
- returned: default
- type: string
- uniqueness: global
Unique OCI identifier for the SCIM Resource.
-
password(optional):
string
Minimum Length: 1
Maximum Length: 500
SCIM++ Properties:- idcsCsvAttributeName: Password
- idcsCsvAttributeNameMappings: [[columnHeaderName:Password]]
- idcsPii: true
- idcsSearchable: false
- idcsSensitive: hash
- multiValued: false
- mutability: writeOnly
- required: false
- returned: never
- type: string
- uniqueness: none
Password attribute. Max length for password is controlled via Password Policy.
-
phoneNumbers(optional):
array phoneNumbers
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: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
Phone numbers
-
photos(optional):
array photos
SCIM++ Properties:- idcsCompositeKey: [value, type]
- idcsPii: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
URLs of photos for the User
-
preferredLanguage(optional):
string
Minimum Length: 1
Maximum Length: 50
SCIM++ Properties:- caseExact: false
- idcsCsvAttributeName: Preferred Language
- idcsCsvAttributeNameMappings: [[columnHeaderName:Preferred Language]]
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
User's preferred written or spoken language used for localized user interfaces
-
profileUrl(optional):
string
Minimum Length: 1
Maximum Length: 2000
SCIM++ Properties:- caseExact: false
- idcsCsvAttributeName: Profile URL
- idcsCsvAttributeNameMappings: [[columnHeaderName:Profile Url]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: reference
- uniqueness: none
A fully-qualified URL to a page representing the User's online profile
-
roles(optional):
array roles
SCIM++ Properties:- idcsCompositeKey: [value, type]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
A list of roles for the User that collectively represent who the User is; e.g., 'Student', 'Faculty'.
-
schemas:
array schemas
SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
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.
-
tags(optional):
array tags
-
tenancyOcid(optional):
string
SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
OCI Tenant Id (ocid) in which the resource lives.
-
timezone(optional):
string
Minimum Length: 1
Maximum Length: 50
SCIM++ Properties:- caseExact: false
- idcsCanonicalValueSourceFilter: attrName eq "timezones" and attrValues.value eq "$(timezone)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- idcsCsvAttributeName: TimeZone
- idcsCsvAttributeNameMappings: [[columnHeaderName:Time Zone, deprecatedColumnHeaderName:TimeZone]]
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
User's timezone
-
title(optional):
string
Minimum Length: 1
Maximum Length: 200
SCIM++ Properties:- caseExact: false
- idcsCsvAttributeName: Title
- idcsCsvAttributeNameMappings: [[columnHeaderName:Title]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Title
-
urn:ietf:params:scim:schemas:extension:enterprise:2.0:User(optional):
object urn:ietf:params:scim:schemas:extension:enterprise:2.0:User
-
urn:ietf:params:scim:schemas:idcs:extension:custom:User(optional):
object urn:ietf:params:scim:schemas:idcs:extension:custom:User
-
urn:ietf:params:scim:schemas:oracle:idcs:extension:adaptive:User(optional):
object urn:ietf:params:scim:schemas:oracle:idcs:extension:adaptive:User
This extension defines attributes to manage user's risk score.
-
urn:ietf:params:scim:schemas:oracle:idcs:extension:capabilities:User(optional):
object urn:ietf:params:scim:schemas:oracle:idcs:extension:capabilities:User
-
urn:ietf:params:scim:schemas:oracle:idcs:extension:crossSso:User(optional):
object urn:ietf:params:scim:schemas:oracle:idcs:extension:crossSso:User
This extension defines attributes to manage User account for Cross Tenant SSO.
-
urn:ietf:params:scim:schemas:oracle:idcs:extension:dbCredentials:User(optional):
object urn:ietf:params:scim:schemas:oracle:idcs:extension:dbCredentials:User
Db Credentials User extension
-
urn:ietf:params:scim:schemas:oracle:idcs:extension:dbUser:User(optional):
object urn:ietf:params:scim:schemas:oracle:idcs:extension:dbUser:User
-
urn:ietf:params:scim:schemas:oracle:idcs:extension:kerberosUser:User(optional):
object urn:ietf:params:scim:schemas:oracle:idcs:extension:kerberosUser:User
-
urn:ietf:params:scim:schemas:oracle:idcs:extension:mfa:User(optional):
object urn:ietf:params:scim:schemas:oracle:idcs:extension:mfa:User
This extension defines attributes used to manage Multi-Factor Authentication within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use MFA.
-
urn:ietf:params:scim:schemas:oracle:idcs:extension:OCITags(optional):
object urn:ietf:params:scim:schemas:oracle:idcs:extension:OCITags
-
urn:ietf:params:scim:schemas:oracle:idcs:extension:passwordless:User(optional):
object urn:ietf:params:scim:schemas:oracle:idcs:extension:passwordless:User
This extension defines attributes used to manage Passwordless-Factor Authentication within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use MFA.
-
urn:ietf:params:scim:schemas:oracle:idcs:extension:passwordState:User(optional):
object urn:ietf:params:scim:schemas:oracle:idcs:extension:passwordState:User
This extension defines attributes used to manage account passwords within a Service Provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use passwords.
-
urn:ietf:params:scim:schemas:oracle:idcs:extension:posix:User(optional):
object urn:ietf:params:scim:schemas:oracle:idcs:extension:posix:User
-
urn:ietf:params:scim:schemas:oracle:idcs:extension:securityQuestions:User(optional):
object urn:ietf:params:scim:schemas:oracle:idcs:extension:securityQuestions:User
This extension defines attributes used to store Security Questions of User.
-
urn:ietf:params:scim:schemas:oracle:idcs:extension:selfChange:User(optional):
object urn:ietf:params:scim:schemas:oracle:idcs:extension:selfChange:User
Controls whether a user can update themselves or not via User related APIs
-
urn:ietf:params:scim:schemas:oracle:idcs:extension:selfRegistration:User(optional):
object urn:ietf:params:scim:schemas:oracle:idcs:extension:selfRegistration:User
This extension defines attributes used to manage self registration profile linked to the user.
-
urn:ietf:params:scim:schemas:oracle:idcs:extension:sff:User(optional):
object urn:ietf:params:scim:schemas:oracle:idcs:extension:sff:User
SFF Auth Keys User extension
-
urn:ietf:params:scim:schemas:oracle:idcs:extension:socialAccount:User(optional):
object urn:ietf:params:scim:schemas:oracle:idcs:extension:socialAccount:User
-
urn:ietf:params:scim:schemas:oracle:idcs:extension:termsOfUse:User(optional):
object urn:ietf:params:scim:schemas:oracle:idcs:extension:termsOfUse:User
-
urn:ietf:params:scim:schemas:oracle:idcs:extension:user:User(optional):
object urn:ietf:params:scim:schemas:oracle:idcs:extension:user:User
Oracle Identity Cloud Service User
-
urn:ietf:params:scim:schemas:oracle:idcs:extension:userCredentials:User(optional):
object urn:ietf:params:scim:schemas:oracle:idcs:extension:userCredentials:User
-
urn:ietf:params:scim:schemas:oracle:idcs:extension:userState:User(optional):
object urn:ietf:params:scim:schemas:oracle:idcs:extension:userState:User
This extension defines attributes used to manage account passwords within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use passwords.
-
userName:
string
Minimum Length: 1
Maximum Length: 256
SCIM++ Properties:- caseExact: false
- idcsCsvAttributeName: User ID
- idcsCsvAttributeNameMappings: [[columnHeaderName:User Name, deprecatedColumnHeaderName:User ID]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: always
- type: string
- uniqueness: global
User name
-
userType(optional):
string
Allowed Values: [
"Contractor",
"Employee",
"Intern",
"Temp",
"External",
"Service",
"Generic"
]
SCIM++ Properties:- caseExact: false
- idcsCsvAttributeName: User Type
- idcsCsvAttributeNameMappings: [[columnHeaderName:User Type]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Used to identify the organization-to-user relationship
-
x509Certificates(optional):
array x509Certificates
SCIM++ Properties:- idcsCompositeKey: [value]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
A list of certificates issued to the User.
{
"type":"object",
"description":"User Account",
"required":[
"schemas",
"idcsCreatedBy",
"userName",
"name"
],
"properties":{
"id":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: always</li><li>type: string</li><li>uniqueness: global</li></ul>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."
},
"ocid":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: immutable</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: global</li></ul>Unique OCI identifier for the SCIM Resource.",
"maxLength":255
},
"schemas":{
"type":"array",
"items":{
"type":"string"
},
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: true</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>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."
},
"meta":{
"type":"object",
"properties":{
"resourceType":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Name of the resource type of the resource--for example, Users or Groups"
},
"created":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: dateTime</li><li>uniqueness: none</li></ul>The DateTime the Resource was added to the Service Provider"
},
"lastModified":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: dateTime</li><li>uniqueness: none</li></ul>The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime."
},
"location":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header."
},
"version":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>The version of the Resource being returned. This value must be the same as the ETag HTTP response header."
}
},
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]</li><li>type: complex</li></ul>A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL."
},
"idcsCreatedBy":{
"type":"object",
"properties":{
"value":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: true</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>The ID of the SCIM resource that represents the User or App who created this Resource"
},
"$ref":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: reference</li><li>uniqueness: none</li></ul>The URI of the SCIM resource that represents the User or App who created this Resource"
},
"type":{
"type":"string",
"enum":[
"User",
"App"
],
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>The type of resource, User or App, that created this Resource"
},
"display":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>The displayName of the User or App who created this Resource"
},
"ocid":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>The OCID of the SCIM resource that represents the User or App who created this Resource"
}
},
"required":[
"value"
],
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: true</li><li>returned: default</li><li>type: complex</li></ul>The User or App who created the Resource"
},
"idcsLastModifiedBy":{
"type":"object",
"properties":{
"value":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: true</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>The ID of the SCIM resource that represents the User or App who modified this Resource"
},
"$ref":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: reference</li><li>uniqueness: none</li></ul>The URI of the SCIM resource that represents the User or App who modified this Resource"
},
"type":{
"type":"string",
"enum":[
"User",
"App"
],
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>The type of resource, User or App, that modified this Resource"
},
"display":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>The displayName of the User or App who modified this Resource"
},
"ocid":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>The OCID of the SCIM resource that represents the User or App who modified this Resource"
}
},
"required":[
"value"
],
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: complex</li></ul>The User or App who modified the Resource"
},
"idcsPreventedOperations":{
"type":"array",
"items":{
"type":"string"
},
"enum":[
"replace",
"update",
"delete"
],
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: true</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: string</li><li>uniqueness: none</li></ul>Each value of this attribute specifies an operation that only an internal client may perform on this particular resource."
},
"tags":{
"type":"array",
"items":{
"$ref":"#/definitions/tags"
},
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [key, value]</li><li>idcsSearchable: true</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>A list of tags on this resource."
},
"deleteInProgress":{
"type":"boolean",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>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."
},
"idcsLastUpgradedInRelease":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: string</li><li>uniqueness: none</li></ul>The release number when the resource was upgraded."
},
"domainOcid":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>OCI Domain Id (ocid) in which the resource lives."
},
"compartmentOcid":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>OCI Compartment Id (ocid) in which the resource lives."
},
"tenancyOcid":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>OCI Tenant Id (ocid) in which the resource lives."
},
"externalId":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsCsvAttributeNameMappings: [[columnHeaderName:External Id]]</li><li>idcsPii: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>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."
},
"userName":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsCsvAttributeName: User ID</li><li>idcsCsvAttributeNameMappings: [[columnHeaderName:User Name, deprecatedColumnHeaderName:User ID]]</li><li>idcsPii: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: true</li><li>returned: always</li><li>type: string</li><li>uniqueness: global</li></ul>User name",
"minLength":1,
"maxLength":256
},
"description":{
"type":"string",
"description":"<b>Added In:</b> 2012271618<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsPii: true</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Description of the user",
"minLength":1,
"maxLength":400
},
"displayName":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsCsvAttributeName: Display Name</li><li>idcsCsvAttributeNameMappings: [[columnHeaderName:Display Name]]</li><li>idcsPii: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Display name",
"minLength":1,
"maxLength":382
},
"nickName":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsCsvAttributeName: Nick Name</li><li>idcsCsvAttributeNameMappings: [[columnHeaderName:Nick Name]]</li><li>idcsPii: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Nick name",
"minLength":5,
"maxLength":100
},
"profileUrl":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsCsvAttributeName: Profile URL</li><li>idcsCsvAttributeNameMappings: [[columnHeaderName:Profile Url]]</li><li>idcsPii: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: reference</li><li>uniqueness: none</li></ul>A fully-qualified URL to a page representing the User's online profile",
"minLength":1,
"maxLength":2000
},
"title":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsCsvAttributeName: Title</li><li>idcsCsvAttributeNameMappings: [[columnHeaderName:Title]]</li><li>idcsPii: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Title",
"minLength":1,
"maxLength":200
},
"userType":{
"type":"string",
"enum":[
"Contractor",
"Employee",
"Intern",
"Temp",
"External",
"Service",
"Generic"
],
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsCsvAttributeName: User Type</li><li>idcsCsvAttributeNameMappings: [[columnHeaderName:User Type]]</li><li>idcsPii: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Used to identify the organization-to-user relationship"
},
"locale":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsCsvAttributeName: Locale</li><li>idcsCsvAttributeNameMappings: [[columnHeaderName:Locale]]</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>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.",
"minLength":1,
"maxLength":50
},
"preferredLanguage":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsCsvAttributeName: Preferred Language</li><li>idcsCsvAttributeNameMappings: [[columnHeaderName:Preferred Language]]</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>User's preferred written or spoken language used for localized user interfaces",
"minLength":1,
"maxLength":50
},
"timezone":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsCanonicalValueSourceFilter: attrName eq \"timezones\" and attrValues.value eq \"$(timezone)\"</li><li>idcsCanonicalValueSourceResourceType: AllowedValue</li><li>idcsCsvAttributeName: TimeZone</li><li>idcsCsvAttributeNameMappings: [[columnHeaderName:Time Zone, deprecatedColumnHeaderName:TimeZone]]</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>User's timezone",
"minLength":1,
"maxLength":50
},
"active":{
"type":"boolean",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsCsvAttributeName: Active</li><li>idcsCsvAttributeNameMappings: [[columnHeaderName:Active]]</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>User status"
},
"password":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsCsvAttributeName: Password</li><li>idcsCsvAttributeNameMappings: [[columnHeaderName:Password]]</li><li>idcsPii: true</li><li>idcsSearchable: false</li><li>idcsSensitive: hash</li><li>multiValued: false</li><li>mutability: writeOnly</li><li>required: false</li><li>returned: never</li><li>type: string</li><li>uniqueness: none</li></ul>Password attribute. Max length for password is controlled via Password Policy.",
"minLength":1,
"maxLength":500
},
"name":{
"type":"object",
"properties":{
"formatted":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Full name",
"minLength":1,
"maxLength":354
},
"familyName":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsCsvAttributeName: Last Name</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: true</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Last name",
"minLength":1,
"maxLength":150
},
"givenName":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsCsvAttributeName: First Name</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>First name",
"minLength":1,
"maxLength":150
},
"middleName":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsCsvAttributeName: Middle Name</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Middle name",
"maxLength":100
},
"honorificPrefix":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsCsvAttributeName: Honorific Prefix</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Prefix",
"minLength":1,
"maxLength":25
},
"honorificSuffix":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsCsvAttributeName: Honorific Suffix</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Suffix",
"minLength":1,
"maxLength":25
}
},
"required":[
"familyName"
],
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsCsvAttributeNameMappings: [[columnHeaderName:Formatted Name, mapsTo:name.formatted], [columnHeaderName:Honorific Prefix, mapsTo:name.honorificPrefix], [columnHeaderName:First Name, mapsTo:name.givenName], [columnHeaderName:Middle Name, mapsTo:name.middleName], [columnHeaderName:Last Name, mapsTo:name.familyName], [columnHeaderName:Honorific Suffix, mapsTo:name.honorificSuffix]]</li><li>idcsPii: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: true</li><li>returned: default</li><li>type: complex</li><li>uniqueness: none</li></ul>A complex attribute that contains attributes representing the name"
},
"emails":{
"type":"array",
"items":{
"$ref":"#/definitions/emails"
},
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value, type]</li><li>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]]</li><li>idcsPii: true</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: complex</li><li>uniqueness: none</li></ul>A complex attribute representing emails"
},
"phoneNumbers":{
"type":"array",
"items":{
"$ref":"#/definitions/phoneNumbers"
},
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value, type]</li><li>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]]</li><li>idcsPii: true</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: complex</li><li>uniqueness: none</li></ul>Phone numbers"
},
"ims":{
"type":"array",
"items":{
"$ref":"#/definitions/ims"
},
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value, type]</li><li>idcsPii: true</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: complex</li><li>uniqueness: none</li></ul>User's instant messaging addresses"
},
"photos":{
"type":"array",
"items":{
"$ref":"#/definitions/photos"
},
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value, type]</li><li>idcsPii: true</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: complex</li><li>uniqueness: none</li></ul>URLs of photos for the User"
},
"addresses":{
"type":"array",
"items":{
"$ref":"#/definitions/addresses"
},
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [type]</li><li>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]]</li><li>idcsPii: true</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: complex</li><li>uniqueness: none</li></ul>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."
},
"groups":{
"type":"array",
"items":{
"$ref":"#/definitions/groups"
},
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value]</li><li>idcsSearchable: true</li><li>multiValued: true</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>A list of groups that the user belongs to, either thorough direct membership, nested groups, or dynamically calculated"
},
"entitlements":{
"type":"array",
"items":{
"$ref":"#/definitions/entitlements"
},
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value, type]</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: complex</li><li>uniqueness: none</li></ul>A list of entitlements for the User that represent a thing the User has."
},
"roles":{
"type":"array",
"items":{
"$ref":"#/definitions/roles"
},
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value, type]</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: complex</li><li>uniqueness: none</li></ul>A list of roles for the User that collectively represent who the User is; e.g., 'Student', 'Faculty'."
},
"x509Certificates":{
"type":"array",
"items":{
"$ref":"#/definitions/x509Certificates"
},
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value]</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: complex</li><li>uniqueness: none</li></ul>A list of certificates issued to the User."
},
"urn:ietf:params:scim:schemas:extension:enterprise:2.0:User":{
"type":"object",
"properties":{
"employeeNumber":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsCsvAttributeName: Employee Number</li><li>idcsCsvAttributeNameMappings: [[columnHeaderName:Employee Number]]</li><li>idcsPii: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Numeric or alphanumeric identifier assigned to a person, typically based on order of hire or association with an organization.",
"minLength":1,
"maxLength":50
},
"costCenter":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsCsvAttributeName: Cost Center</li><li>idcsCsvAttributeNameMappings: [[columnHeaderName:Cost Center]]</li><li>idcsPii: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Identifies the name of a cost center.",
"minLength":1,
"maxLength":50
},
"organization":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsCsvAttributeName: Organization</li><li>idcsCsvAttributeNameMappings: [[columnHeaderName:Organization Name, deprecatedColumnHeaderName:Organization]]</li><li>idcsPii: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Identifies the name of an organization.",
"minLength":1,
"maxLength":64
},
"division":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsCsvAttributeName: Division</li><li>idcsCsvAttributeNameMappings: [[columnHeaderName:Division]]</li><li>idcsPii: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Identifies the name of a division.",
"minLength":1,
"maxLength":50
},
"department":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsCsvAttributeName: Department</li><li>idcsCsvAttributeNameMappings: [[columnHeaderName:Department]]</li><li>idcsPii: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Identifies the name of a department.",
"minLength":1,
"maxLength":64
},
"manager":{
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsCsvAttributeNameMappings: [[columnHeaderName:Manager, deprecatedColumnHeaderName:Manager Name, mapsTo:manager.value]]</li><li>idcsPii: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: complex</li><li>uniqueness: none</li></ul>The User's manager. A complex type that optionally allows Service Providers to represent organizational hierarchy by referencing the 'id' attribute of another User.",
"type":"object",
"properties":{
"value":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsCsvAttributeName: Manager Name</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>The id of the SCIM resource representing the User's manager. RECOMMENDED.",
"minLength":1,
"maxLength":40
},
"$ref":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: reference</li><li>uniqueness: none</li></ul>The URI of the SCIM resource representing the User's manager. RECOMMENDED."
},
"displayName":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>The displayName of the User's manager. OPTIONAL and READ-ONLY."
}
}
}
},
"description":"Enterprise User"
},
"urn:ietf:params:scim:schemas:oracle:idcs:extension:user:User":{
"type":"object",
"properties":{
"isFederatedUser":{
"type":"boolean",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsCsvAttributeName: Federated</li><li>idcsCsvAttributeNameMappings: [[columnHeaderName:Federated]]</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>idcsRequiresWriteForAccessFlows: true</li><li>required: false</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>A Boolean value indicating whether or not the user is federated."
},
"isAuthenticationDelegated":{
"type":"boolean",
"description":"<b>Added In:</b> 17.4.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: immutable</li><li>required: false</li><li>returned: never</li><li>type: boolean</li><li>uniqueness: none</li></ul>A Boolean value indicating whether or not authentication request by this user should be delegated to a remote app. This value should be true only when the User was originally synced from an app which is enabled for delegated authentication"
},
"status":{
"type":"string",
"enum":[
"pendingVerification",
"verified"
],
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: string</li><li>uniqueness: none</li></ul>A supplemental status indicating the reason why a user is disabled"
},
"provider":{
"type":"string",
"enum":[
"facebook",
"google",
"IDCS",
"twitter"
],
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: immutable</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Registration provider"
},
"creationMechanism":{
"type":"string",
"enum":[
"bulk",
"api",
"adsync",
"idcsui",
"import",
"authsync",
"selfreg",
"samljit"
],
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsCsvAttributeNameMappings: [[defaultValue:import]]</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: immutable</li><li>idcsRequiresWriteForAccessFlows: true</li><li>required: false</li><li>returned: request</li><li>type: string</li><li>uniqueness: none</li></ul>User creation mechanism"
},
"doNotShowGettingStarted":{
"type":"boolean",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>A Boolean value indicating whether or not to hide the getting started page"
},
"bypassNotification":{
"type":"boolean",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsCsvAttributeNameMappings: [[columnHeaderName:ByPass Notification]]</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: immutable</li><li>idcsRequiresWriteForAccessFlows: true</li><li>required: false</li><li>returned: never</li><li>type: boolean</li><li>uniqueness: none</li></ul>A Boolean value indicating whether or not to send email notification after creating the user. This attribute is not used in update/replace operations."
},
"isAccountRecoveryEnrolled":{
"type":"boolean",
"description":"<b>Added In:</b> 19.1.4<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: boolean</li><li>uniqueness: none</li></ul>A Boolean value indicating whether or not a user is enrolled for account recovery"
},
"accountRecoveryRequired":{
"type":"boolean",
"description":"<b>Added In:</b> 19.1.4<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: request</li><li>type: boolean</li><li>uniqueness: none</li></ul>Boolean value to prompt user to setup account recovery during login."
},
"userFlowControlledByExternalClient":{
"type":"boolean",
"description":"<b>Added In:</b> 18.4.2<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: immutable</li><li>required: false</li><li>returned: never</li><li>type: boolean</li><li>uniqueness: none</li></ul>A Boolean value indicating whether to bypass notification and return user token to be used by an external client to control the user flow."
},
"isGroupMembershipNormalized":{
"type":"boolean",
"description":"<b><font color=\"red\">Deprecated Since: 19.3.3</font></b><br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: immutable</li><li>required: false</li><li>returned: never</li><li>type: boolean</li><li>uniqueness: none</li></ul>A Boolean value indicating whether or not group membership is normalized for this user."
},
"isGroupMembershipSyncedToUsersGroups":{
"type":"boolean",
"description":"<b>Added In:</b> 19.3.3<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: immutable</li><li>required: false</li><li>returned: never</li><li>type: boolean</li><li>uniqueness: none</li></ul>A Boolean value Indicates whether this User's group membership has been sync'ed from Group.members to UsersGroups."
},
"notificationEmailTemplateId":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: writeOnly</li><li>required: false</li><li>returned: never</li><li>type: string</li><li>uniqueness: none</li></ul>Specifies the EmailTemplate to be used when sending notification to the user this request is for. If specified, it overrides the default EmailTemplate for this event."
},
"supportAccounts":{
"description":"<b>Added In:</b> 2103141444<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value]</li><li>idcsSearchable: true</li><li>multiValued: true</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>A list of Support Accounts corresponding to user.",
"type":"array",
"items":{
"$ref":"#/definitions/supportAccounts"
}
},
"idcsAppRolesLimitedToGroups":{
"description":"<b>Added In:</b> 19.2.1<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value, idcsAppRoleId]</li><li>idcsSearchable: true</li><li>multiValued: true</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: complex</li></ul>",
"type":"array",
"items":{
"$ref":"#/definitions/idcsAppRolesLimitedToGroups"
}
},
"userToken":{
"description":"<b>Added In:</b> 18.4.2<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: complex</li><li>uniqueness: none</li></ul>User token returned if userFlowControlledByExternalClient is true",
"type":"object",
"properties":{
"value":{
"type":"string",
"description":"<b>Added In:</b> 18.4.2<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>User Token identifier"
},
"$ref":{
"type":"string",
"description":"<b>Added In:</b> 18.4.2<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: reference</li><li>uniqueness: none</li></ul>User Token URI"
}
}
},
"syncedFromApp":{
"description":"<b>Added In:</b> 18.2.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value]</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: complex</li><li>uniqueness: none</li></ul>Managed App or an Identity Source from where the user is synced. If enabled, this Managed App or Identity Source can be used for performing delegated authentication.",
"type":"object",
"properties":{
"value":{
"type":"string",
"description":"<b>Added In:</b> 18.2.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: true</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>App identifier",
"minLength":1,
"maxLength":40
},
"type":{
"type":"string",
"enum":[
"IdentitySource",
"App",
"IdentityProvider"
],
"description":"<b>Added In:</b> 18.2.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsDefaultValue: IdentitySource</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: immutable</li><li>required: true</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>A label that indicates whether this is an App or IdentitySource.",
"maxLength":40
},
"$ref":{
"type":"string",
"description":"<b>Added In:</b> 18.2.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: reference</li><li>uniqueness: none</li></ul>App URI"
},
"display":{
"type":"string",
"description":"<b>Added In:</b> 18.2.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>App Display Name"
}
},
"required":[
"value",
"type"
]
},
"applicableAuthenticationTargetApp":{
"description":"<b>Added In:</b> 18.1.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value]</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>The app against which the user will authenticate. The value is not persisted but rather calculated. If the user's delegatedAuthenticationTargetApp is set, that value is returned. Otherwise, the app returned by evaluating the user's applicable Delegated Authentication Policy is returned.",
"type":"object",
"properties":{
"value":{
"type":"string",
"description":"<b>Added In:</b> 18.1.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>App identifier"
},
"$ref":{
"type":"string",
"description":"<b>Added In:</b> 18.1.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: reference</li><li>uniqueness: none</li></ul>App URI"
},
"type":{
"type":"string",
"description":"<b>Added In:</b> 18.1.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: true</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>A label that indicates whether this is an App or IdentitySource."
},
"display":{
"type":"string",
"description":"<b>Added In:</b> 18.1.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>App Display Name"
},
"targetRequestTimeout":{
"type":"integer",
"description":"<b>Added In:</b> 18.2.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: integer</li><li>uniqueness: none</li></ul>Timeout interval for Synchronization TargetAction in milliseconds"
}
},
"required":[
"type"
]
},
"delegatedAuthenticationTargetApp":{
"description":"<b>Added In:</b> 17.4.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value]</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: complex</li><li>uniqueness: none</li></ul>If set, indicates the user's preferred authentication target app. If not set and the user's \\\"syncedFromApp\\\" is set and is enabled for delegated authentication, it is used. Otherwise, the user authenticates locally to Oracle Identity Cloud Service.",
"type":"object",
"properties":{
"value":{
"type":"string",
"description":"<b>Added In:</b> 17.4.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: true</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>App identifier",
"minLength":1,
"maxLength":40
},
"$ref":{
"type":"string",
"description":"<b>Added In:</b> 17.4.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: reference</li><li>uniqueness: none</li></ul>App URI"
},
"type":{
"type":"string",
"enum":[
"App",
"IdentitySource"
],
"description":"<b>Added In:</b> 17.4.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsDefaultValue: IdentitySource</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: true</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>A label that indicates whether this is an App or IdentitySource.",
"maxLength":40
},
"display":{
"type":"string",
"description":"<b>Added In:</b> 17.4.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>App Display Name"
}
},
"required":[
"value",
"type"
]
},
"accounts":{
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsPii: true</li><li>idcsSearchable: true</li><li>multiValued: true</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>Accounts assigned to this User. Each value of this attribute refers to an app-specific identity that is owned by this User. Therefore, this attribute is a convenience that allows one to see on each User the Apps to which that User has access.",
"type":"array",
"items":{
"$ref":"#/definitions/accounts"
}
},
"grants":{
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: true</li><li>multiValued: true</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>Grants to this User. Each value of this attribute refers to a Grant to this User of some App (and optionally of some entitlement). Therefore, this attribute is a convenience that allows one to see on each User all of the Grants to that User.",
"type":"array",
"items":{
"$ref":"#/definitions/grants"
}
},
"appRoles":{
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value]</li><li>multiValued: true</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>A list of all AppRoles to which this User belongs directly, indirectly or implicitly. The User could belong directly because the User is a member of the AppRole, could belong indirectly because the User is a member of a Group that is a member of the AppRole, or could belong implicitly because the AppRole is public.",
"type":"array",
"items":{
"$ref":"#/definitions/appRoles"
}
}
},
"description":"Oracle Identity Cloud Service User"
},
"urn:ietf:params:scim:schemas:idcs:extension:custom:User":{
"type":"object",
"properties":{
},
"description":"Custom User Attributes"
},
"urn:ietf:params:scim:schemas:oracle:idcs:extension:passwordState:User":{
"type":"object",
"properties":{
"lastSuccessfulSetDate":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: dateTime</li><li>uniqueness: none</li></ul>A DateTime that specifies the date and time when the current password was set"
},
"cantChange":{
"type":"boolean",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: boolean</li><li>uniqueness: none</li></ul>Indicates that the current password MAY NOT be changed and all other password expiry settings SHALL be ignored"
},
"cantExpire":{
"type":"boolean",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: boolean</li><li>uniqueness: none</li></ul>Indicates that the password expiry policy will not be applied for the current Resource"
},
"mustChange":{
"type":"boolean",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: boolean</li><li>uniqueness: none</li></ul>Indicates that the subject password value MUST change on next login. If not changed, typically the account is locked. The value may be set indirectly when the subject's current password expires or directly set by an administrator."
},
"expired":{
"type":"boolean",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: boolean</li><li>uniqueness: none</li></ul>Indicates that the password has expired"
},
"lastSuccessfulValidationDate":{
"type":"string",
"description":"<b>Added In:</b> 2011192329<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: dateTime</li><li>uniqueness: none</li></ul>A DateTime that specifies the date and time when last successful password validation was set"
},
"lastFailedValidationDate":{
"type":"string",
"description":"<b>Added In:</b> 2011192329<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: dateTime</li><li>uniqueness: none</li></ul>A DateTime that specifies the date and time when last failed password validation was set"
},
"applicablePasswordPolicy":{
"description":"<b>Added In:</b> 20.1.3<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsCompositeKey: [value]</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>Applicable Password Policy",
"type":"object",
"properties":{
"value":{
"type":"string",
"description":"<b>Added In:</b> 20.1.3<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: true</li><li>returned: always</li><li>type: string</li><li>uniqueness: none</li></ul>The identifier of the password policy.",
"maxLength":40
},
"$ref":{
"type":"string",
"description":"<b>Added In:</b> 20.1.3<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: reference</li><li>uniqueness: none</li></ul>The URI of the corresponding PasswordPolicy resource."
},
"display":{
"type":"string",
"description":"<b>Added In:</b> 20.1.3<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Password Policy Display Name"
},
"priority":{
"type":"integer",
"description":"<b>Added In:</b> 20.1.3<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: integer</li><li>uniqueness: none</li></ul>PasswordPolicy priority"
}
},
"required":[
"value"
]
}
},
"description":"This extension defines attributes used to manage account passwords within a Service Provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use passwords."
},
"urn:ietf:params:scim:schemas:oracle:idcs:extension:userState:User":{
"type":"object",
"properties":{
"lastSuccessfulLoginDate":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: true</li><li>idcsAllowUpdatesInReadOnlyMode: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>idcsRequiresWriteForAccessFlows: true</li><li>required: false</li><li>returned: request</li><li>type: dateTime</li><li>uniqueness: none</li></ul>The last successful login date"
},
"previousSuccessfulLoginDate":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>idcsRequiresWriteForAccessFlows: true</li><li>required: false</li><li>returned: request</li><li>type: dateTime</li><li>uniqueness: none</li></ul>The previous successful login date"
},
"lastFailedLoginDate":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>idcsAllowUpdatesInReadOnlyMode: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>idcsRequiresWriteForAccessFlows: true</li><li>required: false</li><li>returned: request</li><li>type: dateTime</li><li>uniqueness: none</li></ul>The last failed login date"
},
"loginAttempts":{
"type":"integer",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>idcsAllowUpdatesInReadOnlyMode: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>idcsRequiresWriteForAccessFlows: true</li><li>idcsRequiresImmediateReadAfterWriteForAccessFlows: true</li><li>required: false</li><li>returned: request</li><li>type: integer</li><li>uniqueness: none</li></ul>The number of failed login attempts. The value is reset to 0 after a successful login."
},
"recoveryAttempts":{
"type":"integer",
"description":"<b>Added In:</b> 19.1.4<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>idcsRequiresWriteForAccessFlows: true</li><li>required: false</li><li>returned: request</li><li>type: integer</li><li>uniqueness: none</li></ul>The number of failed recovery attempts. The value is reset to 0 after a successful login."
},
"recoveryEnrollAttempts":{
"type":"integer",
"description":"<b>Added In:</b> 19.1.4<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: integer</li><li>uniqueness: none</li></ul>The number of failed account recovery enrollment attempts."
},
"maxConcurrentSessions":{
"type":"integer",
"description":"<b>Added In:</b> 20.1.3<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsMaxValue: 999</li><li>idcsMinValue: 1</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: integer</li><li>uniqueness: none</li></ul>Maximum number of concurrent sessions for a User"
},
"recoveryLocked":{
"description":"<b>Added In:</b> 19.1.4<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: complex</li><li>uniqueness: none</li></ul>A complex attribute that indicates an password recovery is locked (blocking new sessions)",
"type":"object",
"properties":{
"on":{
"type":"boolean",
"description":"<b>Added In:</b> 19.1.4<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>idcsRequiresWriteForAccessFlows: true</li><li>required: false</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>Indicates that the rev is locked"
},
"lockDate":{
"type":"string",
"description":"<b>Added In:</b> 19.1.4<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>idcsRequiresWriteForAccessFlows: true</li><li>required: false</li><li>returned: default</li><li>type: dateTime</li><li>uniqueness: none</li></ul>The date and time that the current resource was locked"
}
}
},
"locked":{
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsCsvAttributeNameMappings: [[columnHeaderName:Locked, mapsTo:locked.on], [columnHeaderName:Locked Reason, mapsTo:locked.reason], [columnHeaderName:Locked Date, mapsTo:locked.lockDate]]</li><li>idcsSearchable: false</li><li>idcsAllowUpdatesInReadOnlyMode: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: complex</li><li>uniqueness: none</li></ul>A complex attribute that indicates an account is locked (blocking new sessions)",
"type":"object",
"properties":{
"reason":{
"type":"integer",
"enum":[
"0",
"1",
"2",
"3",
"4",
"5"
],
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>idcsRequiresWriteForAccessFlows: true</li><li>idcsRequiresImmediateReadAfterWriteForAccessFlows: true</li><li>required: false</li><li>returned: default</li><li>type: integer</li><li>uniqueness: none</li></ul>Indicates the reason for locking. Valid values are: 0 - failed password login attempts, 1 - admin lock, 2 - failed reset password attempts, 3 - failed MFA login attempts, 4 - failed MFA login attempts for federated user, 5 - failed Database login attempts"
},
"on":{
"type":"boolean",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>idcsRequiresWriteForAccessFlows: true</li><li>idcsRequiresImmediateReadAfterWriteForAccessFlows: true</li><li>required: false</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>Indicates tat the account is locked"
},
"lockDate":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>idcsRequiresWriteForAccessFlows: true</li><li>required: false</li><li>returned: default</li><li>type: dateTime</li><li>uniqueness: none</li></ul>The date and time that the current resource was locked"
},
"Is Password Expired":{
"type":"boolean",
"description":"<b>Added In:</b> 20.1.3<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: request</li><li>type: boolean</li><li>uniqueness: none</li></ul>Indicates whether user password is expired. If this value is false, password expiry will still be evaluated during user login."
}
}
}
},
"description":"This extension defines attributes used to manage account passwords within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use passwords."
},
"urn:ietf:params:scim:schemas:oracle:idcs:extension:posix:User":{
"type":"object",
"properties":{
"uidNumber":{
"type":"integer",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: request</li><li>type: integer</li><li>uniqueness: server</li></ul>Integer uniquely identifying a user in a POSIX administrative domain"
},
"gidNumber":{
"type":"integer",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: request</li><li>type: integer</li><li>uniqueness: none</li></ul>Primary Group identifier of the POSIX user"
},
"gecos":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: request</li><li>type: string</li><li>uniqueness: none</li></ul>General information about the POSIX account such as their real name and phone number"
},
"homeDirectory":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: request</li><li>type: string</li><li>uniqueness: none</li></ul>The absolute path to the home directory of the POSIX account"
},
"loginShell":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: request</li><li>type: string</li><li>uniqueness: none</li></ul>The path to the login shell of the POSIX account"
}
},
"description":"POSIX User extension"
},
"urn:ietf:params:scim:schemas:oracle:idcs:extension:crossSso:User":{
"type":"object",
"properties":{
},
"description":"This extension defines attributes to manage User account for Cross Tenant SSO."
},
"urn:ietf:params:scim:schemas:oracle:idcs:extension:kerberosUser:User":{
"type":"object",
"properties":{
"realmUsers":{
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value]</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>A list of kerberos realm users for an Oracle Identity Cloud Service User",
"type":"array",
"items":{
"$ref":"#/definitions/realmUsers"
}
}
},
"description":"Kerberos User extension"
},
"urn:ietf:params:scim:schemas:oracle:idcs:extension:mfa:User":{
"type":"object",
"properties":{
"preferredAuthenticationFactor":{
"type":"string",
"enum":[
"EMAIL",
"SMS",
"TOTP",
"PUSH",
"OFFLINETOTP",
"USERNAME_PASSWORD",
"SECURITY_QUESTIONS",
"VOICE",
"PHONE_CALL",
"THIRDPARTY",
"FIDO_AUTHENTICATOR",
"YUBICO_OTP"
],
"description":"<b>Added In:</b> 18.3.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Preferred Authentication Factor Type",
"minLength":1,
"maxLength":40
},
"mfaStatus":{
"type":"string",
"enum":[
"ENROLLED",
"IGNORED",
"UN_ENROLLED",
"DISABLED"
],
"description":"<b>Added In:</b> 18.3.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>idcsRequiresWriteForAccessFlows: true</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>User Opted for MFA"
},
"preferredThirdPartyVendor":{
"type":"string",
"description":"<b>Added In:</b> 19.2.1<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Preferred Third party vendor name",
"maxLength":50
},
"preferredAuthenticationMethod":{
"type":"string",
"description":"<b>Added In:</b> 2009232244<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Preferred Authentication method",
"maxLength":80
},
"loginAttempts":{
"type":"integer",
"description":"<b>Added In:</b> 18.3.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>idcsRequiresWriteForAccessFlows: true</li><li>idcsRequiresImmediateReadAfterWriteForAccessFlows: true</li><li>required: false</li><li>returned: default</li><li>type: integer</li><li>uniqueness: none</li></ul>Number of incorrect Multi Factor Authentication login attempts made by this user. The user gets locked, if this reaches the threshold specified in the maxIncorrectAttempts attribute in AuthenticationFactorSettings"
},
"mfaEnabledOn":{
"type":"string",
"description":"<b>Added In:</b> 18.3.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: request</li><li>type: dateTime</li><li>uniqueness: none</li></ul>This represents the date when the user enrolled for multi factor authentication. This will be set to null, when the user resets his factors."
},
"mfaIgnoredApps":{
"type":"array",
"items":{
"type":"string"
},
"description":"<b>Added In:</b> 19.2.1<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>User MFA Ignored Apps Identifiers",
"minLength":1,
"maxLength":40
},
"preferredDevice":{
"description":"<b>Added In:</b> 18.3.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: complex</li><li>uniqueness: none</li></ul>User preferred device",
"type":"object",
"properties":{
"value":{
"type":"string",
"description":"<b>Added In:</b> 18.3.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: true</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>The identifier of the User's preferred device",
"minLength":1,
"maxLength":40
},
"$ref":{
"type":"string",
"description":"<b>Added In:</b> 18.3.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: reference</li><li>uniqueness: none</li></ul>The URI that corresponds to the device resource"
},
"display":{
"type":"string",
"description":"<b>Added In:</b> 18.3.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Device display name"
}
},
"required":[
"value"
]
},
"devices":{
"description":"<b>Added In:</b> 18.3.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value]</li><li>multiValued: true</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>A list of devices enrolled by the user.",
"type":"array",
"items":{
"$ref":"#/definitions/devices"
}
},
"bypassCodes":{
"description":"<b>Added In:</b> 18.3.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value]</li><li>multiValued: true</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>A list of bypass codes belongs to user",
"type":"array",
"items":{
"$ref":"#/definitions/bypassCodes"
}
},
"trustedUserAgents":{
"description":"<b>Added In:</b> 18.3.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value]</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>A list of trusted User Agents owned by this user. Multi-Factored Authentication uses Trusted User Agents to authenticate users. A User Agent is software application that a user uses to issue requests. For example, a User Agent could be a particular browser (possibly one of several executing on a desktop or laptop) or a particular mobile application (again, oneof several executing on a particular mobile device). A User Agent is trusted once the Multi-Factor Authentication has verified it in some way.",
"type":"array",
"items":{
"$ref":"#/definitions/trustedUserAgents"
}
}
},
"description":"This extension defines attributes used to manage Multi-Factor Authentication within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use MFA."
},
"urn:ietf:params:scim:schemas:oracle:idcs:extension:adaptive:User":{
"type":"object",
"properties":{
"riskLevel":{
"type":"string",
"enum":[
"LOW",
"MEDIUM",
"HIGH"
],
"description":"<b>Added In:</b> 18.1.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: request</li><li>type: string</li><li>uniqueness: none</li></ul>Risk Level"
},
"riskScores":{
"description":"<b>Added In:</b> 18.1.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsCompositeKey: [value]</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>The risk score pertaining to the user.",
"type":"array",
"items":{
"$ref":"#/definitions/riskScores"
}
}
},
"description":"This extension defines attributes to manage user's risk score."
},
"urn:ietf:params:scim:schemas:oracle:idcs:extension:sff:User":{
"type":"object",
"properties":{
"sffAuthKeys":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: request</li><li>type: string</li><li>uniqueness: none</li></ul>SFF auth keys clob"
}
},
"description":"SFF Auth Keys User extension"
},
"urn:ietf:params:scim:schemas:oracle:idcs:extension:securityQuestions:User":{
"type":"object",
"properties":{
"secQuestions":{
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value]</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>Security question and answers provided by end-user for Account recovery and/or MFA. While setting up security questions, end-user can also provide hint along with answer.",
"type":"array",
"items":{
"$ref":"#/definitions/secQuestions"
}
}
},
"description":"This extension defines attributes used to store Security Questions of User."
},
"urn:ietf:params:scim:schemas:oracle:idcs:extension:selfRegistration:User":{
"type":"object",
"properties":{
"consentGranted":{
"type":"boolean",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: immutable</li><li>required: false</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>A boolean value that indicates whether the consent is granted."
},
"userToken":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>User token used for auto-login."
},
"selfRegistrationProfile":{
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: immutable</li><li>required: true</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>Self registration profile used when user is self registered.",
"type":"object",
"properties":{
"value":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: immutable</li><li>required: true</li><li>returned: always</li><li>type: string</li><li>uniqueness: none</li></ul>Self Registration Profile Id",
"minLength":1,
"maxLength":40
},
"$ref":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: reference</li><li>uniqueness: none</li></ul>URI of the profile."
},
"display":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: string</li><li>uniqueness: none</li></ul>A human readable name, primarily used for display purposes. READ-ONLY."
}
},
"required":[
"value"
]
}
},
"description":"This extension defines attributes used to manage self registration profile linked to the user.",
"required":[
"selfRegistrationProfile"
]
},
"urn:ietf:params:scim:schemas:oracle:idcs:extension:socialAccount:User":{
"type":"object",
"properties":{
"socialAccounts":{
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value]</li><li>idcsSearchable: true</li><li>multiValued: true</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>idcsPii: true</li><li>type: complex</li><li>uniqueness: none</li></ul>",
"type":"array",
"items":{
"$ref":"#/definitions/socialAccounts"
}
}
},
"description":"Social User extension"
},
"urn:ietf:params:scim:schemas:oracle:idcs:extension:dbUser:User":{
"type":"object",
"properties":{
"isDbUser":{
"type":"boolean",
"description":"<b>Added In:</b> 18.2.2<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: boolean</li><li>uniqueness: none</li></ul>If true, indicates this is a database user."
},
"passwordVerifiers":{
"description":"<b>Added In:</b> 18.2.2<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [type]</li><li>idcsSearchable: true</li><li>multiValued: true</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>Password Verifiers for DB User.",
"type":"array",
"items":{
"$ref":"#/definitions/passwordVerifiers"
}
},
"domainLevelSchema":{
"type":"string",
"description":"<b>Added In:</b> 18.2.2<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>idcsSensitive: none</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: string</li><li>uniqueness: none</li></ul>DB domain level schema to which the user is granted access."
},
"instanceLevelSchema":{
"type":"string",
"description":"<b>Added In:</b> 18.2.2<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>idcsSensitive: none</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: string</li><li>uniqueness: none</li></ul>DB instance level schema to which the user is granted access."
},
"dbGlobalRoles":{
"type":"array",
"items":{
"type":"string"
},
"description":"<b>Added In:</b> 18.2.2<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>idcsSensitive: none</li><li>multiValued: true</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: string</li><li>uniqueness: none</li></ul>DB global roles to which the user is granted access."
}
},
"description":"DB User extension"
},
"urn:ietf:params:scim:schemas:oracle:idcs:extension:termsOfUse:User":{
"type":"object",
"properties":{
"termsOfUseConsents":{
"description":"<b>Added In:</b> 18.2.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value]</li><li>idcsSearchable: true</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>",
"type":"array",
"items":{
"$ref":"#/definitions/termsOfUseConsents"
}
}
},
"description":"Terms Of Use extension"
},
"urn:ietf:params:scim:schemas:oracle:idcs:extension:passwordless:User":{
"type":"object",
"properties":{
"factorType":{
"type":"string",
"enum":[
"EMAIL",
"SMS",
"PHONE_CALL",
"TOTP",
"PUSH",
"OFFLINETOTP",
"SECURITY_QUESTIONS",
"VOICE",
"USERNAME_PASSWORD",
"THIRDPARTY",
"FIDO_AUTHENTICATOR"
],
"description":"<b>Added In:</b> 20.1.3<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Authentication Factor Type",
"minLength":1,
"maxLength":40
},
"factorMethod":{
"type":"string",
"description":"<b>Added In:</b> 2009232244<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Authentication Factor Method",
"minLength":1,
"maxLength":256
},
"factorIdentifier":{
"description":"<b>Added In:</b> 20.1.3<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: complex</li><li>uniqueness: none</li></ul>Factor Identifier ID",
"type":"object",
"properties":{
"value":{
"type":"string",
"description":"<b>Added In:</b> 20.1.3<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: true</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>The identifier of the User's preferred device",
"minLength":1,
"maxLength":42
},
"$ref":{
"type":"string",
"description":"<b>Added In:</b> 20.1.3<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: reference</li><li>uniqueness: none</li></ul>The URI that corresponds to the device resource"
},
"display":{
"type":"string",
"description":"<b>Added In:</b> 20.1.3<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Factor Identifier display name"
}
},
"required":[
"value"
]
}
},
"description":"This extension defines attributes used to manage Passwordless-Factor Authentication within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use MFA."
},
"urn:ietf:params:scim:schemas:oracle:idcs:extension:OCITags":{
"type":"object",
"properties":{
"freeformTags":{
"description":"<b>Added In:</b> 2011192329<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [key, value]</li><li>idcsSearchable: true</li><li>type: complex</li><li>required: false</li><li>mutability: readWrite</li><li>returned: default</li><li>multiValued: true</li></ul>OCI Freeform Tags",
"type":"array",
"items":{
"$ref":"#/definitions/freeformTags"
}
},
"definedTags":{
"description":"<b>Added In:</b> 2011192329<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [namespace, key, value]</li><li>type: complex</li><li>idcsSearchable: true</li><li>required: false</li><li>mutability: readWrite</li><li>multiValued: true</li><li>returned: default</li></ul>OCI Defined Tags",
"type":"array",
"items":{
"$ref":"#/definitions/definedTags"
}
},
"tagSlug":{
"type":"object",
"description":"<b>Added In:</b> 2011192329<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>type: binary</li><li>mutability: readOnly</li><li>returned: request</li></ul>OCI Tag slug",
"maxLength":4001
}
},
"description":"OCI Tags."
},
"urn:ietf:params:scim:schemas:oracle:idcs:extension:userCredentials:User":{
"type":"object",
"properties":{
"dbCredentials":{
"description":"<b>Added In:</b> 2102181953<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value]</li><li>idcsSearchable: true</li><li>multiValued: true</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>A list of db credentials corresponding to user.",
"type":"array",
"items":{
"$ref":"#/definitions/dbCredentials"
}
},
"customerSecretKeys":{
"description":"<b>Added In:</b> 2102181953<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value]</li><li>idcsSearchable: true</li><li>multiValued: true</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>A list of customer secret keys corresponding to user.",
"type":"array",
"items":{
"$ref":"#/definitions/customerSecretKeys"
}
},
"authTokens":{
"description":"<b>Added In:</b> 2012271618<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value]</li><li>idcsSearchable: true</li><li>multiValued: true</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>A list of auth tokens corresponding to user.",
"type":"array",
"items":{
"$ref":"#/definitions/authTokens"
}
},
"smtpCredentials":{
"description":"<b>Added In:</b> 2012271618<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value]</li><li>idcsSearchable: true</li><li>multiValued: true</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>A list of smtp credentials corresponding to user.",
"type":"array",
"items":{
"$ref":"#/definitions/smtpCredentials"
}
},
"apiKeys":{
"description":"<b>Added In:</b> 2012271618<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value]</li><li>idcsSearchable: true</li><li>multiValued: true</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>A list of api keys corresponding to user.",
"type":"array",
"items":{
"$ref":"#/definitions/apiKeys"
}
},
"oAuth2ClientCredentials":{
"description":"<b>Added In:</b> 2012271618<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value]</li><li>idcsSearchable: true</li><li>multiValued: true</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>A list of oauth2 client credentials corresponding to user.",
"type":"array",
"items":{
"$ref":"#/definitions/oAuth2ClientCredentials"
}
}
},
"description":"User's credentials"
},
"urn:ietf:params:scim:schemas:oracle:idcs:extension:capabilities:User":{
"type":"object",
"properties":{
"canUseApiKeys":{
"type":"boolean",
"description":"<b>Added In:</b> 2012271618<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>Indicates weather a user can use api keys"
},
"canUseAuthTokens":{
"type":"boolean",
"description":"<b>Added In:</b> 2012271618<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>Indicates weather a user can use auth tokens"
},
"canUseConsolePassword":{
"type":"boolean",
"description":"<b>Added In:</b> 2012271618<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>Indicates weather a user can use console password"
},
"canUseCustomerSecretKeys":{
"type":"boolean",
"description":"<b>Added In:</b> 2012271618<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>Indicates weather a user can use customer secret keys"
},
"canUseOAuth2ClientCredentials":{
"type":"boolean",
"description":"<b>Added In:</b> 2012271618<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>Indicates weather a user can use oauth2 client credentials"
},
"canUseSmtpCredentials":{
"type":"boolean",
"description":"<b>Added In:</b> 2012271618<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>Indicates weather a user can use smtp credentials"
},
"canUseDbCredentials":{
"type":"boolean",
"description":"<b>Added In:</b> 2012271618<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>Indicates weather a user can use db credentials"
},
"canUseConsole":{
"type":"boolean",
"description":"<b>Added In:</b> 2206280902<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>Specifies whether user can access console"
}
},
"description":"User's Capabilities"
},
"urn:ietf:params:scim:schemas:oracle:idcs:extension:dbCredentials:User":{
"type":"object",
"properties":{
"dbUserName":{
"type":"string",
"description":"<b>Added In:</b> 2102181953<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>type: string</li><li>returned: request</li><li>caseExact: false</li><li>uniqueness: none</li><li>idcsSearchable: true</li></ul>The Database User Name",
"minLength":1,
"maxLength":128
},
"dbLoginAttempts":{
"type":"integer",
"description":"<b>Added In:</b> 2102181953<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: integer</li><li>uniqueness: none</li></ul>The number of failed login attempts. The value is reset to 0 after a successful login."
},
"dbPasswordHistory":{
"description":"<b>Added In:</b> 2102181953<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value, sequenceNumber]</li><li>idcsSearchable: false</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: never</li><li>type: complex</li><li>uniqueness: none</li></ul>A complex attribute to represent password history",
"type":"array",
"items":{
"$ref":"#/definitions/dbPasswordHistory"
}
}
},
"description":"Db Credentials User extension"
},
"urn:ietf:params:scim:schemas:oracle:idcs:extension:selfChange:User":{
"type":"object",
"properties":{
"allowSelfChange":{
"type":"boolean",
"description":"<b>Added In:</b> 2205182039<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: writeOnly</li><li>required: false</li><li>returned: never</li><li>type: boolean</li><li>uniqueness: none</li></ul>If true, allows requesting user to update themselves. If false, requesting user can't update themself (default)."
}
},
"description":"Controls whether a user can update themselves or not via User related APIs"
}
}
}
Nested Schema : addresses
Type: array
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: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
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.
Show Source
-
Array of:
object 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.
{
"type":"array",
"items":{
"$ref":"#/definitions/addresses"
},
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [type]</li><li>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]]</li><li>idcsPii: true</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: complex</li><li>uniqueness: none</li></ul>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."
}
Nested Schema : emails
Type: array
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: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
A complex attribute representing emails
Show Source
{
"type":"array",
"items":{
"$ref":"#/definitions/emails"
},
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value, type]</li><li>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]]</li><li>idcsPii: true</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: complex</li><li>uniqueness: none</li></ul>A complex attribute representing emails"
}
Nested Schema : entitlements
Type: array
SCIM++ Properties:- idcsCompositeKey: [value, type]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
A list of entitlements for the User that represent a thing the User has.
Show Source
{
"type":"array",
"items":{
"$ref":"#/definitions/entitlements"
},
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value, type]</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: complex</li><li>uniqueness: none</li></ul>A list of entitlements for the User that represent a thing the User has."
}
Nested Schema : groups
Type: array
SCIM++ Properties:- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
A list of groups that the user belongs to, either thorough direct membership, nested groups, or dynamically calculated
Show Source
-
Array of:
object groups
A list of groups of which the User or App is a member, either thorough direct membership, nested groups, or dynamically calculated
{
"type":"array",
"items":{
"$ref":"#/definitions/groups"
},
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value]</li><li>idcsSearchable: true</li><li>multiValued: true</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>A list of groups that the user belongs to, either thorough direct membership, nested groups, or dynamically calculated"
}
Nested Schema : idcsCreatedBy
Type: object
SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: complex
The User or App who created the Resource
Show Source
-
$ref(optional):
string
SCIM++ Properties:- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
The URI of the SCIM resource that represents the User or App who created this Resource
-
display(optional):
string
SCIM++ Properties:- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
The displayName of the User or App who created this Resource
-
ocid(optional):
string
SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- returned: default
- type: string
- uniqueness: none
The OCID of the SCIM resource that represents the User or App who created this Resource
-
type(optional):
string
Allowed Values: [
"User",
"App"
]
SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
The type of resource, User or App, that created this Resource
-
value:
string
SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
The ID of the SCIM resource that represents the User or App who created this Resource
{
"type":"object",
"properties":{
"value":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: true</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>The ID of the SCIM resource that represents the User or App who created this Resource"
},
"$ref":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: reference</li><li>uniqueness: none</li></ul>The URI of the SCIM resource that represents the User or App who created this Resource"
},
"type":{
"type":"string",
"enum":[
"User",
"App"
],
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>The type of resource, User or App, that created this Resource"
},
"display":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>The displayName of the User or App who created this Resource"
},
"ocid":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>The OCID of the SCIM resource that represents the User or App who created this Resource"
}
},
"required":[
"value"
],
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: true</li><li>returned: default</li><li>type: complex</li></ul>The User or App who created the Resource"
}
Nested Schema : idcsLastModifiedBy
Type: object
SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: complex
The User or App who modified the Resource
Show Source
-
$ref(optional):
string
SCIM++ Properties:- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
The URI of the SCIM resource that represents the User or App who modified this Resource
-
display(optional):
string
SCIM++ Properties:- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
The displayName of the User or App who modified this Resource
-
ocid(optional):
string
SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- returned: default
- type: string
- uniqueness: none
The OCID of the SCIM resource that represents the User or App who modified this Resource
-
type(optional):
string
Allowed Values: [
"User",
"App"
]
SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
The type of resource, User or App, that modified this Resource
-
value:
string
SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
The ID of the SCIM resource that represents the User or App who modified this Resource
{
"type":"object",
"properties":{
"value":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: true</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>The ID of the SCIM resource that represents the User or App who modified this Resource"
},
"$ref":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: reference</li><li>uniqueness: none</li></ul>The URI of the SCIM resource that represents the User or App who modified this Resource"
},
"type":{
"type":"string",
"enum":[
"User",
"App"
],
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>The type of resource, User or App, that modified this Resource"
},
"display":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>The displayName of the User or App who modified this Resource"
},
"ocid":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>The OCID of the SCIM resource that represents the User or App who modified this Resource"
}
},
"required":[
"value"
],
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: complex</li></ul>The User or App who modified the Resource"
}
Nested Schema : idcsPreventedOperations
Type: array
SCIM++ Properties:- idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
Allowed Values: [
"replace",
"update",
"delete"
]
Show Source
{
"type":"array",
"items":{
"type":"string"
},
"enum":[
"replace",
"update",
"delete"
],
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: true</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: string</li><li>uniqueness: none</li></ul>Each value of this attribute specifies an operation that only an internal client may perform on this particular resource."
}
Nested Schema : ims
Type: array
SCIM++ Properties:- idcsCompositeKey: [value, type]
- idcsPii: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
User's instant messaging addresses
Show Source
{
"type":"array",
"items":{
"$ref":"#/definitions/ims"
},
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value, type]</li><li>idcsPii: true</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: complex</li><li>uniqueness: none</li></ul>User's instant messaging addresses"
}
Nested Schema : name
Type: object
SCIM++ Properties:- idcsCsvAttributeNameMappings: [[columnHeaderName:Formatted Name, mapsTo:name.formatted], [columnHeaderName:Honorific Prefix, mapsTo:name.honorificPrefix], [columnHeaderName:First Name, mapsTo:name.givenName], [columnHeaderName:Middle Name, mapsTo:name.middleName], [columnHeaderName:Last Name, mapsTo:name.familyName], [columnHeaderName:Honorific Suffix, mapsTo:name.honorificSuffix]]
- idcsPii: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
A complex attribute that contains attributes representing the name
Show Source
-
familyName:
string
Minimum Length: 1
Maximum Length: 150
SCIM++ Properties:- caseExact: false
- idcsCsvAttributeName: Last Name
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
Last name
-
formatted(optional):
string
-
givenName(optional):
string
Minimum Length: 1
Maximum Length: 150
SCIM++ Properties:- caseExact: false
- idcsCsvAttributeName: First Name
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
First name
-
honorificPrefix(optional):
string
Minimum Length: 1
Maximum Length: 25
SCIM++ Properties:- idcsCsvAttributeName: Honorific Prefix
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Prefix
-
honorificSuffix(optional):
string
Minimum Length: 1
Maximum Length: 25
SCIM++ Properties:- idcsCsvAttributeName: Honorific Suffix
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Suffix
-
middleName(optional):
string
Maximum Length: 100
SCIM++ Properties:- caseExact: false
- idcsCsvAttributeName: Middle Name
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Middle name
{
"type":"object",
"properties":{
"formatted":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Full name",
"minLength":1,
"maxLength":354
},
"familyName":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsCsvAttributeName: Last Name</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: true</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Last name",
"minLength":1,
"maxLength":150
},
"givenName":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsCsvAttributeName: First Name</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>First name",
"minLength":1,
"maxLength":150
},
"middleName":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsCsvAttributeName: Middle Name</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Middle name",
"maxLength":100
},
"honorificPrefix":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsCsvAttributeName: Honorific Prefix</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Prefix",
"minLength":1,
"maxLength":25
},
"honorificSuffix":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsCsvAttributeName: Honorific Suffix</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Suffix",
"minLength":1,
"maxLength":25
}
},
"required":[
"familyName"
],
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsCsvAttributeNameMappings: [[columnHeaderName:Formatted Name, mapsTo:name.formatted], [columnHeaderName:Honorific Prefix, mapsTo:name.honorificPrefix], [columnHeaderName:First Name, mapsTo:name.givenName], [columnHeaderName:Middle Name, mapsTo:name.middleName], [columnHeaderName:Last Name, mapsTo:name.familyName], [columnHeaderName:Honorific Suffix, mapsTo:name.honorificSuffix]]</li><li>idcsPii: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: true</li><li>returned: default</li><li>type: complex</li><li>uniqueness: none</li></ul>A complex attribute that contains attributes representing the name"
}
Nested Schema : phoneNumbers
Type: array
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: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
Phone numbers
Show Source
{
"type":"array",
"items":{
"$ref":"#/definitions/phoneNumbers"
},
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value, type]</li><li>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]]</li><li>idcsPii: true</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: complex</li><li>uniqueness: none</li></ul>Phone numbers"
}
Nested Schema : photos
Type: array
SCIM++ Properties:- idcsCompositeKey: [value, type]
- idcsPii: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
URLs of photos for the User
Show Source
{
"type":"array",
"items":{
"$ref":"#/definitions/photos"
},
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value, type]</li><li>idcsPii: true</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: complex</li><li>uniqueness: none</li></ul>URLs of photos for the User"
}
Nested Schema : roles
Type: array
SCIM++ Properties:- idcsCompositeKey: [value, type]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
A list of roles for the User that collectively represent who the User is; e.g., 'Student', 'Faculty'.
Show Source
-
Array of:
object roles
A list of roles for the User that collectively represent who the User is; e.g., 'Student', 'Faculty'.
{
"type":"array",
"items":{
"$ref":"#/definitions/roles"
},
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value, type]</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: complex</li><li>uniqueness: none</li></ul>A list of roles for the User that collectively represent who the User is; e.g., 'Student', 'Faculty'."
}
Nested Schema : schemas
Type: array
SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
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.
Show Source
{
"type":"array",
"items":{
"type":"string"
},
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: true</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>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."
}
Nested Schema : urn:ietf:params:scim:schemas:extension:enterprise:2.0:User
Type: object
Enterprise User
Show Source
-
costCenter(optional):
string
Minimum Length: 1
Maximum Length: 50
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
Identifies the name of a cost center.
-
department(optional):
string
Minimum Length: 1
Maximum Length: 64
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
Identifies the name of a department.
-
division(optional):
string
Minimum Length: 1
Maximum Length: 50
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
Identifies the name of a division.
-
employeeNumber(optional):
string
Minimum Length: 1
Maximum Length: 50
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
Numeric or alphanumeric identifier assigned to a person, typically based on order of hire or association with an organization.
-
manager(optional):
object manager
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
The User's manager. A complex type that optionally allows Service Providers to represent organizational hierarchy by referencing the 'id' attribute of another User.
-
organization(optional):
string
Minimum Length: 1
Maximum Length: 64
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
Identifies the name of an organization.
{
"type":"object",
"properties":{
"employeeNumber":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsCsvAttributeName: Employee Number</li><li>idcsCsvAttributeNameMappings: [[columnHeaderName:Employee Number]]</li><li>idcsPii: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Numeric or alphanumeric identifier assigned to a person, typically based on order of hire or association with an organization.",
"minLength":1,
"maxLength":50
},
"costCenter":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsCsvAttributeName: Cost Center</li><li>idcsCsvAttributeNameMappings: [[columnHeaderName:Cost Center]]</li><li>idcsPii: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Identifies the name of a cost center.",
"minLength":1,
"maxLength":50
},
"organization":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsCsvAttributeName: Organization</li><li>idcsCsvAttributeNameMappings: [[columnHeaderName:Organization Name, deprecatedColumnHeaderName:Organization]]</li><li>idcsPii: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Identifies the name of an organization.",
"minLength":1,
"maxLength":64
},
"division":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsCsvAttributeName: Division</li><li>idcsCsvAttributeNameMappings: [[columnHeaderName:Division]]</li><li>idcsPii: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Identifies the name of a division.",
"minLength":1,
"maxLength":50
},
"department":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsCsvAttributeName: Department</li><li>idcsCsvAttributeNameMappings: [[columnHeaderName:Department]]</li><li>idcsPii: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Identifies the name of a department.",
"minLength":1,
"maxLength":64
},
"manager":{
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsCsvAttributeNameMappings: [[columnHeaderName:Manager, deprecatedColumnHeaderName:Manager Name, mapsTo:manager.value]]</li><li>idcsPii: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: complex</li><li>uniqueness: none</li></ul>The User's manager. A complex type that optionally allows Service Providers to represent organizational hierarchy by referencing the 'id' attribute of another User.",
"type":"object",
"properties":{
"value":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsCsvAttributeName: Manager Name</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>The id of the SCIM resource representing the User's manager. RECOMMENDED.",
"minLength":1,
"maxLength":40
},
"$ref":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: reference</li><li>uniqueness: none</li></ul>The URI of the SCIM resource representing the User's manager. RECOMMENDED."
},
"displayName":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>The displayName of the User's manager. OPTIONAL and READ-ONLY."
}
}
}
},
"description":"Enterprise User"
}
Nested Schema : urn:ietf:params:scim:schemas:idcs:extension:custom:User
Type: object
Custom User Attributes
Show Source
{
"type":"object",
"properties":{
},
"description":"Custom User Attributes"
}
Nested Schema : urn:ietf:params:scim:schemas:oracle:idcs:extension:adaptive:User
Type: object
This extension defines attributes to manage user's risk score.
Show Source
-
riskLevel(optional):
string
Allowed Values: [
"LOW",
"MEDIUM",
"HIGH"
]
Added In: 18.1.6
SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: request
- type: string
- uniqueness: none
Risk Level
-
riskScores(optional):
array riskScores
Added In: 18.1.6
SCIM++ Properties:- caseExact: false
- idcsCompositeKey: [value]
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
The risk score pertaining to the user.
{
"type":"object",
"properties":{
"riskLevel":{
"type":"string",
"enum":[
"LOW",
"MEDIUM",
"HIGH"
],
"description":"<b>Added In:</b> 18.1.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: request</li><li>type: string</li><li>uniqueness: none</li></ul>Risk Level"
},
"riskScores":{
"description":"<b>Added In:</b> 18.1.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsCompositeKey: [value]</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>The risk score pertaining to the user.",
"type":"array",
"items":{
"$ref":"#/definitions/riskScores"
}
}
},
"description":"This extension defines attributes to manage user's risk score."
}
Nested Schema : urn:ietf:params:scim:schemas:oracle:idcs:extension:capabilities:User
Type: object
User's Capabilities
Show Source
-
canUseApiKeys(optional):
boolean
Added In: 2012271618
SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
Indicates weather a user can use api keys
-
canUseAuthTokens(optional):
boolean
Added In: 2012271618
SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
Indicates weather a user can use auth tokens
-
canUseConsole(optional):
boolean
Added In: 2206280902
SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
Specifies whether user can access console
-
canUseConsolePassword(optional):
boolean
Added In: 2012271618
SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
Indicates weather a user can use console password
-
canUseCustomerSecretKeys(optional):
boolean
Added In: 2012271618
SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
Indicates weather a user can use customer secret keys
-
canUseDbCredentials(optional):
boolean
Added In: 2012271618
SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
Indicates weather a user can use db credentials
-
canUseOAuth2ClientCredentials(optional):
boolean
Added In: 2012271618
SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
Indicates weather a user can use oauth2 client credentials
-
canUseSmtpCredentials(optional):
boolean
Added In: 2012271618
SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
Indicates weather a user can use smtp credentials
{
"type":"object",
"properties":{
"canUseApiKeys":{
"type":"boolean",
"description":"<b>Added In:</b> 2012271618<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>Indicates weather a user can use api keys"
},
"canUseAuthTokens":{
"type":"boolean",
"description":"<b>Added In:</b> 2012271618<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>Indicates weather a user can use auth tokens"
},
"canUseConsolePassword":{
"type":"boolean",
"description":"<b>Added In:</b> 2012271618<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>Indicates weather a user can use console password"
},
"canUseCustomerSecretKeys":{
"type":"boolean",
"description":"<b>Added In:</b> 2012271618<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>Indicates weather a user can use customer secret keys"
},
"canUseOAuth2ClientCredentials":{
"type":"boolean",
"description":"<b>Added In:</b> 2012271618<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>Indicates weather a user can use oauth2 client credentials"
},
"canUseSmtpCredentials":{
"type":"boolean",
"description":"<b>Added In:</b> 2012271618<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>Indicates weather a user can use smtp credentials"
},
"canUseDbCredentials":{
"type":"boolean",
"description":"<b>Added In:</b> 2012271618<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>Indicates weather a user can use db credentials"
},
"canUseConsole":{
"type":"boolean",
"description":"<b>Added In:</b> 2206280902<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>Specifies whether user can access console"
}
},
"description":"User's Capabilities"
}
Nested Schema : urn:ietf:params:scim:schemas:oracle:idcs:extension:crossSso:User
Type: object
This extension defines attributes to manage User account for Cross Tenant SSO.
Show Source
{
"type":"object",
"properties":{
},
"description":"This extension defines attributes to manage User account for Cross Tenant SSO."
}
Nested Schema : urn:ietf:params:scim:schemas:oracle:idcs:extension:dbCredentials:User
Type: object
Db Credentials User extension
Show Source
-
dbLoginAttempts(optional):
integer
Added In: 2102181953
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: integer
- uniqueness: none
The number of failed login attempts. The value is reset to 0 after a successful login.
-
dbPasswordHistory(optional):
array dbPasswordHistory
Added In: 2102181953
SCIM++ Properties:- idcsCompositeKey: [value, sequenceNumber]
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: false
- returned: never
- type: complex
- uniqueness: none
A complex attribute to represent password history
-
dbUserName(optional):
string
Minimum Length: 1
Maximum Length: 128
Added In: 2102181953
SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: false
- type: string
- returned: request
- caseExact: false
- uniqueness: none
- idcsSearchable: true
The Database User Name
{
"type":"object",
"properties":{
"dbUserName":{
"type":"string",
"description":"<b>Added In:</b> 2102181953<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>type: string</li><li>returned: request</li><li>caseExact: false</li><li>uniqueness: none</li><li>idcsSearchable: true</li></ul>The Database User Name",
"minLength":1,
"maxLength":128
},
"dbLoginAttempts":{
"type":"integer",
"description":"<b>Added In:</b> 2102181953<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: integer</li><li>uniqueness: none</li></ul>The number of failed login attempts. The value is reset to 0 after a successful login."
},
"dbPasswordHistory":{
"description":"<b>Added In:</b> 2102181953<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value, sequenceNumber]</li><li>idcsSearchable: false</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: never</li><li>type: complex</li><li>uniqueness: none</li></ul>A complex attribute to represent password history",
"type":"array",
"items":{
"$ref":"#/definitions/dbPasswordHistory"
}
}
},
"description":"Db Credentials User extension"
}
Nested Schema : urn:ietf:params:scim:schemas:oracle:idcs:extension:dbUser:User
Type: object
DB User extension
Show Source
-
dbGlobalRoles(optional):
array dbGlobalRoles
Added In: 18.2.2
SCIM++ Properties:- idcsSearchable: false
- idcsSensitive: none
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
DB global roles to which the user is granted access.
-
domainLevelSchema(optional):
string
Added In: 18.2.2
SCIM++ Properties:- idcsSearchable: false
- idcsSensitive: none
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
DB domain level schema to which the user is granted access.
-
instanceLevelSchema(optional):
string
Added In: 18.2.2
SCIM++ Properties:- idcsSearchable: false
- idcsSensitive: none
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
DB instance level schema to which the user is granted access.
-
isDbUser(optional):
boolean
Added In: 18.2.2
SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: boolean
- uniqueness: none
If true, indicates this is a database user.
-
passwordVerifiers(optional):
array passwordVerifiers
Added In: 18.2.2
SCIM++ Properties:- idcsCompositeKey: [type]
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
Password Verifiers for DB User.
{
"type":"object",
"properties":{
"isDbUser":{
"type":"boolean",
"description":"<b>Added In:</b> 18.2.2<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: boolean</li><li>uniqueness: none</li></ul>If true, indicates this is a database user."
},
"passwordVerifiers":{
"description":"<b>Added In:</b> 18.2.2<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [type]</li><li>idcsSearchable: true</li><li>multiValued: true</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>Password Verifiers for DB User.",
"type":"array",
"items":{
"$ref":"#/definitions/passwordVerifiers"
}
},
"domainLevelSchema":{
"type":"string",
"description":"<b>Added In:</b> 18.2.2<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>idcsSensitive: none</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: string</li><li>uniqueness: none</li></ul>DB domain level schema to which the user is granted access."
},
"instanceLevelSchema":{
"type":"string",
"description":"<b>Added In:</b> 18.2.2<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>idcsSensitive: none</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: string</li><li>uniqueness: none</li></ul>DB instance level schema to which the user is granted access."
},
"dbGlobalRoles":{
"type":"array",
"items":{
"type":"string"
},
"description":"<b>Added In:</b> 18.2.2<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>idcsSensitive: none</li><li>multiValued: true</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: string</li><li>uniqueness: none</li></ul>DB global roles to which the user is granted access."
}
},
"description":"DB User extension"
}
Nested Schema : urn:ietf:params:scim:schemas:oracle:idcs:extension:kerberosUser:User
Type: object
Kerberos User extension
Show Source
-
realmUsers(optional):
array realmUsers
SCIM++ Properties:- idcsCompositeKey: [value]
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
A list of kerberos realm users for an Oracle Identity Cloud Service User
{
"type":"object",
"properties":{
"realmUsers":{
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value]</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>A list of kerberos realm users for an Oracle Identity Cloud Service User",
"type":"array",
"items":{
"$ref":"#/definitions/realmUsers"
}
}
},
"description":"Kerberos User extension"
}
Nested Schema : urn:ietf:params:scim:schemas:oracle:idcs:extension:mfa:User
Type: object
This extension defines attributes used to manage Multi-Factor Authentication within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use MFA.
Show Source
-
bypassCodes(optional):
array bypassCodes
Added In: 18.3.6
SCIM++ Properties:- idcsCompositeKey: [value]
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
A list of bypass codes belongs to user
-
devices(optional):
array devices
Added In: 18.3.6
SCIM++ Properties:- idcsCompositeKey: [value]
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
A list of devices enrolled by the user.
-
loginAttempts(optional):
integer
Added In: 18.3.6
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- idcsRequiresWriteForAccessFlows: true
- idcsRequiresImmediateReadAfterWriteForAccessFlows: true
- required: false
- returned: default
- type: integer
- uniqueness: none
Number of incorrect Multi Factor Authentication login attempts made by this user. The user gets locked, if this reaches the threshold specified in the maxIncorrectAttempts attribute in AuthenticationFactorSettings
-
mfaEnabledOn(optional):
string
Added In: 18.3.6
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: request
- type: dateTime
- uniqueness: none
This represents the date when the user enrolled for multi factor authentication. This will be set to null, when the user resets his factors.
-
mfaIgnoredApps(optional):
array mfaIgnoredApps
Added In: 19.2.1
SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
User MFA Ignored Apps Identifiers
-
mfaStatus(optional):
string
Allowed Values: [
"ENROLLED",
"IGNORED",
"UN_ENROLLED",
"DISABLED"
]
Added In: 18.3.6
SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- idcsRequiresWriteForAccessFlows: true
- required: false
- returned: default
- type: string
- uniqueness: none
User Opted for MFA
-
preferredAuthenticationFactor(optional):
string
Minimum Length: 1
Maximum Length: 40
Allowed Values: [
"EMAIL",
"SMS",
"TOTP",
"PUSH",
"OFFLINETOTP",
"USERNAME_PASSWORD",
"SECURITY_QUESTIONS",
"VOICE",
"PHONE_CALL",
"THIRDPARTY",
"FIDO_AUTHENTICATOR",
"YUBICO_OTP"
]
Added In: 18.3.6
SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Preferred Authentication Factor Type
-
preferredAuthenticationMethod(optional):
string
Maximum Length: 80
Added In: 2009232244
SCIM++ Properties:- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Preferred Authentication method
-
preferredDevice(optional):
object preferredDevice
Added In: 18.3.6
SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
User preferred device
-
preferredThirdPartyVendor(optional):
string
Maximum Length: 50
Added In: 19.2.1
SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Preferred Third party vendor name
-
trustedUserAgents(optional):
array trustedUserAgents
Added In: 18.3.6
SCIM++ Properties:- idcsCompositeKey: [value]
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
A list of trusted User Agents owned by this user. Multi-Factored Authentication uses Trusted User Agents to authenticate users. A User Agent is software application that a user uses to issue requests. For example, a User Agent could be a particular browser (possibly one of several executing on a desktop or laptop) or a particular mobile application (again, oneof several executing on a particular mobile device). A User Agent is trusted once the Multi-Factor Authentication has verified it in some way.
{
"type":"object",
"properties":{
"preferredAuthenticationFactor":{
"type":"string",
"enum":[
"EMAIL",
"SMS",
"TOTP",
"PUSH",
"OFFLINETOTP",
"USERNAME_PASSWORD",
"SECURITY_QUESTIONS",
"VOICE",
"PHONE_CALL",
"THIRDPARTY",
"FIDO_AUTHENTICATOR",
"YUBICO_OTP"
],
"description":"<b>Added In:</b> 18.3.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Preferred Authentication Factor Type",
"minLength":1,
"maxLength":40
},
"mfaStatus":{
"type":"string",
"enum":[
"ENROLLED",
"IGNORED",
"UN_ENROLLED",
"DISABLED"
],
"description":"<b>Added In:</b> 18.3.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>idcsRequiresWriteForAccessFlows: true</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>User Opted for MFA"
},
"preferredThirdPartyVendor":{
"type":"string",
"description":"<b>Added In:</b> 19.2.1<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Preferred Third party vendor name",
"maxLength":50
},
"preferredAuthenticationMethod":{
"type":"string",
"description":"<b>Added In:</b> 2009232244<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Preferred Authentication method",
"maxLength":80
},
"loginAttempts":{
"type":"integer",
"description":"<b>Added In:</b> 18.3.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>idcsRequiresWriteForAccessFlows: true</li><li>idcsRequiresImmediateReadAfterWriteForAccessFlows: true</li><li>required: false</li><li>returned: default</li><li>type: integer</li><li>uniqueness: none</li></ul>Number of incorrect Multi Factor Authentication login attempts made by this user. The user gets locked, if this reaches the threshold specified in the maxIncorrectAttempts attribute in AuthenticationFactorSettings"
},
"mfaEnabledOn":{
"type":"string",
"description":"<b>Added In:</b> 18.3.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: request</li><li>type: dateTime</li><li>uniqueness: none</li></ul>This represents the date when the user enrolled for multi factor authentication. This will be set to null, when the user resets his factors."
},
"mfaIgnoredApps":{
"type":"array",
"items":{
"type":"string"
},
"description":"<b>Added In:</b> 19.2.1<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>User MFA Ignored Apps Identifiers",
"minLength":1,
"maxLength":40
},
"preferredDevice":{
"description":"<b>Added In:</b> 18.3.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: complex</li><li>uniqueness: none</li></ul>User preferred device",
"type":"object",
"properties":{
"value":{
"type":"string",
"description":"<b>Added In:</b> 18.3.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: true</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>The identifier of the User's preferred device",
"minLength":1,
"maxLength":40
},
"$ref":{
"type":"string",
"description":"<b>Added In:</b> 18.3.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: reference</li><li>uniqueness: none</li></ul>The URI that corresponds to the device resource"
},
"display":{
"type":"string",
"description":"<b>Added In:</b> 18.3.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Device display name"
}
},
"required":[
"value"
]
},
"devices":{
"description":"<b>Added In:</b> 18.3.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value]</li><li>multiValued: true</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>A list of devices enrolled by the user.",
"type":"array",
"items":{
"$ref":"#/definitions/devices"
}
},
"bypassCodes":{
"description":"<b>Added In:</b> 18.3.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value]</li><li>multiValued: true</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>A list of bypass codes belongs to user",
"type":"array",
"items":{
"$ref":"#/definitions/bypassCodes"
}
},
"trustedUserAgents":{
"description":"<b>Added In:</b> 18.3.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value]</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>A list of trusted User Agents owned by this user. Multi-Factored Authentication uses Trusted User Agents to authenticate users. A User Agent is software application that a user uses to issue requests. For example, a User Agent could be a particular browser (possibly one of several executing on a desktop or laptop) or a particular mobile application (again, oneof several executing on a particular mobile device). A User Agent is trusted once the Multi-Factor Authentication has verified it in some way.",
"type":"array",
"items":{
"$ref":"#/definitions/trustedUserAgents"
}
}
},
"description":"This extension defines attributes used to manage Multi-Factor Authentication within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use MFA."
}
Nested Schema : urn:ietf:params:scim:schemas:oracle:idcs:extension:passwordless:User
Type: object
This extension defines attributes used to manage Passwordless-Factor Authentication within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use MFA.
Show Source
-
factorIdentifier(optional):
object factorIdentifier
Added In: 20.1.3
SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
Factor Identifier ID
-
factorMethod(optional):
string
Minimum Length: 1
Maximum Length: 256
Added In: 2009232244
SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Authentication Factor Method
-
factorType(optional):
string
Minimum Length: 1
Maximum Length: 40
Allowed Values: [
"EMAIL",
"SMS",
"PHONE_CALL",
"TOTP",
"PUSH",
"OFFLINETOTP",
"SECURITY_QUESTIONS",
"VOICE",
"USERNAME_PASSWORD",
"THIRDPARTY",
"FIDO_AUTHENTICATOR"
]
Added In: 20.1.3
SCIM++ Properties:- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Authentication Factor Type
{
"type":"object",
"properties":{
"factorType":{
"type":"string",
"enum":[
"EMAIL",
"SMS",
"PHONE_CALL",
"TOTP",
"PUSH",
"OFFLINETOTP",
"SECURITY_QUESTIONS",
"VOICE",
"USERNAME_PASSWORD",
"THIRDPARTY",
"FIDO_AUTHENTICATOR"
],
"description":"<b>Added In:</b> 20.1.3<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Authentication Factor Type",
"minLength":1,
"maxLength":40
},
"factorMethod":{
"type":"string",
"description":"<b>Added In:</b> 2009232244<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Authentication Factor Method",
"minLength":1,
"maxLength":256
},
"factorIdentifier":{
"description":"<b>Added In:</b> 20.1.3<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: complex</li><li>uniqueness: none</li></ul>Factor Identifier ID",
"type":"object",
"properties":{
"value":{
"type":"string",
"description":"<b>Added In:</b> 20.1.3<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: true</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>The identifier of the User's preferred device",
"minLength":1,
"maxLength":42
},
"$ref":{
"type":"string",
"description":"<b>Added In:</b> 20.1.3<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: reference</li><li>uniqueness: none</li></ul>The URI that corresponds to the device resource"
},
"display":{
"type":"string",
"description":"<b>Added In:</b> 20.1.3<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Factor Identifier display name"
}
},
"required":[
"value"
]
}
},
"description":"This extension defines attributes used to manage Passwordless-Factor Authentication within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use MFA."
}
Nested Schema : urn:ietf:params:scim:schemas:oracle:idcs:extension:passwordState:User
Type: object
This extension defines attributes used to manage account passwords within a Service Provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use passwords.
Show Source
-
applicablePasswordPolicy(optional):
object applicablePasswordPolicy
Added In: 20.1.3
SCIM++ Properties:- caseExact: false
- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
Applicable Password Policy
-
cantChange(optional):
boolean
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: boolean
- uniqueness: none
Indicates that the current password MAY NOT be changed and all other password expiry settings SHALL be ignored
-
cantExpire(optional):
boolean
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: boolean
- uniqueness: none
Indicates that the password expiry policy will not be applied for the current Resource
-
expired(optional):
boolean
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: boolean
- uniqueness: none
Indicates that the password has expired
-
lastFailedValidationDate(optional):
string
Added In: 2011192329
SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: dateTime
- uniqueness: none
A DateTime that specifies the date and time when last failed password validation was set
-
lastSuccessfulSetDate(optional):
string
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: dateTime
- uniqueness: none
A DateTime that specifies the date and time when the current password was set
-
lastSuccessfulValidationDate(optional):
string
Added In: 2011192329
SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: dateTime
- uniqueness: none
A DateTime that specifies the date and time when last successful password validation was set
-
mustChange(optional):
boolean
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: boolean
- uniqueness: none
Indicates that the subject password value MUST change on next login. If not changed, typically the account is locked. The value may be set indirectly when the subject's current password expires or directly set by an administrator.
{
"type":"object",
"properties":{
"lastSuccessfulSetDate":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: dateTime</li><li>uniqueness: none</li></ul>A DateTime that specifies the date and time when the current password was set"
},
"cantChange":{
"type":"boolean",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: boolean</li><li>uniqueness: none</li></ul>Indicates that the current password MAY NOT be changed and all other password expiry settings SHALL be ignored"
},
"cantExpire":{
"type":"boolean",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: boolean</li><li>uniqueness: none</li></ul>Indicates that the password expiry policy will not be applied for the current Resource"
},
"mustChange":{
"type":"boolean",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: boolean</li><li>uniqueness: none</li></ul>Indicates that the subject password value MUST change on next login. If not changed, typically the account is locked. The value may be set indirectly when the subject's current password expires or directly set by an administrator."
},
"expired":{
"type":"boolean",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: boolean</li><li>uniqueness: none</li></ul>Indicates that the password has expired"
},
"lastSuccessfulValidationDate":{
"type":"string",
"description":"<b>Added In:</b> 2011192329<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: dateTime</li><li>uniqueness: none</li></ul>A DateTime that specifies the date and time when last successful password validation was set"
},
"lastFailedValidationDate":{
"type":"string",
"description":"<b>Added In:</b> 2011192329<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: dateTime</li><li>uniqueness: none</li></ul>A DateTime that specifies the date and time when last failed password validation was set"
},
"applicablePasswordPolicy":{
"description":"<b>Added In:</b> 20.1.3<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsCompositeKey: [value]</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>Applicable Password Policy",
"type":"object",
"properties":{
"value":{
"type":"string",
"description":"<b>Added In:</b> 20.1.3<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: true</li><li>returned: always</li><li>type: string</li><li>uniqueness: none</li></ul>The identifier of the password policy.",
"maxLength":40
},
"$ref":{
"type":"string",
"description":"<b>Added In:</b> 20.1.3<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: reference</li><li>uniqueness: none</li></ul>The URI of the corresponding PasswordPolicy resource."
},
"display":{
"type":"string",
"description":"<b>Added In:</b> 20.1.3<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Password Policy Display Name"
},
"priority":{
"type":"integer",
"description":"<b>Added In:</b> 20.1.3<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: integer</li><li>uniqueness: none</li></ul>PasswordPolicy priority"
}
},
"required":[
"value"
]
}
},
"description":"This extension defines attributes used to manage account passwords within a Service Provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use passwords."
}
Nested Schema : urn:ietf:params:scim:schemas:oracle:idcs:extension:posix:User
Type: object
POSIX User extension
Show Source
-
gecos(optional):
string
SCIM++ Properties:- caseExact: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: request
- type: string
- uniqueness: none
General information about the POSIX account such as their real name and phone number
-
gidNumber(optional):
integer
SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: request
- type: integer
- uniqueness: none
Primary Group identifier of the POSIX user
-
homeDirectory(optional):
string
SCIM++ Properties:- caseExact: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: request
- type: string
- uniqueness: none
The absolute path to the home directory of the POSIX account
-
loginShell(optional):
string
SCIM++ Properties:- caseExact: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: request
- type: string
- uniqueness: none
The path to the login shell of the POSIX account
-
uidNumber(optional):
integer
SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: request
- type: integer
- uniqueness: server
Integer uniquely identifying a user in a POSIX administrative domain
{
"type":"object",
"properties":{
"uidNumber":{
"type":"integer",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: request</li><li>type: integer</li><li>uniqueness: server</li></ul>Integer uniquely identifying a user in a POSIX administrative domain"
},
"gidNumber":{
"type":"integer",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: request</li><li>type: integer</li><li>uniqueness: none</li></ul>Primary Group identifier of the POSIX user"
},
"gecos":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: request</li><li>type: string</li><li>uniqueness: none</li></ul>General information about the POSIX account such as their real name and phone number"
},
"homeDirectory":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: request</li><li>type: string</li><li>uniqueness: none</li></ul>The absolute path to the home directory of the POSIX account"
},
"loginShell":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: request</li><li>type: string</li><li>uniqueness: none</li></ul>The path to the login shell of the POSIX account"
}
},
"description":"POSIX User extension"
}
Nested Schema : urn:ietf:params:scim:schemas:oracle:idcs:extension:securityQuestions:User
Type: object
This extension defines attributes used to store Security Questions of User.
Show Source
-
secQuestions(optional):
array secQuestions
SCIM++ Properties:- idcsCompositeKey: [value]
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
Security question and answers provided by end-user for Account recovery and/or MFA. While setting up security questions, end-user can also provide hint along with answer.
{
"type":"object",
"properties":{
"secQuestions":{
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value]</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>Security question and answers provided by end-user for Account recovery and/or MFA. While setting up security questions, end-user can also provide hint along with answer.",
"type":"array",
"items":{
"$ref":"#/definitions/secQuestions"
}
}
},
"description":"This extension defines attributes used to store Security Questions of User."
}
Nested Schema : urn:ietf:params:scim:schemas:oracle:idcs:extension:selfChange:User
Type: object
Controls whether a user can update themselves or not via User related APIs
Show Source
-
allowSelfChange(optional):
boolean
Added In: 2205182039
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: writeOnly
- required: false
- returned: never
- type: boolean
- uniqueness: none
If true, allows requesting user to update themselves. If false, requesting user can't update themself (default).
{
"type":"object",
"properties":{
"allowSelfChange":{
"type":"boolean",
"description":"<b>Added In:</b> 2205182039<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: writeOnly</li><li>required: false</li><li>returned: never</li><li>type: boolean</li><li>uniqueness: none</li></ul>If true, allows requesting user to update themselves. If false, requesting user can't update themself (default)."
}
},
"description":"Controls whether a user can update themselves or not via User related APIs"
}
Nested Schema : urn:ietf:params:scim:schemas:oracle:idcs:extension:selfRegistration:User
Type: object
This extension defines attributes used to manage self registration profile linked to the user.
Show Source
-
consentGranted(optional):
boolean
SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: false
- returned: default
- type: boolean
- uniqueness: none
A boolean value that indicates whether the consent is granted.
-
selfRegistrationProfile:
object selfRegistrationProfile
SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: true
- returned: request
- type: complex
- uniqueness: none
Self registration profile used when user is self registered.
-
userToken(optional):
string
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
User token used for auto-login.
{
"type":"object",
"properties":{
"consentGranted":{
"type":"boolean",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: immutable</li><li>required: false</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>A boolean value that indicates whether the consent is granted."
},
"userToken":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>User token used for auto-login."
},
"selfRegistrationProfile":{
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: immutable</li><li>required: true</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>Self registration profile used when user is self registered.",
"type":"object",
"properties":{
"value":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: immutable</li><li>required: true</li><li>returned: always</li><li>type: string</li><li>uniqueness: none</li></ul>Self Registration Profile Id",
"minLength":1,
"maxLength":40
},
"$ref":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: reference</li><li>uniqueness: none</li></ul>URI of the profile."
},
"display":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: string</li><li>uniqueness: none</li></ul>A human readable name, primarily used for display purposes. READ-ONLY."
}
},
"required":[
"value"
]
}
},
"description":"This extension defines attributes used to manage self registration profile linked to the user.",
"required":[
"selfRegistrationProfile"
]
}
Nested Schema : urn:ietf:params:scim:schemas:oracle:idcs:extension:sff:User
Type: object
SFF Auth Keys User extension
Show Source
-
sffAuthKeys(optional):
string
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: request
- type: string
- uniqueness: none
SFF auth keys clob
{
"type":"object",
"properties":{
"sffAuthKeys":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: request</li><li>type: string</li><li>uniqueness: none</li></ul>SFF auth keys clob"
}
},
"description":"SFF Auth Keys User extension"
}
Nested Schema : urn:ietf:params:scim:schemas:oracle:idcs:extension:socialAccount:User
Type: object
Social User extension
Show Source
{
"type":"object",
"properties":{
"socialAccounts":{
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value]</li><li>idcsSearchable: true</li><li>multiValued: true</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>idcsPii: true</li><li>type: complex</li><li>uniqueness: none</li></ul>",
"type":"array",
"items":{
"$ref":"#/definitions/socialAccounts"
}
}
},
"description":"Social User extension"
}
Nested Schema : urn:ietf:params:scim:schemas:oracle:idcs:extension:termsOfUse:User
Type: object
Terms Of Use extension
Show Source
{
"type":"object",
"properties":{
"termsOfUseConsents":{
"description":"<b>Added In:</b> 18.2.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value]</li><li>idcsSearchable: true</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>",
"type":"array",
"items":{
"$ref":"#/definitions/termsOfUseConsents"
}
}
},
"description":"Terms Of Use extension"
}
Nested Schema : urn:ietf:params:scim:schemas:oracle:idcs:extension:user:User
Type: object
Oracle Identity Cloud Service User
Show Source
-
accountRecoveryRequired(optional):
boolean
Added In: 19.1.4
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: request
- type: boolean
- uniqueness: none
Boolean value to prompt user to setup account recovery during login.
-
accounts(optional):
array accounts
SCIM++ Properties:- idcsPii: true
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
Accounts assigned to this User. Each value of this attribute refers to an app-specific identity that is owned by this User. Therefore, this attribute is a convenience that allows one to see on each User the Apps to which that User has access.
-
applicableAuthenticationTargetApp(optional):
object applicableAuthenticationTargetApp
Added In: 18.1.6
SCIM++ Properties:- idcsCompositeKey: [value]
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
The app against which the user will authenticate. The value is not persisted but rather calculated. If the user's delegatedAuthenticationTargetApp is set, that value is returned. Otherwise, the app returned by evaluating the user's applicable Delegated Authentication Policy is returned.
-
appRoles(optional):
array appRoles
SCIM++ Properties:- idcsCompositeKey: [value]
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
A list of all AppRoles to which this User belongs directly, indirectly or implicitly. The User could belong directly because the User is a member of the AppRole, could belong indirectly because the User is a member of a Group that is a member of the AppRole, or could belong implicitly because the AppRole is public.
-
bypassNotification(optional):
boolean
SCIM++ Properties:- caseExact: false
- idcsCsvAttributeNameMappings: [[columnHeaderName:ByPass Notification]]
- idcsSearchable: false
- multiValued: false
- mutability: immutable
- idcsRequiresWriteForAccessFlows: true
- required: false
- returned: never
- type: boolean
- uniqueness: none
A Boolean value indicating whether or not to send email notification after creating the user. This attribute is not used in update/replace operations.
-
creationMechanism(optional):
string
Allowed Values: [
"bulk",
"api",
"adsync",
"idcsui",
"import",
"authsync",
"selfreg",
"samljit"
]
SCIM++ Properties:- caseExact: false
- idcsCsvAttributeNameMappings: [[defaultValue:import]]
- idcsSearchable: true
- multiValued: false
- mutability: immutable
- idcsRequiresWriteForAccessFlows: true
- required: false
- returned: request
- type: string
- uniqueness: none
User creation mechanism
-
delegatedAuthenticationTargetApp(optional):
object delegatedAuthenticationTargetApp
Added In: 17.4.6
SCIM++ Properties:- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
If set, indicates the user's preferred authentication target app. If not set and the user's \"syncedFromApp\" is set and is enabled for delegated authentication, it is used. Otherwise, the user authenticates locally to Oracle Identity Cloud Service.
-
doNotShowGettingStarted(optional):
boolean
SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
A Boolean value indicating whether or not to hide the getting started page
-
grants(optional):
array grants
SCIM++ Properties:- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
Grants to this User. Each value of this attribute refers to a Grant to this User of some App (and optionally of some entitlement). Therefore, this attribute is a convenience that allows one to see on each User all of the Grants to that User.
-
idcsAppRolesLimitedToGroups(optional):
array idcsAppRolesLimitedToGroups
Added In: 19.2.1
SCIM++ Properties:- idcsCompositeKey: [value, idcsAppRoleId]
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
-
isAccountRecoveryEnrolled(optional):
boolean
Added In: 19.1.4
SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: boolean
- uniqueness: none
A Boolean value indicating whether or not a user is enrolled for account recovery
-
isAuthenticationDelegated(optional):
boolean
Added In: 17.4.6
SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: immutable
- required: false
- returned: never
- type: boolean
- uniqueness: none
A Boolean value indicating whether or not authentication request by this user should be delegated to a remote app. This value should be true only when the User was originally synced from an app which is enabled for delegated authentication
-
isFederatedUser(optional):
boolean
SCIM++ Properties:- caseExact: false
- idcsCsvAttributeName: Federated
- idcsCsvAttributeNameMappings: [[columnHeaderName:Federated]]
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- idcsRequiresWriteForAccessFlows: true
- required: false
- returned: default
- type: boolean
- uniqueness: none
A Boolean value indicating whether or not the user is federated.
-
isGroupMembershipNormalized(optional):
boolean
Deprecated Since: 19.3.3SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: immutable
- required: false
- returned: never
- type: boolean
- uniqueness: none
A Boolean value indicating whether or not group membership is normalized for this user.
-
isGroupMembershipSyncedToUsersGroups(optional):
boolean
Added In: 19.3.3
SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: immutable
- required: false
- returned: never
- type: boolean
- uniqueness: none
A Boolean value Indicates whether this User's group membership has been sync'ed from Group.members to UsersGroups.
-
notificationEmailTemplateId(optional):
string
SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: writeOnly
- required: false
- returned: never
- type: string
- uniqueness: none
Specifies the EmailTemplate to be used when sending notification to the user this request is for. If specified, it overrides the default EmailTemplate for this event.
-
provider(optional):
string
Allowed Values: [
"facebook",
"google",
"IDCS",
"twitter"
]
SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: false
- returned: default
- type: string
- uniqueness: none
Registration provider
-
status(optional):
string
Allowed Values: [
"pendingVerification",
"verified"
]
SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
A supplemental status indicating the reason why a user is disabled
-
supportAccounts(optional):
array supportAccounts
Added In: 2103141444
SCIM++ Properties:- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
A list of Support Accounts corresponding to user.
-
syncedFromApp(optional):
object syncedFromApp
Added In: 18.2.6
SCIM++ Properties:- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: complex
- uniqueness: none
Managed App or an Identity Source from where the user is synced. If enabled, this Managed App or Identity Source can be used for performing delegated authentication.
-
userFlowControlledByExternalClient(optional):
boolean
Added In: 18.4.2
SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: immutable
- required: false
- returned: never
- type: boolean
- uniqueness: none
A Boolean value indicating whether to bypass notification and return user token to be used by an external client to control the user flow.
-
userToken(optional):
object userToken
Added In: 18.4.2
SCIM++ Properties:- caseExact: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: complex
- uniqueness: none
User token returned if userFlowControlledByExternalClient is true
{
"type":"object",
"properties":{
"isFederatedUser":{
"type":"boolean",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsCsvAttributeName: Federated</li><li>idcsCsvAttributeNameMappings: [[columnHeaderName:Federated]]</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>idcsRequiresWriteForAccessFlows: true</li><li>required: false</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>A Boolean value indicating whether or not the user is federated."
},
"isAuthenticationDelegated":{
"type":"boolean",
"description":"<b>Added In:</b> 17.4.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: immutable</li><li>required: false</li><li>returned: never</li><li>type: boolean</li><li>uniqueness: none</li></ul>A Boolean value indicating whether or not authentication request by this user should be delegated to a remote app. This value should be true only when the User was originally synced from an app which is enabled for delegated authentication"
},
"status":{
"type":"string",
"enum":[
"pendingVerification",
"verified"
],
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: string</li><li>uniqueness: none</li></ul>A supplemental status indicating the reason why a user is disabled"
},
"provider":{
"type":"string",
"enum":[
"facebook",
"google",
"IDCS",
"twitter"
],
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: immutable</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Registration provider"
},
"creationMechanism":{
"type":"string",
"enum":[
"bulk",
"api",
"adsync",
"idcsui",
"import",
"authsync",
"selfreg",
"samljit"
],
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsCsvAttributeNameMappings: [[defaultValue:import]]</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: immutable</li><li>idcsRequiresWriteForAccessFlows: true</li><li>required: false</li><li>returned: request</li><li>type: string</li><li>uniqueness: none</li></ul>User creation mechanism"
},
"doNotShowGettingStarted":{
"type":"boolean",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>A Boolean value indicating whether or not to hide the getting started page"
},
"bypassNotification":{
"type":"boolean",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsCsvAttributeNameMappings: [[columnHeaderName:ByPass Notification]]</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: immutable</li><li>idcsRequiresWriteForAccessFlows: true</li><li>required: false</li><li>returned: never</li><li>type: boolean</li><li>uniqueness: none</li></ul>A Boolean value indicating whether or not to send email notification after creating the user. This attribute is not used in update/replace operations."
},
"isAccountRecoveryEnrolled":{
"type":"boolean",
"description":"<b>Added In:</b> 19.1.4<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: boolean</li><li>uniqueness: none</li></ul>A Boolean value indicating whether or not a user is enrolled for account recovery"
},
"accountRecoveryRequired":{
"type":"boolean",
"description":"<b>Added In:</b> 19.1.4<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: request</li><li>type: boolean</li><li>uniqueness: none</li></ul>Boolean value to prompt user to setup account recovery during login."
},
"userFlowControlledByExternalClient":{
"type":"boolean",
"description":"<b>Added In:</b> 18.4.2<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: immutable</li><li>required: false</li><li>returned: never</li><li>type: boolean</li><li>uniqueness: none</li></ul>A Boolean value indicating whether to bypass notification and return user token to be used by an external client to control the user flow."
},
"isGroupMembershipNormalized":{
"type":"boolean",
"description":"<b><font color=\"red\">Deprecated Since: 19.3.3</font></b><br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: immutable</li><li>required: false</li><li>returned: never</li><li>type: boolean</li><li>uniqueness: none</li></ul>A Boolean value indicating whether or not group membership is normalized for this user."
},
"isGroupMembershipSyncedToUsersGroups":{
"type":"boolean",
"description":"<b>Added In:</b> 19.3.3<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: immutable</li><li>required: false</li><li>returned: never</li><li>type: boolean</li><li>uniqueness: none</li></ul>A Boolean value Indicates whether this User's group membership has been sync'ed from Group.members to UsersGroups."
},
"notificationEmailTemplateId":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: writeOnly</li><li>required: false</li><li>returned: never</li><li>type: string</li><li>uniqueness: none</li></ul>Specifies the EmailTemplate to be used when sending notification to the user this request is for. If specified, it overrides the default EmailTemplate for this event."
},
"supportAccounts":{
"description":"<b>Added In:</b> 2103141444<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value]</li><li>idcsSearchable: true</li><li>multiValued: true</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>A list of Support Accounts corresponding to user.",
"type":"array",
"items":{
"$ref":"#/definitions/supportAccounts"
}
},
"idcsAppRolesLimitedToGroups":{
"description":"<b>Added In:</b> 19.2.1<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value, idcsAppRoleId]</li><li>idcsSearchable: true</li><li>multiValued: true</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: complex</li></ul>",
"type":"array",
"items":{
"$ref":"#/definitions/idcsAppRolesLimitedToGroups"
}
},
"userToken":{
"description":"<b>Added In:</b> 18.4.2<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: complex</li><li>uniqueness: none</li></ul>User token returned if userFlowControlledByExternalClient is true",
"type":"object",
"properties":{
"value":{
"type":"string",
"description":"<b>Added In:</b> 18.4.2<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>User Token identifier"
},
"$ref":{
"type":"string",
"description":"<b>Added In:</b> 18.4.2<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: reference</li><li>uniqueness: none</li></ul>User Token URI"
}
}
},
"syncedFromApp":{
"description":"<b>Added In:</b> 18.2.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value]</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: complex</li><li>uniqueness: none</li></ul>Managed App or an Identity Source from where the user is synced. If enabled, this Managed App or Identity Source can be used for performing delegated authentication.",
"type":"object",
"properties":{
"value":{
"type":"string",
"description":"<b>Added In:</b> 18.2.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: true</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>App identifier",
"minLength":1,
"maxLength":40
},
"type":{
"type":"string",
"enum":[
"IdentitySource",
"App",
"IdentityProvider"
],
"description":"<b>Added In:</b> 18.2.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsDefaultValue: IdentitySource</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: immutable</li><li>required: true</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>A label that indicates whether this is an App or IdentitySource.",
"maxLength":40
},
"$ref":{
"type":"string",
"description":"<b>Added In:</b> 18.2.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: reference</li><li>uniqueness: none</li></ul>App URI"
},
"display":{
"type":"string",
"description":"<b>Added In:</b> 18.2.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>App Display Name"
}
},
"required":[
"value",
"type"
]
},
"applicableAuthenticationTargetApp":{
"description":"<b>Added In:</b> 18.1.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value]</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>The app against which the user will authenticate. The value is not persisted but rather calculated. If the user's delegatedAuthenticationTargetApp is set, that value is returned. Otherwise, the app returned by evaluating the user's applicable Delegated Authentication Policy is returned.",
"type":"object",
"properties":{
"value":{
"type":"string",
"description":"<b>Added In:</b> 18.1.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>App identifier"
},
"$ref":{
"type":"string",
"description":"<b>Added In:</b> 18.1.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: reference</li><li>uniqueness: none</li></ul>App URI"
},
"type":{
"type":"string",
"description":"<b>Added In:</b> 18.1.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: true</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>A label that indicates whether this is an App or IdentitySource."
},
"display":{
"type":"string",
"description":"<b>Added In:</b> 18.1.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>App Display Name"
},
"targetRequestTimeout":{
"type":"integer",
"description":"<b>Added In:</b> 18.2.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: integer</li><li>uniqueness: none</li></ul>Timeout interval for Synchronization TargetAction in milliseconds"
}
},
"required":[
"type"
]
},
"delegatedAuthenticationTargetApp":{
"description":"<b>Added In:</b> 17.4.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value]</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: complex</li><li>uniqueness: none</li></ul>If set, indicates the user's preferred authentication target app. If not set and the user's \\\"syncedFromApp\\\" is set and is enabled for delegated authentication, it is used. Otherwise, the user authenticates locally to Oracle Identity Cloud Service.",
"type":"object",
"properties":{
"value":{
"type":"string",
"description":"<b>Added In:</b> 17.4.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: true</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>App identifier",
"minLength":1,
"maxLength":40
},
"$ref":{
"type":"string",
"description":"<b>Added In:</b> 17.4.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: reference</li><li>uniqueness: none</li></ul>App URI"
},
"type":{
"type":"string",
"enum":[
"App",
"IdentitySource"
],
"description":"<b>Added In:</b> 17.4.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsDefaultValue: IdentitySource</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: true</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>A label that indicates whether this is an App or IdentitySource.",
"maxLength":40
},
"display":{
"type":"string",
"description":"<b>Added In:</b> 17.4.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>App Display Name"
}
},
"required":[
"value",
"type"
]
},
"accounts":{
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsPii: true</li><li>idcsSearchable: true</li><li>multiValued: true</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>Accounts assigned to this User. Each value of this attribute refers to an app-specific identity that is owned by this User. Therefore, this attribute is a convenience that allows one to see on each User the Apps to which that User has access.",
"type":"array",
"items":{
"$ref":"#/definitions/accounts"
}
},
"grants":{
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: true</li><li>multiValued: true</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>Grants to this User. Each value of this attribute refers to a Grant to this User of some App (and optionally of some entitlement). Therefore, this attribute is a convenience that allows one to see on each User all of the Grants to that User.",
"type":"array",
"items":{
"$ref":"#/definitions/grants"
}
},
"appRoles":{
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value]</li><li>multiValued: true</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>A list of all AppRoles to which this User belongs directly, indirectly or implicitly. The User could belong directly because the User is a member of the AppRole, could belong indirectly because the User is a member of a Group that is a member of the AppRole, or could belong implicitly because the AppRole is public.",
"type":"array",
"items":{
"$ref":"#/definitions/appRoles"
}
}
},
"description":"Oracle Identity Cloud Service User"
}
Nested Schema : urn:ietf:params:scim:schemas:oracle:idcs:extension:userCredentials:User
Type: object
User's credentials
Show Source
-
apiKeys(optional):
array apiKeys
Added In: 2012271618
SCIM++ Properties:- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
A list of api keys corresponding to user.
-
authTokens(optional):
array authTokens
Added In: 2012271618
SCIM++ Properties:- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
A list of auth tokens corresponding to user.
-
customerSecretKeys(optional):
array customerSecretKeys
Added In: 2102181953
SCIM++ Properties:- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
A list of customer secret keys corresponding to user.
-
dbCredentials(optional):
array dbCredentials
Added In: 2102181953
SCIM++ Properties:- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
A list of db credentials corresponding to user.
-
oAuth2ClientCredentials(optional):
array oAuth2ClientCredentials
Added In: 2012271618
SCIM++ Properties:- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
A list of oauth2 client credentials corresponding to user.
-
smtpCredentials(optional):
array smtpCredentials
Added In: 2012271618
SCIM++ Properties:- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
A list of smtp credentials corresponding to user.
{
"type":"object",
"properties":{
"dbCredentials":{
"description":"<b>Added In:</b> 2102181953<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value]</li><li>idcsSearchable: true</li><li>multiValued: true</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>A list of db credentials corresponding to user.",
"type":"array",
"items":{
"$ref":"#/definitions/dbCredentials"
}
},
"customerSecretKeys":{
"description":"<b>Added In:</b> 2102181953<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value]</li><li>idcsSearchable: true</li><li>multiValued: true</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>A list of customer secret keys corresponding to user.",
"type":"array",
"items":{
"$ref":"#/definitions/customerSecretKeys"
}
},
"authTokens":{
"description":"<b>Added In:</b> 2012271618<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value]</li><li>idcsSearchable: true</li><li>multiValued: true</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>A list of auth tokens corresponding to user.",
"type":"array",
"items":{
"$ref":"#/definitions/authTokens"
}
},
"smtpCredentials":{
"description":"<b>Added In:</b> 2012271618<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value]</li><li>idcsSearchable: true</li><li>multiValued: true</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>A list of smtp credentials corresponding to user.",
"type":"array",
"items":{
"$ref":"#/definitions/smtpCredentials"
}
},
"apiKeys":{
"description":"<b>Added In:</b> 2012271618<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value]</li><li>idcsSearchable: true</li><li>multiValued: true</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>A list of api keys corresponding to user.",
"type":"array",
"items":{
"$ref":"#/definitions/apiKeys"
}
},
"oAuth2ClientCredentials":{
"description":"<b>Added In:</b> 2012271618<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value]</li><li>idcsSearchable: true</li><li>multiValued: true</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>A list of oauth2 client credentials corresponding to user.",
"type":"array",
"items":{
"$ref":"#/definitions/oAuth2ClientCredentials"
}
}
},
"description":"User's credentials"
}
Nested Schema : urn:ietf:params:scim:schemas:oracle:idcs:extension:userState:User
Type: object
This extension defines attributes used to manage account passwords within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use passwords.
Show Source
-
lastFailedLoginDate(optional):
string
SCIM++ Properties:- idcsSearchable: false
- idcsAllowUpdatesInReadOnlyMode: true
- multiValued: false
- mutability: readOnly
- idcsRequiresWriteForAccessFlows: true
- required: false
- returned: request
- type: dateTime
- uniqueness: none
The last failed login date
-
lastSuccessfulLoginDate(optional):
string
SCIM++ Properties:- idcsSearchable: true
- idcsAllowUpdatesInReadOnlyMode: true
- multiValued: false
- mutability: readOnly
- idcsRequiresWriteForAccessFlows: true
- required: false
- returned: request
- type: dateTime
- uniqueness: none
The last successful login date
-
locked(optional):
object locked
SCIM++ Properties:- idcsCsvAttributeNameMappings: [[columnHeaderName:Locked, mapsTo:locked.on], [columnHeaderName:Locked Reason, mapsTo:locked.reason], [columnHeaderName:Locked Date, mapsTo:locked.lockDate]]
- idcsSearchable: false
- idcsAllowUpdatesInReadOnlyMode: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
A complex attribute that indicates an account is locked (blocking new sessions)
-
loginAttempts(optional):
integer
SCIM++ Properties:- idcsSearchable: false
- idcsAllowUpdatesInReadOnlyMode: true
- multiValued: false
- mutability: readOnly
- idcsRequiresWriteForAccessFlows: true
- idcsRequiresImmediateReadAfterWriteForAccessFlows: true
- required: false
- returned: request
- type: integer
- uniqueness: none
The number of failed login attempts. The value is reset to 0 after a successful login.
-
maxConcurrentSessions(optional):
integer
Added In: 20.1.3
SCIM++ Properties:- caseExact: false
- idcsMaxValue: 999
- idcsMinValue: 1
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: integer
- uniqueness: none
Maximum number of concurrent sessions for a User
-
previousSuccessfulLoginDate(optional):
string
SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- idcsRequiresWriteForAccessFlows: true
- required: false
- returned: request
- type: dateTime
- uniqueness: none
The previous successful login date
-
recoveryAttempts(optional):
integer
Added In: 19.1.4
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- idcsRequiresWriteForAccessFlows: true
- required: false
- returned: request
- type: integer
- uniqueness: none
The number of failed recovery attempts. The value is reset to 0 after a successful login.
-
recoveryEnrollAttempts(optional):
integer
Added In: 19.1.4
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: integer
- uniqueness: none
The number of failed account recovery enrollment attempts.
-
recoveryLocked(optional):
object recoveryLocked
Added In: 19.1.4
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
A complex attribute that indicates an password recovery is locked (blocking new sessions)
{
"type":"object",
"properties":{
"lastSuccessfulLoginDate":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: true</li><li>idcsAllowUpdatesInReadOnlyMode: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>idcsRequiresWriteForAccessFlows: true</li><li>required: false</li><li>returned: request</li><li>type: dateTime</li><li>uniqueness: none</li></ul>The last successful login date"
},
"previousSuccessfulLoginDate":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>idcsRequiresWriteForAccessFlows: true</li><li>required: false</li><li>returned: request</li><li>type: dateTime</li><li>uniqueness: none</li></ul>The previous successful login date"
},
"lastFailedLoginDate":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>idcsAllowUpdatesInReadOnlyMode: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>idcsRequiresWriteForAccessFlows: true</li><li>required: false</li><li>returned: request</li><li>type: dateTime</li><li>uniqueness: none</li></ul>The last failed login date"
},
"loginAttempts":{
"type":"integer",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>idcsAllowUpdatesInReadOnlyMode: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>idcsRequiresWriteForAccessFlows: true</li><li>idcsRequiresImmediateReadAfterWriteForAccessFlows: true</li><li>required: false</li><li>returned: request</li><li>type: integer</li><li>uniqueness: none</li></ul>The number of failed login attempts. The value is reset to 0 after a successful login."
},
"recoveryAttempts":{
"type":"integer",
"description":"<b>Added In:</b> 19.1.4<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>idcsRequiresWriteForAccessFlows: true</li><li>required: false</li><li>returned: request</li><li>type: integer</li><li>uniqueness: none</li></ul>The number of failed recovery attempts. The value is reset to 0 after a successful login."
},
"recoveryEnrollAttempts":{
"type":"integer",
"description":"<b>Added In:</b> 19.1.4<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: integer</li><li>uniqueness: none</li></ul>The number of failed account recovery enrollment attempts."
},
"maxConcurrentSessions":{
"type":"integer",
"description":"<b>Added In:</b> 20.1.3<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsMaxValue: 999</li><li>idcsMinValue: 1</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: integer</li><li>uniqueness: none</li></ul>Maximum number of concurrent sessions for a User"
},
"recoveryLocked":{
"description":"<b>Added In:</b> 19.1.4<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: complex</li><li>uniqueness: none</li></ul>A complex attribute that indicates an password recovery is locked (blocking new sessions)",
"type":"object",
"properties":{
"on":{
"type":"boolean",
"description":"<b>Added In:</b> 19.1.4<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>idcsRequiresWriteForAccessFlows: true</li><li>required: false</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>Indicates that the rev is locked"
},
"lockDate":{
"type":"string",
"description":"<b>Added In:</b> 19.1.4<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>idcsRequiresWriteForAccessFlows: true</li><li>required: false</li><li>returned: default</li><li>type: dateTime</li><li>uniqueness: none</li></ul>The date and time that the current resource was locked"
}
}
},
"locked":{
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsCsvAttributeNameMappings: [[columnHeaderName:Locked, mapsTo:locked.on], [columnHeaderName:Locked Reason, mapsTo:locked.reason], [columnHeaderName:Locked Date, mapsTo:locked.lockDate]]</li><li>idcsSearchable: false</li><li>idcsAllowUpdatesInReadOnlyMode: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: complex</li><li>uniqueness: none</li></ul>A complex attribute that indicates an account is locked (blocking new sessions)",
"type":"object",
"properties":{
"reason":{
"type":"integer",
"enum":[
"0",
"1",
"2",
"3",
"4",
"5"
],
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>idcsRequiresWriteForAccessFlows: true</li><li>idcsRequiresImmediateReadAfterWriteForAccessFlows: true</li><li>required: false</li><li>returned: default</li><li>type: integer</li><li>uniqueness: none</li></ul>Indicates the reason for locking. Valid values are: 0 - failed password login attempts, 1 - admin lock, 2 - failed reset password attempts, 3 - failed MFA login attempts, 4 - failed MFA login attempts for federated user, 5 - failed Database login attempts"
},
"on":{
"type":"boolean",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>idcsRequiresWriteForAccessFlows: true</li><li>idcsRequiresImmediateReadAfterWriteForAccessFlows: true</li><li>required: false</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>Indicates tat the account is locked"
},
"lockDate":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>idcsRequiresWriteForAccessFlows: true</li><li>required: false</li><li>returned: default</li><li>type: dateTime</li><li>uniqueness: none</li></ul>The date and time that the current resource was locked"
},
"Is Password Expired":{
"type":"boolean",
"description":"<b>Added In:</b> 20.1.3<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: request</li><li>type: boolean</li><li>uniqueness: none</li></ul>Indicates whether user password is expired. If this value is false, password expiry will still be evaluated during user login."
}
}
}
},
"description":"This extension defines attributes used to manage account passwords within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use passwords."
}
Nested Schema : x509Certificates
Type: array
SCIM++ Properties:- idcsCompositeKey: [value]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
A list of certificates issued to the User.
Show Source
{
"type":"array",
"items":{
"$ref":"#/definitions/x509Certificates"
},
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value]</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: complex</li><li>uniqueness: none</li></ul>A list of certificates issued to the User."
}
Nested Schema : addresses
Type: object
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.
Show Source
-
country(optional):
string
Minimum Length: 1
Maximum Length: 100
SCIM++ Properties:- caseExact: false
- idcsCanonicalValueSourceFilter: attrName eq "countries" and attrValues.value eq "upper($(country))"
- idcsCanonicalValueSourceResourceType: AllowedValue
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
The country name component.
-
formatted(optional):
string
-
locality(optional):
string
Minimum Length: 1
Maximum Length: 128
SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
The city or locality component.
-
postalCode(optional):
string
Maximum Length: 50
SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
The zipcode or postal code component.
-
primary(optional):
boolean
SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
-
region(optional):
string
Minimum Length: 1
Maximum Length: 128
SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
The state or region component.
-
streetAddress(optional):
string
Minimum Length: 1
Maximum Length: 1024
SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
The full street address component, which may include house number, street name, PO BOX, and multi-line extended street address information. This attribute MAY contain newlines.
-
type:
string
Allowed Values: [
"work",
"home",
"other"
]
SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
A label indicating the attribute's function; e.g., 'work' or 'home'.
{
"type":"object",
"description":"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.",
"required":[
"type"
],
"properties":{
"formatted":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>The full mailing address, formatted for display or use with a mailing label. This attribute MAY contain newlines.",
"minLength":1,
"maxLength":4000
},
"streetAddress":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>The full street address component, which may include house number, street name, PO BOX, and multi-line extended street address information. This attribute MAY contain newlines.",
"minLength":1,
"maxLength":1024
},
"locality":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>The city or locality component.",
"minLength":1,
"maxLength":128
},
"region":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>The state or region component.",
"minLength":1,
"maxLength":128
},
"postalCode":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>The zipcode or postal code component.",
"maxLength":50
},
"country":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsCanonicalValueSourceFilter: attrName eq \"countries\" and attrValues.value eq \"upper($(country))\"</li><li>idcsCanonicalValueSourceResourceType: AllowedValue</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>The country name component.",
"minLength":1,
"maxLength":100
},
"type":{
"type":"string",
"enum":[
"work",
"home",
"other"
],
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: true</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>A label indicating the attribute's function; e.g., 'work' or 'home'."
},
"primary":{
"type":"boolean",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once."
}
}
}
Nested Schema : emails
Type: object
A complex attribute representing emails
Show Source
-
pendingVerificationData(optional):
string
Maximum Length: 4000
Added In: 19.1.4
SCIM++ Properties:- caseExact: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Pending e-mail address verification
-
primary(optional):
boolean
SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
A Boolean value that indicates whether the email address is the primary email address. The primary attribute value 'true' MUST appear no more than once.
-
secondary(optional):
boolean
Added In: 18.2.6
SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
A Boolean value that indicates whether the email address is the secondary email address. The secondary attribute value 'true' MUST appear no more than once.
-
type:
string
Allowed Values: [
"work",
"home",
"other",
"recovery"
]
SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
Type of email address
-
value:
string
Minimum Length: 5
Maximum Length: 256
SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
Email address
-
verified(optional):
boolean
SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
A Boolean value that indicates whether or not the e-mail address is verified
{
"type":"object",
"description":"A complex attribute representing emails",
"required":[
"value",
"type"
],
"properties":{
"value":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: true</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Email address",
"minLength":5,
"maxLength":256
},
"type":{
"type":"string",
"enum":[
"work",
"home",
"other",
"recovery"
],
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: true</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Type of email address"
},
"primary":{
"type":"boolean",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>A Boolean value that indicates whether the email address is the primary email address. The primary attribute value 'true' MUST appear no more than once."
},
"secondary":{
"type":"boolean",
"description":"<b>Added In:</b> 18.2.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>A Boolean value that indicates whether the email address is the secondary email address. The secondary attribute value 'true' MUST appear no more than once."
},
"verified":{
"type":"boolean",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>A Boolean value that indicates whether or not the e-mail address is verified"
},
"pendingVerificationData":{
"type":"string",
"description":"<b>Added In:</b> 19.1.4<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Pending e-mail address verification",
"maxLength":4000
}
}
}
Nested Schema : entitlements
Type: object
A list of entitlements for the User that represent a thing the User has.
Show Source
-
display(optional):
string
Minimum Length: 1
Maximum Length: 100
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
A human readable name, primarily used for display purposes.
-
primary(optional):
boolean
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
-
type:
string
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
A label indicating the attribute's function.
-
value:
string
Minimum Length: 1
Maximum Length: 100
SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
The value of an entitlement.
{
"type":"object",
"description":"A list of entitlements for the User that represent a thing the User has.",
"required":[
"value",
"type"
],
"properties":{
"value":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: true</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>The value of an entitlement.",
"minLength":1,
"maxLength":100
},
"display":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>A human readable name, primarily used for display purposes.",
"minLength":1,
"maxLength":100
},
"type":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: true</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>A label indicating the attribute's function."
},
"primary":{
"type":"boolean",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once."
}
}
}
Nested Schema : groups
Type: object
A list of groups of which the User or App is a member, either thorough direct membership, nested groups, or dynamically calculated
Show Source
-
$ref(optional):
string
SCIM++ Properties:- type: reference
- multiValued: false
- required: false
- mutability: readOnly
- returned: default
- uniqueness: none
- idcsSearchable: false
The URI of the corresponding Group resource to which the user belongs
-
display(optional):
string
SCIM++ Properties:- type: string
- multiValued: false
- required: false
- mutability: readOnly
- returned: default
- uniqueness: none
- idcsSearchable: false
A human readable name, primarily used for display purposes. READ-ONLY.
-
externalId(optional):
string
SCIM++ Properties:- type: string
- multiValued: false
- required: false
- mutability: readOnly
- returned: default
- uniqueness: none
- idcsSearchable: false
An identifier for Group as defined by the Service Consumer. READ-ONLY.
-
nonUniqueDisplay(optional):
string
SCIM++ Properties:- type: string
- multiValued: false
- required: false
- mutability: readOnly
- returned: default
- uniqueness: none
- idcsSearchable: false
A human readable name for Group as defined by the Service Consumer. READ-ONLY.
-
type:
string
Allowed Values: [
"direct",
"indirect"
]
SCIM++ Properties:- type: string
- multiValued: false
- required: true
- mutability: readOnly
- returned: request
- uniqueness: none
- idcsSearchable: true
A label indicating the attribute's function; e.g., 'direct' or 'indirect'.
-
value:
string
SCIM++ Properties:- type: string
- multiValued: false
- required: true
- caseExact: false
- mutability: readOnly
- idcsSearchable: true
- returned: default
- uniqueness: none
The identifier of the User's group.
{
"type":"object",
"description":"A list of groups of which the User or App is a member, either thorough direct membership, nested groups, or dynamically calculated",
"required":[
"value",
"type"
],
"properties":{
"value":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>type: string</li><li>multiValued: false</li><li>required: true</li><li>caseExact: false</li><li>mutability: readOnly</li><li>idcsSearchable: true</li><li>returned: default</li><li>uniqueness: none</li></ul>The identifier of the User's group."
},
"$ref":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>type: reference</li><li>multiValued: false</li><li>required: false</li><li>mutability: readOnly</li><li>returned: default</li><li>uniqueness: none</li><li>idcsSearchable: false</li></ul>The URI of the corresponding Group resource to which the user belongs"
},
"display":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>type: string</li><li>multiValued: false</li><li>required: false</li><li>mutability: readOnly</li><li>returned: default</li><li>uniqueness: none</li><li>idcsSearchable: false</li></ul>A human readable name, primarily used for display purposes. READ-ONLY."
},
"nonUniqueDisplay":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>type: string</li><li>multiValued: false</li><li>required: false</li><li>mutability: readOnly</li><li>returned: default</li><li>uniqueness: none</li><li>idcsSearchable: false</li></ul>A human readable name for Group as defined by the Service Consumer. READ-ONLY."
},
"externalId":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>type: string</li><li>multiValued: false</li><li>required: false</li><li>mutability: readOnly</li><li>returned: default</li><li>uniqueness: none</li><li>idcsSearchable: false</li></ul>An identifier for Group as defined by the Service Consumer. READ-ONLY."
},
"type":{
"type":"string",
"enum":[
"direct",
"indirect"
],
"description":"<b>SCIM++ Properties:</b><br/><ul><li>type: string</li><li>multiValued: false</li><li>required: true</li><li>mutability: readOnly</li><li>returned: request</li><li>uniqueness: none</li><li>idcsSearchable: true</li></ul>A label indicating the attribute's function; e.g., 'direct' or 'indirect'."
}
}
}
Nested Schema : ims
Type: object
User's instant messaging addresses
Show Source
-
display(optional):
string
Minimum Length: 1
Maximum Length: 100
SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
A human-readable name, primarily used for display purposes
-
primary(optional):
boolean
SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
A Boolean value that indicates the 'primary' or preferred attribute value for this attribute--for example, the preferred messenger or primary messenger. The primary attribute value 'true' MUST appear no more than once.
-
type:
string
Allowed Values: [
"aim",
"gtalk",
"icq",
"xmpp",
"msn",
"skype",
"qq",
"yahoo"
]
SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
A label that indicates the attribute's function--for example, 'aim', 'gtalk', or 'mobile'
-
value:
string
Minimum Length: 1
Maximum Length: 100
SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
User's instant messaging address
{
"type":"object",
"description":"User's instant messaging addresses",
"required":[
"value",
"type"
],
"properties":{
"value":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: true</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>User's instant messaging address",
"minLength":1,
"maxLength":100
},
"display":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>A human-readable name, primarily used for display purposes",
"minLength":1,
"maxLength":100
},
"type":{
"type":"string",
"enum":[
"aim",
"gtalk",
"icq",
"xmpp",
"msn",
"skype",
"qq",
"yahoo"
],
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: true</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>A label that indicates the attribute's function--for example, 'aim', 'gtalk', or 'mobile'"
},
"primary":{
"type":"boolean",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>A Boolean value that indicates the 'primary' or preferred attribute value for this attribute--for example, the preferred messenger or primary messenger. The primary attribute value 'true' MUST appear no more than once."
}
}
}
Nested Schema : phoneNumbers
Type: object
Phone numbers
Show Source
-
display(optional):
string
Minimum Length: 1
Maximum Length: 100
SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
A human-readable name, primarily used for display purposes. READ ONLY
-
primary(optional):
boolean
SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
A Boolean value that indicates the 'primary' or preferred attribute value for this attribute--for example, the preferred phone number or primary phone number. The primary attribute value 'true' MUST appear no more than once.
-
type:
string
Allowed Values: [
"work",
"home",
"mobile",
"fax",
"pager",
"other",
"recovery"
]
SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
A label that indicates the attribute's function- for example, 'work', 'home', or 'mobile'
-
value:
string
Minimum Length: 1
Maximum Length: 100
SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
User's phone number
-
verified(optional):
boolean
SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
A Boolean value that indicates if the phone number is verified.
{
"type":"object",
"description":"Phone numbers",
"required":[
"value",
"type"
],
"properties":{
"value":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: true</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>User's phone number",
"minLength":1,
"maxLength":100
},
"display":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>A human-readable name, primarily used for display purposes. READ ONLY",
"minLength":1,
"maxLength":100
},
"type":{
"type":"string",
"enum":[
"work",
"home",
"mobile",
"fax",
"pager",
"other",
"recovery"
],
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: true</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>A label that indicates the attribute's function- for example, 'work', 'home', or 'mobile'"
},
"primary":{
"type":"boolean",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>A Boolean value that indicates the 'primary' or preferred attribute value for this attribute--for example, the preferred phone number or primary phone number. The primary attribute value 'true' MUST appear no more than once."
},
"verified":{
"type":"boolean",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>A Boolean value that indicates if the phone number is verified."
}
}
}
Nested Schema : photos
Type: object
URLs of photos for the User
Show Source
-
display(optional):
string
Minimum Length: 1
Maximum Length: 100
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
A human readable name, primarily used for display purposes.
-
primary(optional):
boolean
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
A Boolean value indicating the 'primary' or preferred attribute value for this attribute, e.g., the preferred photo or thumbnail. The primary attribute value 'true' MUST appear no more than once.
-
type:
string
Allowed Values: [
"photo",
"thumbnail"
]
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
A label indicating the attribute's function; e.g., 'photo' or 'thumbnail'.
-
value:
string
Minimum Length: 1
Maximum Length: 2000
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: reference
- uniqueness: none
URL of a photo for the User
{
"type":"object",
"description":"URLs of photos for the User",
"required":[
"value",
"type"
],
"properties":{
"value":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: true</li><li>returned: default</li><li>type: reference</li><li>uniqueness: none</li></ul>URL of a photo for the User",
"minLength":1,
"maxLength":2000
},
"display":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>A human readable name, primarily used for display purposes.",
"minLength":1,
"maxLength":100
},
"type":{
"type":"string",
"enum":[
"photo",
"thumbnail"
],
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: true</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>A label indicating the attribute's function; e.g., 'photo' or 'thumbnail'."
},
"primary":{
"type":"boolean",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>A Boolean value indicating the 'primary' or preferred attribute value for this attribute, e.g., the preferred photo or thumbnail. The primary attribute value 'true' MUST appear no more than once."
}
}
}
Nested Schema : roles
Type: object
A list of roles for the User that collectively represent who the User is; e.g., 'Student', 'Faculty'.
Show Source
-
display(optional):
string
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
A human readable name, primarily used for display purposes.
-
primary(optional):
boolean
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
-
type:
string
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
A label indicating the attribute's function.
-
value:
string
Maximum Length: 100
SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
The value of a role.
{
"type":"object",
"description":"A list of roles for the User that collectively represent who the User is; e.g., 'Student', 'Faculty'.",
"required":[
"value",
"type"
],
"properties":{
"value":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: true</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>The value of a role.",
"maxLength":100
},
"display":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>A human readable name, primarily used for display purposes."
},
"type":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: true</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>A label indicating the attribute's function."
},
"primary":{
"type":"boolean",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once."
}
}
}
Nested Schema : manager
Type: object
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
The User's manager. A complex type that optionally allows Service Providers to represent organizational hierarchy by referencing the 'id' attribute of another User.
Show Source
-
$ref(optional):
string
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
The URI of the SCIM resource representing the User's manager. RECOMMENDED.
-
displayName(optional):
string
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
The displayName of the User's manager. OPTIONAL and READ-ONLY.
-
value(optional):
string
Minimum Length: 1
Maximum Length: 40
SCIM++ Properties:- idcsCsvAttributeName: Manager Name
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
The id of the SCIM resource representing the User's manager. RECOMMENDED.
{
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsCsvAttributeNameMappings: [[columnHeaderName:Manager, deprecatedColumnHeaderName:Manager Name, mapsTo:manager.value]]</li><li>idcsPii: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: complex</li><li>uniqueness: none</li></ul>The User's manager. A complex type that optionally allows Service Providers to represent organizational hierarchy by referencing the 'id' attribute of another User.",
"type":"object",
"properties":{
"value":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsCsvAttributeName: Manager Name</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>The id of the SCIM resource representing the User's manager. RECOMMENDED.",
"minLength":1,
"maxLength":40
},
"$ref":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: reference</li><li>uniqueness: none</li></ul>The URI of the SCIM resource representing the User's manager. RECOMMENDED."
},
"displayName":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>The displayName of the User's manager. OPTIONAL and READ-ONLY."
}
}
}
Nested Schema : riskScores
Type: array
Added In: 18.1.6
SCIM++ Properties:- caseExact: false
- idcsCompositeKey: [value]
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
The risk score pertaining to the user.
Show Source
-
Array of:
object riskScores
Added In: 18.1.6
SCIM++ Properties:- caseExact: false
- idcsCompositeKey: [value]
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
The risk score pertaining to the user.
{
"description":"<b>Added In:</b> 18.1.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsCompositeKey: [value]</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>The risk score pertaining to the user.",
"type":"array",
"items":{
"$ref":"#/definitions/riskScores"
}
}
Nested Schema : riskScores
Type: object
Added In: 18.1.6
SCIM++ Properties:- caseExact: false
- idcsCompositeKey: [value]
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
The risk score pertaining to the user.
Show Source
-
$ref(optional):
string
Added In: 18.1.6
SCIM++ Properties:- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: always
- type: reference
- uniqueness: none
Risk Provider Profile URI: URI that corresponds to risk source identifier.
-
lastUpdateTimestamp:
string
Added In: 18.1.6
SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: always
- type: dateTime
- uniqueness: none
Last update timestamp for the risk score
-
riskLevel:
string
Allowed Values: [
"LOW",
"MEDIUM",
"HIGH"
]
Added In: 18.1.6
SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: always
- type: string
- uniqueness: none
Risk Level
-
score:
integer
Added In: 18.1.6
SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: always
- type: integer
- uniqueness: none
Risk Score value
-
source(optional):
string
Added In: 18.1.6
SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: always
- type: string
- uniqueness: none
Risk Provider Profile Source
-
status(optional):
string
Added In: 18.1.6
SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: always
- type: string
- uniqueness: none
Risk Provider Profile status
-
value:
string
Maximum Length: 40
Added In: 18.1.6
SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: always
- type: string
- uniqueness: none
Risk Provider Profile: Identifier for the provider service from which the risk score was received.
{
"type":"object",
"description":"<b>Added In:</b> 18.1.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsCompositeKey: [value]</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>The risk score pertaining to the user.",
"required":[
"value",
"score",
"riskLevel",
"lastUpdateTimestamp"
],
"properties":{
"value":{
"type":"string",
"description":"<b>Added In:</b> 18.1.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: true</li><li>returned: always</li><li>type: string</li><li>uniqueness: none</li></ul>Risk Provider Profile: Identifier for the provider service from which the risk score was received.",
"maxLength":40
},
"$ref":{
"type":"string",
"description":"<b>Added In:</b> 18.1.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: always</li><li>type: reference</li><li>uniqueness: none</li></ul>Risk Provider Profile URI: URI that corresponds to risk source identifier."
},
"source":{
"type":"string",
"description":"<b>Added In:</b> 18.1.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: always</li><li>type: string</li><li>uniqueness: none</li></ul>Risk Provider Profile Source"
},
"status":{
"type":"string",
"description":"<b>Added In:</b> 18.1.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: always</li><li>type: string</li><li>uniqueness: none</li></ul>Risk Provider Profile status"
},
"score":{
"type":"integer",
"description":"<b>Added In:</b> 18.1.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: true</li><li>returned: always</li><li>type: integer</li><li>uniqueness: none</li></ul>Risk Score value"
},
"riskLevel":{
"type":"string",
"enum":[
"LOW",
"MEDIUM",
"HIGH"
],
"description":"<b>Added In:</b> 18.1.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: true</li><li>returned: always</li><li>type: string</li><li>uniqueness: none</li></ul>Risk Level"
},
"lastUpdateTimestamp":{
"type":"string",
"description":"<b>Added In:</b> 18.1.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: true</li><li>returned: always</li><li>type: dateTime</li><li>uniqueness: none</li></ul>Last update timestamp for the risk score"
}
}
}
Nested Schema : dbPasswordHistory
Type: array
Added In: 2102181953
SCIM++ Properties:- idcsCompositeKey: [value, sequenceNumber]
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: false
- returned: never
- type: complex
- uniqueness: none
A complex attribute to represent password history
Show Source
-
Array of:
object dbPasswordHistory
Added In: 2102181953
SCIM++ Properties:- idcsCompositeKey: [value, sequenceNumber]
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: false
- returned: never
- type: complex
- uniqueness: none
A complex attribute to represent password history
{
"description":"<b>Added In:</b> 2102181953<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value, sequenceNumber]</li><li>idcsSearchable: false</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: never</li><li>type: complex</li><li>uniqueness: none</li></ul>A complex attribute to represent password history",
"type":"array",
"items":{
"$ref":"#/definitions/dbPasswordHistory"
}
}
Nested Schema : dbPasswordHistory
Type: object
Added In: 2102181953
SCIM++ Properties:- idcsCompositeKey: [value, sequenceNumber]
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: false
- returned: never
- type: complex
- uniqueness: none
A complex attribute to represent password history
Show Source
{
"type":"object",
"description":"<b>Added In:</b> 2102181953<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value, sequenceNumber]</li><li>idcsSearchable: false</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: never</li><li>type: complex</li><li>uniqueness: none</li></ul>A complex attribute to represent password history",
"properties":{
}
}
Nested Schema : dbGlobalRoles
Type: array
Added In: 18.2.2
SCIM++ Properties:- idcsSearchable: false
- idcsSensitive: none
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
DB global roles to which the user is granted access.
Show Source
{
"type":"array",
"items":{
"type":"string"
},
"description":"<b>Added In:</b> 18.2.2<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>idcsSensitive: none</li><li>multiValued: true</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: string</li><li>uniqueness: none</li></ul>DB global roles to which the user is granted access."
}
Nested Schema : passwordVerifiers
Type: array
Added In: 18.2.2
SCIM++ Properties:- idcsCompositeKey: [type]
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
Password Verifiers for DB User.
Show Source
-
Array of:
object passwordVerifiers
Added In: 18.2.2
SCIM++ Properties:- idcsCompositeKey: [type]
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
Password Verifiers for DB User.
{
"description":"<b>Added In:</b> 18.2.2<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [type]</li><li>idcsSearchable: true</li><li>multiValued: true</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>Password Verifiers for DB User.",
"type":"array",
"items":{
"$ref":"#/definitions/passwordVerifiers"
}
}
Nested Schema : passwordVerifiers
Type: object
Added In: 18.2.2
SCIM++ Properties:- idcsCompositeKey: [type]
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
Password Verifiers for DB User.
Show Source
-
type:
string
Added In: 18.2.2
SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
Type of database password verifier (for example, MR-SHA512 or SSHA).
-
value:
string
Added In: 18.2.2
SCIM++ Properties:- caseExact: true
- idcsSearchable: false
- idcsSensitive: none
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
Hash value of database password verifier.
{
"type":"object",
"description":"<b>Added In:</b> 18.2.2<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [type]</li><li>idcsSearchable: true</li><li>multiValued: true</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>Password Verifiers for DB User.",
"required":[
"type",
"value"
],
"properties":{
"type":{
"type":"string",
"description":"<b>Added In:</b> 18.2.2<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: true</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Type of database password verifier (for example, MR-SHA512 or SSHA)."
},
"value":{
"type":"string",
"description":"<b>Added In:</b> 18.2.2<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: false</li><li>idcsSensitive: none</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: true</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Hash value of database password verifier."
}
}
}
Nested Schema : realmUsers
Type: array
SCIM++ Properties:- idcsCompositeKey: [value]
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
A list of kerberos realm users for an Oracle Identity Cloud Service User
Show Source
-
Array of:
object realmUsers
SCIM++ Properties:- idcsCompositeKey: [value]
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
A list of kerberos realm users for an Oracle Identity Cloud Service User
{
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value]</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>A list of kerberos realm users for an Oracle Identity Cloud Service User",
"type":"array",
"items":{
"$ref":"#/definitions/realmUsers"
}
}
Nested Schema : realmUsers
Type: object
SCIM++ Properties:- idcsCompositeKey: [value]
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
A list of kerberos realm users for an Oracle Identity Cloud Service User
Show Source
-
$ref(optional):
string
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
The URI of the corresponding KerberosRealmUser resource associated with the Oracle Identity Cloud Service User.
-
principalName(optional):
string
SCIM++ Properties:- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Principal Name of the KerberosRealmUser associated with the Oracle Identity Cloud Service User.
-
realmName(optional):
string
SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Realm Name for the KerberosRealmUser associated with the Oracle Identity Cloud Service User.
-
value:
string
Maximum Length: 100
SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
id of the KerberosRealmUser associated with the Oracle Identity Cloud Service User.
{
"type":"object",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value]</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>A list of kerberos realm users for an Oracle Identity Cloud Service User",
"required":[
"value"
],
"properties":{
"value":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: true</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>id of the KerberosRealmUser associated with the Oracle Identity Cloud Service User.",
"maxLength":100
},
"$ref":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: reference</li><li>uniqueness: none</li></ul>The URI of the corresponding KerberosRealmUser resource associated with the Oracle Identity Cloud Service User."
},
"principalName":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsPii: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Principal Name of the KerberosRealmUser associated with the Oracle Identity Cloud Service User."
},
"realmName":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Realm Name for the KerberosRealmUser associated with the Oracle Identity Cloud Service User."
}
}
}
Nested Schema : bypassCodes
Type: array
Added In: 18.3.6
SCIM++ Properties:- idcsCompositeKey: [value]
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
A list of bypass codes belongs to user
Show Source
-
Array of:
object bypassCodes
Added In: 18.3.6
SCIM++ Properties:- idcsCompositeKey: [value]
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
A list of bypass codes belongs to user
{
"description":"<b>Added In:</b> 18.3.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value]</li><li>multiValued: true</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>A list of bypass codes belongs to user",
"type":"array",
"items":{
"$ref":"#/definitions/bypassCodes"
}
}
Nested Schema : devices
Type: array
Added In: 18.3.6
SCIM++ Properties:- idcsCompositeKey: [value]
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
A list of devices enrolled by the user.
Show Source
-
Array of:
object devices
Added In: 18.3.6
SCIM++ Properties:- idcsCompositeKey: [value]
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
A list of devices enrolled by the user.
{
"description":"<b>Added In:</b> 18.3.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value]</li><li>multiValued: true</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>A list of devices enrolled by the user.",
"type":"array",
"items":{
"$ref":"#/definitions/devices"
}
}
Nested Schema : mfaIgnoredApps
Type: array
Minimum Length: 1
Maximum Length: 40
Added In: 19.2.1
SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
User MFA Ignored Apps Identifiers
Show Source
{
"type":"array",
"items":{
"type":"string"
},
"description":"<b>Added In:</b> 19.2.1<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>User MFA Ignored Apps Identifiers",
"minLength":1,
"maxLength":40
}
Nested Schema : preferredDevice
Type: object
Added In: 18.3.6
SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
User preferred device
Show Source
-
$ref(optional):
string
Added In: 18.3.6
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
The URI that corresponds to the device resource
-
display(optional):
string
Added In: 18.3.6
SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Device display name
-
value:
string
Minimum Length: 1
Maximum Length: 40
Added In: 18.3.6
SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
The identifier of the User's preferred device
{
"description":"<b>Added In:</b> 18.3.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: complex</li><li>uniqueness: none</li></ul>User preferred device",
"type":"object",
"properties":{
"value":{
"type":"string",
"description":"<b>Added In:</b> 18.3.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: true</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>The identifier of the User's preferred device",
"minLength":1,
"maxLength":40
},
"$ref":{
"type":"string",
"description":"<b>Added In:</b> 18.3.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: reference</li><li>uniqueness: none</li></ul>The URI that corresponds to the device resource"
},
"display":{
"type":"string",
"description":"<b>Added In:</b> 18.3.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Device display name"
}
},
"required":[
"value"
]
}
Nested Schema : trustedUserAgents
Type: array
Added In: 18.3.6
SCIM++ Properties:- idcsCompositeKey: [value]
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
A list of trusted User Agents owned by this user. Multi-Factored Authentication uses Trusted User Agents to authenticate users. A User Agent is software application that a user uses to issue requests. For example, a User Agent could be a particular browser (possibly one of several executing on a desktop or laptop) or a particular mobile application (again, oneof several executing on a particular mobile device). A User Agent is trusted once the Multi-Factor Authentication has verified it in some way.
Show Source
-
Array of:
object trustedUserAgents
Added In: 18.3.6
SCIM++ Properties:- idcsCompositeKey: [value]
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
A list of trusted User Agents owned by this user. Multi-Factored Authentication uses Trusted User Agents to authenticate users. A User Agent is software application that a user uses to issue requests. For example, a User Agent could be a particular browser (possibly one of several executing on a desktop or laptop) or a particular mobile application (again, oneof several executing on a particular mobile device). A User Agent is trusted once the Multi-Factor Authentication has verified it in some way.
{
"description":"<b>Added In:</b> 18.3.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value]</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>A list of trusted User Agents owned by this user. Multi-Factored Authentication uses Trusted User Agents to authenticate users. A User Agent is software application that a user uses to issue requests. For example, a User Agent could be a particular browser (possibly one of several executing on a desktop or laptop) or a particular mobile application (again, oneof several executing on a particular mobile device). A User Agent is trusted once the Multi-Factor Authentication has verified it in some way.",
"type":"array",
"items":{
"$ref":"#/definitions/trustedUserAgents"
}
}
Nested Schema : bypassCodes
Type: object
Added In: 18.3.6
SCIM++ Properties:- idcsCompositeKey: [value]
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
A list of bypass codes belongs to user
Show Source
-
$ref(optional):
string
Added In: 18.3.6
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
The URI of the corresponding BypassCode resource which belongs to user
-
value:
string
Added In: 18.3.6
SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: always
- type: string
- uniqueness: none
The identifier of the User's bypass code.
{
"type":"object",
"description":"<b>Added In:</b> 18.3.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value]</li><li>multiValued: true</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>A list of bypass codes belongs to user",
"required":[
"value"
],
"properties":{
"value":{
"type":"string",
"description":"<b>Added In:</b> 18.3.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: true</li><li>returned: always</li><li>type: string</li><li>uniqueness: none</li></ul>The identifier of the User's bypass code."
},
"$ref":{
"type":"string",
"description":"<b>Added In:</b> 18.3.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: reference</li><li>uniqueness: none</li></ul>The URI of the corresponding BypassCode resource which belongs to user"
}
}
}
Nested Schema : devices
Type: object
Added In: 18.3.6
SCIM++ Properties:- idcsCompositeKey: [value]
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
A list of devices enrolled by the user.
Show Source
-
$ref(optional):
string
Added In: 18.3.6
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
The URI of the corresponding Device resource which belongs to user
-
authenticationMethod(optional):
string
Added In: 2009232244
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Authentication method.
-
display(optional):
string
Added In: 18.3.6
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
A human readable name, primarily used for display purposes. READ-ONLY.
-
factorStatus(optional):
string
Added In: 18.4.2
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Device authentication factor status.
-
factorType(optional):
string
Added In: 18.4.2
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Device authentication factor type.
-
lastSyncTime(optional):
string
Added In: 18.4.2
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: dateTime
- uniqueness: none
Last Sync time for device.
-
status(optional):
string
Added In: 18.4.2
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Device status.
-
thirdPartyVendorName(optional):
string
Added In: 2009232244
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Third party factor vendor name.
-
value:
string
Added In: 18.3.6
SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: always
- type: string
- uniqueness: none
The identifier of the User's device.
{
"type":"object",
"description":"<b>Added In:</b> 18.3.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value]</li><li>multiValued: true</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>A list of devices enrolled by the user.",
"required":[
"value"
],
"properties":{
"value":{
"type":"string",
"description":"<b>Added In:</b> 18.3.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: true</li><li>returned: always</li><li>type: string</li><li>uniqueness: none</li></ul>The identifier of the User's device."
},
"$ref":{
"type":"string",
"description":"<b>Added In:</b> 18.3.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: reference</li><li>uniqueness: none</li></ul>The URI of the corresponding Device resource which belongs to user"
},
"display":{
"type":"string",
"description":"<b>Added In:</b> 18.3.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>A human readable name, primarily used for display purposes. READ-ONLY."
},
"status":{
"type":"string",
"description":"<b>Added In:</b> 18.4.2<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Device status."
},
"lastSyncTime":{
"type":"string",
"description":"<b>Added In:</b> 18.4.2<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: dateTime</li><li>uniqueness: none</li></ul>Last Sync time for device."
},
"factorType":{
"type":"string",
"description":"<b>Added In:</b> 18.4.2<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Device authentication factor type."
},
"factorStatus":{
"type":"string",
"description":"<b>Added In:</b> 18.4.2<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Device authentication factor status."
},
"authenticationMethod":{
"type":"string",
"description":"<b>Added In:</b> 2009232244<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Authentication method."
},
"thirdPartyVendorName":{
"type":"string",
"description":"<b>Added In:</b> 2009232244<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Third party factor vendor name."
}
}
}
Nested Schema : trustedUserAgents
Type: object
Added In: 18.3.6
SCIM++ Properties:- idcsCompositeKey: [value]
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
A list of trusted User Agents owned by this user. Multi-Factored Authentication uses Trusted User Agents to authenticate users. A User Agent is software application that a user uses to issue requests. For example, a User Agent could be a particular browser (possibly one of several executing on a desktop or laptop) or a particular mobile application (again, oneof several executing on a particular mobile device). A User Agent is trusted once the Multi-Factor Authentication has verified it in some way.
Show Source
-
$ref(optional):
string
Added In: 18.3.6
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
The URI of the corresponding trusted user agent resource.
-
display(optional):
string
Added In: 18.3.6
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
A human-readable identifier for this trusted user agent, used primarily for display purposes. READ-ONLY.
-
value:
string
Minimum Length: 1
Maximum Length: 40
Added In: 18.3.6
SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: always
- type: string
- uniqueness: none
The identifier of the User's trusted user agent.
{
"type":"object",
"description":"<b>Added In:</b> 18.3.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value]</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>A list of trusted User Agents owned by this user. Multi-Factored Authentication uses Trusted User Agents to authenticate users. A User Agent is software application that a user uses to issue requests. For example, a User Agent could be a particular browser (possibly one of several executing on a desktop or laptop) or a particular mobile application (again, oneof several executing on a particular mobile device). A User Agent is trusted once the Multi-Factor Authentication has verified it in some way.",
"required":[
"value"
],
"properties":{
"value":{
"type":"string",
"description":"<b>Added In:</b> 18.3.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: true</li><li>returned: always</li><li>type: string</li><li>uniqueness: none</li></ul>The identifier of the User's trusted user agent.",
"minLength":1,
"maxLength":40
},
"$ref":{
"type":"string",
"description":"<b>Added In:</b> 18.3.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: reference</li><li>uniqueness: none</li></ul>The URI of the corresponding trusted user agent resource."
},
"display":{
"type":"string",
"description":"<b>Added In:</b> 18.3.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>A human-readable identifier for this trusted user agent, used primarily for display purposes. READ-ONLY."
}
}
}
Nested Schema : factorIdentifier
Type: object
Added In: 20.1.3
SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
Factor Identifier ID
Show Source
-
$ref(optional):
string
Added In: 20.1.3
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
The URI that corresponds to the device resource
-
display(optional):
string
Added In: 20.1.3
SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Factor Identifier display name
-
value:
string
Minimum Length: 1
Maximum Length: 42
Added In: 20.1.3
SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
The identifier of the User's preferred device
{
"description":"<b>Added In:</b> 20.1.3<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: complex</li><li>uniqueness: none</li></ul>Factor Identifier ID",
"type":"object",
"properties":{
"value":{
"type":"string",
"description":"<b>Added In:</b> 20.1.3<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: true</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>The identifier of the User's preferred device",
"minLength":1,
"maxLength":42
},
"$ref":{
"type":"string",
"description":"<b>Added In:</b> 20.1.3<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: reference</li><li>uniqueness: none</li></ul>The URI that corresponds to the device resource"
},
"display":{
"type":"string",
"description":"<b>Added In:</b> 20.1.3<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Factor Identifier display name"
}
},
"required":[
"value"
]
}
Nested Schema : applicablePasswordPolicy
Type: object
Added In: 20.1.3
SCIM++ Properties:- caseExact: false
- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
Applicable Password Policy
Show Source
-
$ref(optional):
string
Added In: 20.1.3
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
The URI of the corresponding PasswordPolicy resource.
-
display(optional):
string
Added In: 20.1.3
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Password Policy Display Name
-
priority(optional):
integer
Added In: 20.1.3
SCIM++ Properties:- caseExact: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: integer
- uniqueness: none
PasswordPolicy priority
-
value:
string
Maximum Length: 40
Added In: 20.1.3
SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: always
- type: string
- uniqueness: none
The identifier of the password policy.
{
"description":"<b>Added In:</b> 20.1.3<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsCompositeKey: [value]</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>Applicable Password Policy",
"type":"object",
"properties":{
"value":{
"type":"string",
"description":"<b>Added In:</b> 20.1.3<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: true</li><li>returned: always</li><li>type: string</li><li>uniqueness: none</li></ul>The identifier of the password policy.",
"maxLength":40
},
"$ref":{
"type":"string",
"description":"<b>Added In:</b> 20.1.3<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: reference</li><li>uniqueness: none</li></ul>The URI of the corresponding PasswordPolicy resource."
},
"display":{
"type":"string",
"description":"<b>Added In:</b> 20.1.3<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Password Policy Display Name"
},
"priority":{
"type":"integer",
"description":"<b>Added In:</b> 20.1.3<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: integer</li><li>uniqueness: none</li></ul>PasswordPolicy priority"
}
},
"required":[
"value"
]
}
Nested Schema : secQuestions
Type: array
SCIM++ Properties:- idcsCompositeKey: [value]
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
Security question and answers provided by end-user for Account recovery and/or MFA. While setting up security questions, end-user can also provide hint along with answer.
Show Source
-
Array of:
object secQuestions
SCIM++ Properties:- idcsCompositeKey: [value]
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
Security question and answers provided by end-user for Account recovery and/or MFA. While setting up security questions, end-user can also provide hint along with answer.
{
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value]</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>Security question and answers provided by end-user for Account recovery and/or MFA. While setting up security questions, end-user can also provide hint along with answer.",
"type":"array",
"items":{
"$ref":"#/definitions/secQuestions"
}
}
Nested Schema : secQuestions
Type: object
SCIM++ Properties:- idcsCompositeKey: [value]
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
Security question and answers provided by end-user for Account recovery and/or MFA. While setting up security questions, end-user can also provide hint along with answer.
Show Source
-
$ref(optional):
string
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
The URI of the corresponding SecurityQuestion resource
-
answer:
string
Minimum Length: 1
SCIM++ Properties:- idcsCsvAttributeName: Answer
- idcsSearchable: false
- idcsSensitive: hash
- multiValued: false
- mutability: writeOnly
- required: true
- returned: never
- type: string
- uniqueness: none
- idcsPii: true
Answer provided by an user for a security question.
-
hintText(optional):
string
SCIM++ Properties:- caseExact: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Hint for an answer given by user while setting up Security Question.
-
value:
string
SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: always
- type: string
- uniqueness: none
Id of the question selected by user while setting up Security Question.
{
"type":"object",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value]</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>Security question and answers provided by end-user for Account recovery and/or MFA. While setting up security questions, end-user can also provide hint along with answer.",
"required":[
"value",
"answer"
],
"properties":{
"value":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: true</li><li>returned: always</li><li>type: string</li><li>uniqueness: none</li></ul>Id of the question selected by user while setting up Security Question."
},
"$ref":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: reference</li><li>uniqueness: none</li></ul>The URI of the corresponding SecurityQuestion resource"
},
"answer":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsCsvAttributeName: Answer</li><li>idcsSearchable: false</li><li>idcsSensitive: hash</li><li>multiValued: false</li><li>mutability: writeOnly</li><li>required: true</li><li>returned: never</li><li>type: string</li><li>uniqueness: none</li><li>idcsPii: true</li></ul>Answer provided by an user for a security question.",
"minLength":1
},
"hintText":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Hint for an answer given by user while setting up Security Question."
}
}
}
Nested Schema : selfRegistrationProfile
Type: object
SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: true
- returned: request
- type: complex
- uniqueness: none
Self registration profile used when user is self registered.
Show Source
-
$ref(optional):
string
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
URI of the profile.
-
display(optional):
string
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
A human readable name, primarily used for display purposes. READ-ONLY.
-
value:
string
Minimum Length: 1
Maximum Length: 40
SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: true
- returned: always
- type: string
- uniqueness: none
Self Registration Profile Id
{
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: immutable</li><li>required: true</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>Self registration profile used when user is self registered.",
"type":"object",
"properties":{
"value":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: immutable</li><li>required: true</li><li>returned: always</li><li>type: string</li><li>uniqueness: none</li></ul>Self Registration Profile Id",
"minLength":1,
"maxLength":40
},
"$ref":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: reference</li><li>uniqueness: none</li></ul>URI of the profile."
},
"display":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: string</li><li>uniqueness: none</li></ul>A human readable name, primarily used for display purposes. READ-ONLY."
}
},
"required":[
"value"
]
}
Nested Schema : socialAccounts
Type: array
SCIM++ Properties:- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- idcsPii: true
- type: complex
- uniqueness: none
Show Source
-
Array of:
object socialAccounts
SCIM++ Properties:- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- idcsPii: true
- type: complex
- uniqueness: none
{
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value]</li><li>idcsSearchable: true</li><li>multiValued: true</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>idcsPii: true</li><li>type: complex</li><li>uniqueness: none</li></ul>",
"type":"array",
"items":{
"$ref":"#/definitions/socialAccounts"
}
}
Nested Schema : socialAccounts
Type: object
SCIM++ Properties:- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- idcsPii: true
- type: complex
- uniqueness: none
Show Source
-
$ref(optional):
string
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
The URI of the corresponding SocialAccount resource linked with the user
-
display(optional):
string
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
A human readable name, primarily used for display purposes. READ-ONLY.
-
value:
string
{
"type":"object",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value]</li><li>idcsSearchable: true</li><li>multiValued: true</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>idcsPii: true</li><li>type: complex</li><li>uniqueness: none</li></ul>",
"required":[
"value"
],
"properties":{
"value":{
"type":"string"
},
"display":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>A human readable name, primarily used for display purposes. READ-ONLY."
},
"$ref":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: reference</li><li>uniqueness: none</li></ul>The URI of the corresponding SocialAccount resource linked with the user"
}
}
}
Nested Schema : termsOfUseConsents
Type: array
Added In: 18.2.6
SCIM++ Properties:- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
Show Source
-
Array of:
object termsOfUseConsents
Added In: 18.2.6
SCIM++ Properties:- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
{
"description":"<b>Added In:</b> 18.2.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value]</li><li>idcsSearchable: true</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>",
"type":"array",
"items":{
"$ref":"#/definitions/termsOfUseConsents"
}
}
Nested Schema : termsOfUseConsents
Type: object
Added In: 18.2.6
SCIM++ Properties:- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
Show Source
-
$ref(optional):
string
Added In: 18.2.6
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
The URI of the corresponding TermsOfUseConsent resource linked with the user
-
value:
string
{
"type":"object",
"description":"<b>Added In:</b> 18.2.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value]</li><li>idcsSearchable: true</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>",
"required":[
"value"
],
"properties":{
"value":{
"type":"string"
},
"$ref":{
"type":"string",
"description":"<b>Added In:</b> 18.2.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: reference</li><li>uniqueness: none</li></ul>The URI of the corresponding TermsOfUseConsent resource linked with the user"
}
}
}
Nested Schema : accounts
Type: array
SCIM++ Properties:- idcsPii: true
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
Accounts assigned to this User. Each value of this attribute refers to an app-specific identity that is owned by this User. Therefore, this attribute is a convenience that allows one to see on each User the Apps to which that User has access.
Show Source
{
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsPii: true</li><li>idcsSearchable: true</li><li>multiValued: true</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>Accounts assigned to this User. Each value of this attribute refers to an app-specific identity that is owned by this User. Therefore, this attribute is a convenience that allows one to see on each User the Apps to which that User has access.",
"type":"array",
"items":{
"$ref":"#/definitions/accounts"
}
}
Nested Schema : applicableAuthenticationTargetApp
Type: object
Added In: 18.1.6
SCIM++ Properties:- idcsCompositeKey: [value]
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
The app against which the user will authenticate. The value is not persisted but rather calculated. If the user's delegatedAuthenticationTargetApp is set, that value is returned. Otherwise, the app returned by evaluating the user's applicable Delegated Authentication Policy is returned.
Show Source
-
$ref(optional):
string
Added In: 18.1.6
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
App URI
-
display(optional):
string
Added In: 18.1.6
SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
App Display Name
-
targetRequestTimeout(optional):
integer
Added In: 18.2.6
SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: integer
- uniqueness: none
Timeout interval for Synchronization TargetAction in milliseconds
-
type:
string
Added In: 18.1.6
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
A label that indicates whether this is an App or IdentitySource.
-
value(optional):
string
Added In: 18.1.6
SCIM++ Properties:- caseExact: true
- multiValued: false
- mutability: readOnly
- returned: default
- type: string
- uniqueness: none
App identifier
{
"description":"<b>Added In:</b> 18.1.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value]</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>The app against which the user will authenticate. The value is not persisted but rather calculated. If the user's delegatedAuthenticationTargetApp is set, that value is returned. Otherwise, the app returned by evaluating the user's applicable Delegated Authentication Policy is returned.",
"type":"object",
"properties":{
"value":{
"type":"string",
"description":"<b>Added In:</b> 18.1.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>App identifier"
},
"$ref":{
"type":"string",
"description":"<b>Added In:</b> 18.1.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: reference</li><li>uniqueness: none</li></ul>App URI"
},
"type":{
"type":"string",
"description":"<b>Added In:</b> 18.1.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: true</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>A label that indicates whether this is an App or IdentitySource."
},
"display":{
"type":"string",
"description":"<b>Added In:</b> 18.1.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>App Display Name"
},
"targetRequestTimeout":{
"type":"integer",
"description":"<b>Added In:</b> 18.2.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: integer</li><li>uniqueness: none</li></ul>Timeout interval for Synchronization TargetAction in milliseconds"
}
},
"required":[
"type"
]
}
Nested Schema : appRoles
Type: array
SCIM++ Properties:- idcsCompositeKey: [value]
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
A list of all AppRoles to which this User belongs directly, indirectly or implicitly. The User could belong directly because the User is a member of the AppRole, could belong indirectly because the User is a member of a Group that is a member of the AppRole, or could belong implicitly because the AppRole is public.
Show Source
-
Array of:
object appRoles
SCIM++ Properties:- caseExact: false
- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
A list of appRoles that the user belongs to, either thorough direct membership, nested groups, or dynamically calculated
{
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value]</li><li>multiValued: true</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>A list of all AppRoles to which this User belongs directly, indirectly or implicitly. The User could belong directly because the User is a member of the AppRole, could belong indirectly because the User is a member of a Group that is a member of the AppRole, or could belong implicitly because the AppRole is public.",
"type":"array",
"items":{
"$ref":"#/definitions/appRoles"
}
}
Nested Schema : delegatedAuthenticationTargetApp
Type: object
Added In: 17.4.6
SCIM++ Properties:- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
If set, indicates the user's preferred authentication target app. If not set and the user's \"syncedFromApp\" is set and is enabled for delegated authentication, it is used. Otherwise, the user authenticates locally to Oracle Identity Cloud Service.
Show Source
-
$ref(optional):
string
Added In: 17.4.6
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
App URI
-
display(optional):
string
Added In: 17.4.6
SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
App Display Name
-
type:
string
Maximum Length: 40
Allowed Values: [
"App",
"IdentitySource"
]
Added In: 17.4.6
SCIM++ Properties:- idcsDefaultValue: IdentitySource
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
A label that indicates whether this is an App or IdentitySource.
-
value:
string
Minimum Length: 1
Maximum Length: 40
Added In: 17.4.6
SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
App identifier
{
"description":"<b>Added In:</b> 17.4.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value]</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: complex</li><li>uniqueness: none</li></ul>If set, indicates the user's preferred authentication target app. If not set and the user's \\\"syncedFromApp\\\" is set and is enabled for delegated authentication, it is used. Otherwise, the user authenticates locally to Oracle Identity Cloud Service.",
"type":"object",
"properties":{
"value":{
"type":"string",
"description":"<b>Added In:</b> 17.4.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: true</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>App identifier",
"minLength":1,
"maxLength":40
},
"$ref":{
"type":"string",
"description":"<b>Added In:</b> 17.4.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: reference</li><li>uniqueness: none</li></ul>App URI"
},
"type":{
"type":"string",
"enum":[
"App",
"IdentitySource"
],
"description":"<b>Added In:</b> 17.4.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsDefaultValue: IdentitySource</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: true</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>A label that indicates whether this is an App or IdentitySource.",
"maxLength":40
},
"display":{
"type":"string",
"description":"<b>Added In:</b> 17.4.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>App Display Name"
}
},
"required":[
"value",
"type"
]
}
Nested Schema : grants
Type: array
SCIM++ Properties:- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
Grants to this User. Each value of this attribute refers to a Grant to this User of some App (and optionally of some entitlement). Therefore, this attribute is a convenience that allows one to see on each User all of the Grants to that User.
Show Source
{
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: true</li><li>multiValued: true</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>Grants to this User. Each value of this attribute refers to a Grant to this User of some App (and optionally of some entitlement). Therefore, this attribute is a convenience that allows one to see on each User all of the Grants to that User.",
"type":"array",
"items":{
"$ref":"#/definitions/grants"
}
}
Nested Schema : idcsAppRolesLimitedToGroups
Type: array
Added In: 19.2.1
SCIM++ Properties:- idcsCompositeKey: [value, idcsAppRoleId]
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
Show Source
-
Array of:
object idcsAppRolesLimitedToGroups
Added In: 19.2.1
SCIM++ Properties:- idcsCompositeKey: [value, idcsAppRoleId]
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
{
"description":"<b>Added In:</b> 19.2.1<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value, idcsAppRoleId]</li><li>idcsSearchable: true</li><li>multiValued: true</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: complex</li></ul>",
"type":"array",
"items":{
"$ref":"#/definitions/idcsAppRolesLimitedToGroups"
}
}
Nested Schema : supportAccounts
Type: array
Added In: 2103141444
SCIM++ Properties:- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
A list of Support Accounts corresponding to user.
Show Source
-
Array of:
object supportAccounts
Added In: 2103141444
SCIM++ Properties:- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
A list of Support Accounts corresponding to user.
{
"description":"<b>Added In:</b> 2103141444<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value]</li><li>idcsSearchable: true</li><li>multiValued: true</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>A list of Support Accounts corresponding to user.",
"type":"array",
"items":{
"$ref":"#/definitions/supportAccounts"
}
}
Nested Schema : syncedFromApp
Type: object
Added In: 18.2.6
SCIM++ Properties:- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: complex
- uniqueness: none
Managed App or an Identity Source from where the user is synced. If enabled, this Managed App or Identity Source can be used for performing delegated authentication.
Show Source
-
$ref(optional):
string
Added In: 18.2.6
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
App URI
-
display(optional):
string
Added In: 18.2.6
SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
App Display Name
-
type:
string
Maximum Length: 40
Allowed Values: [
"IdentitySource",
"App",
"IdentityProvider"
]
Added In: 18.2.6
SCIM++ Properties:- idcsDefaultValue: IdentitySource
- idcsSearchable: false
- multiValued: false
- mutability: immutable
- required: true
- returned: default
- type: string
- uniqueness: none
A label that indicates whether this is an App or IdentitySource.
-
value:
string
Minimum Length: 1
Maximum Length: 40
Added In: 18.2.6
SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
App identifier
{
"description":"<b>Added In:</b> 18.2.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value]</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: complex</li><li>uniqueness: none</li></ul>Managed App or an Identity Source from where the user is synced. If enabled, this Managed App or Identity Source can be used for performing delegated authentication.",
"type":"object",
"properties":{
"value":{
"type":"string",
"description":"<b>Added In:</b> 18.2.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: true</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>App identifier",
"minLength":1,
"maxLength":40
},
"type":{
"type":"string",
"enum":[
"IdentitySource",
"App",
"IdentityProvider"
],
"description":"<b>Added In:</b> 18.2.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsDefaultValue: IdentitySource</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: immutable</li><li>required: true</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>A label that indicates whether this is an App or IdentitySource.",
"maxLength":40
},
"$ref":{
"type":"string",
"description":"<b>Added In:</b> 18.2.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: reference</li><li>uniqueness: none</li></ul>App URI"
},
"display":{
"type":"string",
"description":"<b>Added In:</b> 18.2.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>App Display Name"
}
},
"required":[
"value",
"type"
]
}
Nested Schema : userToken
Type: object
Added In: 18.4.2
SCIM++ Properties:- caseExact: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: complex
- uniqueness: none
User token returned if userFlowControlledByExternalClient is true
Show Source
-
$ref(optional):
string
Added In: 18.4.2
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
User Token URI
-
value(optional):
string
Added In: 18.4.2
SCIM++ Properties:- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
User Token identifier
{
"description":"<b>Added In:</b> 18.4.2<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: complex</li><li>uniqueness: none</li></ul>User token returned if userFlowControlledByExternalClient is true",
"type":"object",
"properties":{
"value":{
"type":"string",
"description":"<b>Added In:</b> 18.4.2<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>User Token identifier"
},
"$ref":{
"type":"string",
"description":"<b>Added In:</b> 18.4.2<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: reference</li><li>uniqueness: none</li></ul>User Token URI"
}
}
}
Nested Schema : accounts
Type: object
Accounts of App
Show Source
-
$ref(optional):
string
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
AccountMgmtInfo URI
-
active(optional):
boolean
Added In: 17.4.6
SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
Status of the account
-
name(optional):
string
Added In: 17.4.6
SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Name of the account
-
ownerId(optional):
string
SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Owner identifier
-
value(optional):
string
SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: always
- type: string
- uniqueness: none
Account identifier
{
"type":"object",
"description":"Accounts of App",
"properties":{
"value":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: always</li><li>type: string</li><li>uniqueness: none</li></ul>Account identifier"
},
"$ref":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: reference</li><li>uniqueness: none</li></ul>AccountMgmtInfo URI"
},
"ownerId":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Owner identifier"
},
"name":{
"type":"string",
"description":"<b>Added In:</b> 17.4.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Name of the account"
},
"active":{
"type":"boolean",
"description":"<b>Added In:</b> 17.4.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>Status of the account"
}
}
}
Nested Schema : appRoles
Type: object
SCIM++ Properties:- caseExact: false
- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
A list of appRoles that the user belongs to, either thorough direct membership, nested groups, or dynamically calculated
Show Source
-
$ref(optional):
string
SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: reference
- uniqueness: none
The URI of the corresponding appRole resource to which the user belongs
-
adminRole(optional):
boolean
SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: boolean
- uniqueness: none
If true, then the role provides administrative access privileges. READ-ONLY.
-
appId(optional):
string
SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
ID of parent App. READ-ONLY.
-
appName(optional):
string
SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
Name of parent App. READ-ONLY.
-
display(optional):
string
SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
A human readable name, primarily used for display purposes. READ-ONLY.
-
legacyGroupName(optional):
string
SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
The name of the legacy group associated with this AppRole.
-
type(optional):
string
Allowed Values: [
"direct",
"indirect"
]
SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
A label indicating the attribute's function; e.g., 'direct' or 'indirect'.
-
value:
string
Maximum Length: 40
SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: always
- type: string
- uniqueness: none
The identifier of the appRole
{
"type":"object",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsCompositeKey: [value]</li><li>idcsSearchable: true</li><li>multiValued: true</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>A list of appRoles that the user belongs to, either thorough direct membership, nested groups, or dynamically calculated",
"required":[
"value"
],
"properties":{
"value":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: true</li><li>returned: always</li><li>type: string</li><li>uniqueness: none</li></ul>The identifier of the appRole",
"maxLength":40
},
"$ref":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: reference</li><li>uniqueness: none</li></ul>The URI of the corresponding appRole resource to which the user belongs"
},
"display":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: string</li><li>uniqueness: none</li></ul>A human readable name, primarily used for display purposes. READ-ONLY."
},
"type":{
"type":"string",
"enum":[
"direct",
"indirect"
],
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: string</li><li>uniqueness: none</li></ul>A label indicating the attribute's function; e.g., 'direct' or 'indirect'."
},
"appId":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: string</li><li>uniqueness: none</li></ul>ID of parent App. READ-ONLY."
},
"appName":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: string</li><li>uniqueness: none</li></ul>Name of parent App. READ-ONLY."
},
"adminRole":{
"type":"boolean",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: boolean</li><li>uniqueness: none</li></ul>If true, then the role provides administrative access privileges. READ-ONLY."
},
"legacyGroupName":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>The name of the legacy group associated with this AppRole."
}
}
}
Nested Schema : grants
Type: object
Grants assigned to the app
Show Source
-
$ref(optional):
string
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
Grant URI
-
granteeId(optional):
string
SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Grantee identifier
-
granteeType(optional):
string
Allowed Values: [
"User",
"Group"
]
SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Grantee resource type. Allowed values are User and Group.
-
grantMechanism(optional):
string
Allowed Values: [
"IMPORT_APPROLE_MEMBERS",
"ADMINISTRATOR_TO_USER",
"ADMINISTRATOR_TO_GROUP",
"SERVICE_MANAGER_TO_USER",
"ADMINISTRATOR_TO_APP",
"SERVICE_MANAGER_TO_APP",
"OPC_INFRA_TO_APP",
"GROUP_MEMBERSHIP"
]
SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Each value of grantMechanism indicates how (or by what component) some App (or App-Entitlement) was granted.
A customer or the UI should use only grantMechanism values that start with 'ADMINISTRATOR':
- 'ADMINISTRATOR_TO_USER' is for a direct grant to a specific User.
- 'ADMINISTRATOR_TO_GROUP' is for a grant to a specific Group, which results in indirect grants to Users who are members of that Group.
- 'ADMINISTRATOR_TO_APP' is for a grant to a specific App. The grantee (client) App gains access to the granted (server) App.
-
value(optional):
string
SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Grant identifier
{
"type":"object",
"description":"Grants assigned to the app",
"properties":{
"value":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Grant identifier"
},
"$ref":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: reference</li><li>uniqueness: none</li></ul>Grant URI"
},
"granteeId":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Grantee identifier"
},
"granteeType":{
"type":"string",
"enum":[
"User",
"Group"
],
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Grantee resource type. Allowed values are User and Group."
},
"grantMechanism":{
"type":"string",
"enum":[
"IMPORT_APPROLE_MEMBERS",
"ADMINISTRATOR_TO_USER",
"ADMINISTRATOR_TO_GROUP",
"SERVICE_MANAGER_TO_USER",
"ADMINISTRATOR_TO_APP",
"SERVICE_MANAGER_TO_APP",
"OPC_INFRA_TO_APP",
"GROUP_MEMBERSHIP"
],
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul><p>Each value of grantMechanism indicates how (or by what component) some App (or App-Entitlement) was granted.</p><p>A customer or the UI should use only grantMechanism values that start with 'ADMINISTRATOR':</p><ul><li>'ADMINISTRATOR_TO_USER' is for a direct grant to a specific User.</li><li>'ADMINISTRATOR_TO_GROUP' is for a grant to a specific Group, which results in indirect grants to Users who are members of that Group.</li><li>'ADMINISTRATOR_TO_APP' is for a grant to a specific App. The grantee (client) App gains access to the granted (server) App.</li>"
}
}
}
Nested Schema : idcsAppRolesLimitedToGroups
Type: object
Added In: 19.2.1
SCIM++ Properties:- idcsCompositeKey: [value, idcsAppRoleId]
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
Show Source
-
$ref(optional):
string
Added In: 19.2.1
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
The URI of the SCIM resource representing the Group manager. RECOMMENDED.
-
display(optional):
string
Added In: 19.2.1
SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Group display name
-
idcsAppRoleId:
string
Minimum Length: 1
Maximum Length: 40
Added In: 19.2.1
SCIM++ Properties:- idcsCsvAttributeName: IDCS AppRole Name
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
The id of the Oracle Identity Cloud Service AppRole grant limited to one or more Groups.
-
ocid(optional):
string
Minimum Length: 1
Maximum Length: 255
Added In: 2202230830
SCIM++ Properties:- idcsCsvAttributeName: Group Ocid
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
The ocid of a Group the AppRole Grant is limited to
-
value:
string
Minimum Length: 1
Maximum Length: 40
Added In: 19.2.1
SCIM++ Properties:- idcsCsvAttributeName: Group Name
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
The id of a Group the AppRole Grant is limited to
{
"type":"object",
"description":"<b>Added In:</b> 19.2.1<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value, idcsAppRoleId]</li><li>idcsSearchable: true</li><li>multiValued: true</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: complex</li></ul>",
"required":[
"idcsAppRoleId",
"value"
],
"properties":{
"idcsAppRoleId":{
"type":"string",
"description":"<b>Added In:</b> 19.2.1<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCsvAttributeName: IDCS AppRole Name</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: true</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>The id of the Oracle Identity Cloud Service AppRole grant limited to one or more Groups.",
"minLength":1,
"maxLength":40
},
"value":{
"type":"string",
"description":"<b>Added In:</b> 19.2.1<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCsvAttributeName: Group Name</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: true</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>The id of a Group the AppRole Grant is limited to",
"minLength":1,
"maxLength":40
},
"$ref":{
"type":"string",
"description":"<b>Added In:</b> 19.2.1<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: reference</li><li>uniqueness: none</li></ul>The URI of the SCIM resource representing the Group manager. RECOMMENDED."
},
"display":{
"type":"string",
"description":"<b>Added In:</b> 19.2.1<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Group display name"
},
"ocid":{
"type":"string",
"description":"<b>Added In:</b> 2202230830<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCsvAttributeName: Group Ocid</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>The ocid of a Group the AppRole Grant is limited to",
"minLength":1,
"maxLength":255
}
}
}
Nested Schema : supportAccounts
Type: object
Added In: 2103141444
SCIM++ Properties:- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
A list of Support Accounts corresponding to user.
Show Source
-
$ref(optional):
string
Added In: 2103141444
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
The URI of the corresponding Support Account resource to which the user belongs
-
ocid(optional):
string
Added In: 2103141444
SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: always
- type: string
- uniqueness: none
Ocid of the User's Support Account.
-
provider(optional):
string
Added In: 2103141444
SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: always
- type: string
- uniqueness: none
User Support Account Provider
-
userId(optional):
string
Added In: 2103141444
SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: always
- type: string
- uniqueness: none
User Support User Id
-
value(optional):
string
Added In: 2103141444
SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: always
- type: string
- uniqueness: none
The identifier of the User's support Account.
{
"type":"object",
"description":"<b>Added In:</b> 2103141444<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value]</li><li>idcsSearchable: true</li><li>multiValued: true</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>A list of Support Accounts corresponding to user.",
"properties":{
"value":{
"type":"string",
"description":"<b>Added In:</b> 2103141444<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: always</li><li>type: string</li><li>uniqueness: none</li></ul>The identifier of the User's support Account."
},
"provider":{
"type":"string",
"description":"<b>Added In:</b> 2103141444<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: always</li><li>type: string</li><li>uniqueness: none</li></ul>User Support Account Provider"
},
"userId":{
"type":"string",
"description":"<b>Added In:</b> 2103141444<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: always</li><li>type: string</li><li>uniqueness: none</li></ul>User Support User Id"
},
"ocid":{
"type":"string",
"description":"<b>Added In:</b> 2103141444<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: always</li><li>type: string</li><li>uniqueness: none</li></ul>Ocid of the User's Support Account."
},
"$ref":{
"type":"string",
"description":"<b>Added In:</b> 2103141444<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: reference</li><li>uniqueness: none</li></ul>The URI of the corresponding Support Account resource to which the user belongs"
}
}
}
Nested Schema : apiKeys
Type: array
Added In: 2012271618
SCIM++ Properties:- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
A list of api keys corresponding to user.
Show Source
-
Array of:
object apiKeys
Added In: 2012271618
SCIM++ Properties:- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
A list of api keys corresponding to user.
{
"description":"<b>Added In:</b> 2012271618<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value]</li><li>idcsSearchable: true</li><li>multiValued: true</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>A list of api keys corresponding to user.",
"type":"array",
"items":{
"$ref":"#/definitions/apiKeys"
}
}
Nested Schema : authTokens
Type: array
Added In: 2012271618
SCIM++ Properties:- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
A list of auth tokens corresponding to user.
Show Source
-
Array of:
object authTokens
Added In: 2012271618
SCIM++ Properties:- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
A list of auth tokens corresponding to user.
{
"description":"<b>Added In:</b> 2012271618<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value]</li><li>idcsSearchable: true</li><li>multiValued: true</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>A list of auth tokens corresponding to user.",
"type":"array",
"items":{
"$ref":"#/definitions/authTokens"
}
}
Nested Schema : customerSecretKeys
Type: array
Added In: 2102181953
SCIM++ Properties:- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
A list of customer secret keys corresponding to user.
Show Source
-
Array of:
object customerSecretKeys
Added In: 2102181953
SCIM++ Properties:- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
A list of customer secret keys corresponding to user.
{
"description":"<b>Added In:</b> 2102181953<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value]</li><li>idcsSearchable: true</li><li>multiValued: true</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>A list of customer secret keys corresponding to user.",
"type":"array",
"items":{
"$ref":"#/definitions/customerSecretKeys"
}
}
Nested Schema : dbCredentials
Type: array
Added In: 2102181953
SCIM++ Properties:- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
A list of db credentials corresponding to user.
Show Source
-
Array of:
object dbCredentials
Added In: 2102181953
SCIM++ Properties:- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
A list of db credentials corresponding to user.
{
"description":"<b>Added In:</b> 2102181953<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value]</li><li>idcsSearchable: true</li><li>multiValued: true</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>A list of db credentials corresponding to user.",
"type":"array",
"items":{
"$ref":"#/definitions/dbCredentials"
}
}
Nested Schema : oAuth2ClientCredentials
Type: array
Added In: 2012271618
SCIM++ Properties:- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
A list of oauth2 client credentials corresponding to user.
Show Source
-
Array of:
object oAuth2ClientCredentials
Added In: 2012271618
SCIM++ Properties:- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
A list of oauth2 client credentials corresponding to user.
{
"description":"<b>Added In:</b> 2012271618<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value]</li><li>idcsSearchable: true</li><li>multiValued: true</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>A list of oauth2 client credentials corresponding to user.",
"type":"array",
"items":{
"$ref":"#/definitions/oAuth2ClientCredentials"
}
}
Nested Schema : smtpCredentials
Type: array
Added In: 2012271618
SCIM++ Properties:- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
A list of smtp credentials corresponding to user.
Show Source
-
Array of:
object smtpCredentials
Added In: 2012271618
SCIM++ Properties:- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
A list of smtp credentials corresponding to user.
{
"description":"<b>Added In:</b> 2012271618<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value]</li><li>idcsSearchable: true</li><li>multiValued: true</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>A list of smtp credentials corresponding to user.",
"type":"array",
"items":{
"$ref":"#/definitions/smtpCredentials"
}
}
Nested Schema : apiKeys
Type: object
Added In: 2012271618
SCIM++ Properties:- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
A list of api keys corresponding to user.
Show Source
-
$ref(optional):
string
Added In: 2012271618
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
The URI of the corresponding ApiKey resource to which the user belongs
-
key(optional):
string
Added In: 2106240046
SCIM++ Properties:- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: always
- type: string
- uniqueness: none
The value of of the User's api key.
-
ocid(optional):
string
Added In: 2012271618
SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: always
- type: string
- uniqueness: none
Ocid of the User's api key.
-
value(optional):
string
Added In: 2012271618
SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: always
- type: string
- uniqueness: none
The identifier of the User's api key.
{
"type":"object",
"description":"<b>Added In:</b> 2012271618<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value]</li><li>idcsSearchable: true</li><li>multiValued: true</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>A list of api keys corresponding to user.",
"properties":{
"key":{
"type":"string",
"description":"<b>Added In:</b> 2106240046<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: always</li><li>type: string</li><li>uniqueness: none</li></ul>The value of of the User's api key."
},
"value":{
"type":"string",
"description":"<b>Added In:</b> 2012271618<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: always</li><li>type: string</li><li>uniqueness: none</li></ul>The identifier of the User's api key."
},
"ocid":{
"type":"string",
"description":"<b>Added In:</b> 2012271618<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: always</li><li>type: string</li><li>uniqueness: none</li></ul>Ocid of the User's api key."
},
"$ref":{
"type":"string",
"description":"<b>Added In:</b> 2012271618<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: reference</li><li>uniqueness: none</li></ul>The URI of the corresponding ApiKey resource to which the user belongs"
}
}
}
Nested Schema : authTokens
Type: object
Added In: 2012271618
SCIM++ Properties:- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
A list of auth tokens corresponding to user.
Show Source
-
$ref(optional):
string
Added In: 2012271618
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
The URI of the corresponding AuthToken resource to which the user belongs
-
ocid(optional):
string
Added In: 2012271618
SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: always
- type: string
- uniqueness: none
Ocid of the User's auth token.
-
value(optional):
string
Added In: 2012271618
SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: always
- type: string
- uniqueness: none
The identifier of the User's auth token.
{
"type":"object",
"description":"<b>Added In:</b> 2012271618<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value]</li><li>idcsSearchable: true</li><li>multiValued: true</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>A list of auth tokens corresponding to user.",
"properties":{
"value":{
"type":"string",
"description":"<b>Added In:</b> 2012271618<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: always</li><li>type: string</li><li>uniqueness: none</li></ul>The identifier of the User's auth token."
},
"ocid":{
"type":"string",
"description":"<b>Added In:</b> 2012271618<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: always</li><li>type: string</li><li>uniqueness: none</li></ul>Ocid of the User's auth token."
},
"$ref":{
"type":"string",
"description":"<b>Added In:</b> 2012271618<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: reference</li><li>uniqueness: none</li></ul>The URI of the corresponding AuthToken resource to which the user belongs"
}
}
}
Nested Schema : customerSecretKeys
Type: object
Added In: 2102181953
SCIM++ Properties:- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
A list of customer secret keys corresponding to user.
Show Source
-
$ref(optional):
string
Added In: 2102181953
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
The URI of the corresponding CustomerSecretKey resource to which the user belongs
-
ocid(optional):
string
Added In: 2102181953
SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: always
- type: string
- uniqueness: none
Ocid of the User's customer secret key.
-
value(optional):
string
Added In: 2102181953
SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: always
- type: string
- uniqueness: none
The identifier of the User's customer secret key.
{
"type":"object",
"description":"<b>Added In:</b> 2102181953<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value]</li><li>idcsSearchable: true</li><li>multiValued: true</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>A list of customer secret keys corresponding to user.",
"properties":{
"value":{
"type":"string",
"description":"<b>Added In:</b> 2102181953<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: always</li><li>type: string</li><li>uniqueness: none</li></ul>The identifier of the User's customer secret key."
},
"ocid":{
"type":"string",
"description":"<b>Added In:</b> 2102181953<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: always</li><li>type: string</li><li>uniqueness: none</li></ul>Ocid of the User's customer secret key."
},
"$ref":{
"type":"string",
"description":"<b>Added In:</b> 2102181953<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: reference</li><li>uniqueness: none</li></ul>The URI of the corresponding CustomerSecretKey resource to which the user belongs"
}
}
}
Nested Schema : dbCredentials
Type: object
Added In: 2102181953
SCIM++ Properties:- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
A list of db credentials corresponding to user.
Show Source
-
$ref(optional):
string
Added In: 2102181953
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
The URI of the corresponding UserDbCredential resource to which the user belongs
-
ocid(optional):
string
Added In: 2102181953
SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: always
- type: string
- uniqueness: none
Ocid of the User's db credential.
-
value(optional):
string
Added In: 2102181953
SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: always
- type: string
- uniqueness: none
The identifier of the User's db credential.
{
"type":"object",
"description":"<b>Added In:</b> 2102181953<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value]</li><li>idcsSearchable: true</li><li>multiValued: true</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>A list of db credentials corresponding to user.",
"properties":{
"value":{
"type":"string",
"description":"<b>Added In:</b> 2102181953<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: always</li><li>type: string</li><li>uniqueness: none</li></ul>The identifier of the User's db credential."
},
"$ref":{
"type":"string",
"description":"<b>Added In:</b> 2102181953<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: reference</li><li>uniqueness: none</li></ul>The URI of the corresponding UserDbCredential resource to which the user belongs"
},
"ocid":{
"type":"string",
"description":"<b>Added In:</b> 2102181953<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: always</li><li>type: string</li><li>uniqueness: none</li></ul>Ocid of the User's db credential."
}
}
}
Nested Schema : oAuth2ClientCredentials
Type: object
Added In: 2012271618
SCIM++ Properties:- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
A list of oauth2 client credentials corresponding to user.
Show Source
-
$ref(optional):
string
Added In: 2012271618
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
The URI of the corresponding OAuth2ClientCredential resource to which the user belongs
-
ocid(optional):
string
Added In: 2012271618
SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: always
- type: string
- uniqueness: none
Ocid of the User's oAuth2 client credential.
-
value(optional):
string
Added In: 2012271618
SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: always
- type: string
- uniqueness: none
The identifier of the User's oAuth2 client credential.
{
"type":"object",
"description":"<b>Added In:</b> 2012271618<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value]</li><li>idcsSearchable: true</li><li>multiValued: true</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>A list of oauth2 client credentials corresponding to user.",
"properties":{
"value":{
"type":"string",
"description":"<b>Added In:</b> 2012271618<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: always</li><li>type: string</li><li>uniqueness: none</li></ul>The identifier of the User's oAuth2 client credential."
},
"ocid":{
"type":"string",
"description":"<b>Added In:</b> 2012271618<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: always</li><li>type: string</li><li>uniqueness: none</li></ul>Ocid of the User's oAuth2 client credential."
},
"$ref":{
"type":"string",
"description":"<b>Added In:</b> 2012271618<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: reference</li><li>uniqueness: none</li></ul>The URI of the corresponding OAuth2ClientCredential resource to which the user belongs"
}
}
}
Nested Schema : smtpCredentials
Type: object
Added In: 2012271618
SCIM++ Properties:- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
A list of smtp credentials corresponding to user.
Show Source
-
$ref(optional):
string
Added In: 2012271618
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
The URI of the corresponding SmtpCredential resource to which the user belongs
-
ocid(optional):
string
Added In: 2012271618
SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: always
- type: string
- uniqueness: none
Ocid of the User's auth token.
-
value(optional):
string
Added In: 2012271618
SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: always
- type: string
- uniqueness: none
The identifier of the User's smtp credential.
{
"type":"object",
"description":"<b>Added In:</b> 2012271618<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [value]</li><li>idcsSearchable: true</li><li>multiValued: true</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>A list of smtp credentials corresponding to user.",
"properties":{
"value":{
"type":"string",
"description":"<b>Added In:</b> 2012271618<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: always</li><li>type: string</li><li>uniqueness: none</li></ul>The identifier of the User's smtp credential."
},
"ocid":{
"type":"string",
"description":"<b>Added In:</b> 2012271618<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: always</li><li>type: string</li><li>uniqueness: none</li></ul>Ocid of the User's auth token."
},
"$ref":{
"type":"string",
"description":"<b>Added In:</b> 2012271618<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: reference</li><li>uniqueness: none</li></ul>The URI of the corresponding SmtpCredential resource to which the user belongs"
}
}
}
Nested Schema : locked
Type: object
SCIM++ Properties:- idcsCsvAttributeNameMappings: [[columnHeaderName:Locked, mapsTo:locked.on], [columnHeaderName:Locked Reason, mapsTo:locked.reason], [columnHeaderName:Locked Date, mapsTo:locked.lockDate]]
- idcsSearchable: false
- idcsAllowUpdatesInReadOnlyMode: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
A complex attribute that indicates an account is locked (blocking new sessions)
Show Source
-
Is Password Expired(optional):
boolean
Added In: 20.1.3
SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: request
- type: boolean
- uniqueness: none
Indicates whether user password is expired. If this value is false, password expiry will still be evaluated during user login.
-
lockDate(optional):
string
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- idcsRequiresWriteForAccessFlows: true
- required: false
- returned: default
- type: dateTime
- uniqueness: none
The date and time that the current resource was locked
-
on(optional):
boolean
SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- idcsRequiresWriteForAccessFlows: true
- idcsRequiresImmediateReadAfterWriteForAccessFlows: true
- required: false
- returned: default
- type: boolean
- uniqueness: none
Indicates tat the account is locked
-
reason(optional):
integer
Allowed Values: [
"0",
"1",
"2",
"3",
"4",
"5"
]
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- idcsRequiresWriteForAccessFlows: true
- idcsRequiresImmediateReadAfterWriteForAccessFlows: true
- required: false
- returned: default
- type: integer
- uniqueness: none
Indicates the reason for locking. Valid values are: 0 - failed password login attempts, 1 - admin lock, 2 - failed reset password attempts, 3 - failed MFA login attempts, 4 - failed MFA login attempts for federated user, 5 - failed Database login attempts
{
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsCsvAttributeNameMappings: [[columnHeaderName:Locked, mapsTo:locked.on], [columnHeaderName:Locked Reason, mapsTo:locked.reason], [columnHeaderName:Locked Date, mapsTo:locked.lockDate]]</li><li>idcsSearchable: false</li><li>idcsAllowUpdatesInReadOnlyMode: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: complex</li><li>uniqueness: none</li></ul>A complex attribute that indicates an account is locked (blocking new sessions)",
"type":"object",
"properties":{
"reason":{
"type":"integer",
"enum":[
"0",
"1",
"2",
"3",
"4",
"5"
],
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>idcsRequiresWriteForAccessFlows: true</li><li>idcsRequiresImmediateReadAfterWriteForAccessFlows: true</li><li>required: false</li><li>returned: default</li><li>type: integer</li><li>uniqueness: none</li></ul>Indicates the reason for locking. Valid values are: 0 - failed password login attempts, 1 - admin lock, 2 - failed reset password attempts, 3 - failed MFA login attempts, 4 - failed MFA login attempts for federated user, 5 - failed Database login attempts"
},
"on":{
"type":"boolean",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>idcsRequiresWriteForAccessFlows: true</li><li>idcsRequiresImmediateReadAfterWriteForAccessFlows: true</li><li>required: false</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>Indicates tat the account is locked"
},
"lockDate":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>idcsRequiresWriteForAccessFlows: true</li><li>required: false</li><li>returned: default</li><li>type: dateTime</li><li>uniqueness: none</li></ul>The date and time that the current resource was locked"
},
"Is Password Expired":{
"type":"boolean",
"description":"<b>Added In:</b> 20.1.3<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: request</li><li>type: boolean</li><li>uniqueness: none</li></ul>Indicates whether user password is expired. If this value is false, password expiry will still be evaluated during user login."
}
}
}
Nested Schema : recoveryLocked
Type: object
Added In: 19.1.4
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
A complex attribute that indicates an password recovery is locked (blocking new sessions)
Show Source
-
lockDate(optional):
string
Added In: 19.1.4
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- idcsRequiresWriteForAccessFlows: true
- required: false
- returned: default
- type: dateTime
- uniqueness: none
The date and time that the current resource was locked
-
on(optional):
boolean
Added In: 19.1.4
SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- idcsRequiresWriteForAccessFlows: true
- required: false
- returned: default
- type: boolean
- uniqueness: none
Indicates that the rev is locked
{
"description":"<b>Added In:</b> 19.1.4<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: complex</li><li>uniqueness: none</li></ul>A complex attribute that indicates an password recovery is locked (blocking new sessions)",
"type":"object",
"properties":{
"on":{
"type":"boolean",
"description":"<b>Added In:</b> 19.1.4<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>idcsRequiresWriteForAccessFlows: true</li><li>required: false</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>Indicates that the rev is locked"
},
"lockDate":{
"type":"string",
"description":"<b>Added In:</b> 19.1.4<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>idcsRequiresWriteForAccessFlows: true</li><li>required: false</li><li>returned: default</li><li>type: dateTime</li><li>uniqueness: none</li></ul>The date and time that the current resource was locked"
}
}
}
Nested Schema : x509Certificates
Type: object
A list of certificates issued to the User.
Show Source
-
display(optional):
string
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
A human readable name, primarily used for display purposes.
-
primary(optional):
boolean
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
-
type(optional):
string
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
A label indicating the attribute's function.
-
value:
object value
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: binary
- uniqueness: none
The value of a X509 certificate.
{
"type":"object",
"description":"A list of certificates issued to the User.",
"required":[
"value"
],
"properties":{
"value":{
"type":"object",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: true</li><li>returned: default</li><li>type: binary</li><li>uniqueness: none</li></ul>The value of a X509 certificate."
},
"display":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>A human readable name, primarily used for display purposes."
},
"type":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>A label indicating the attribute's function."
},
"primary":{
"type":"boolean",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once."
}
}
}
Nested Schema : value
Type: object
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: binary
- uniqueness: none
The value of a X509 certificate.