Search Account ObjectClasses
get
/admin/v1/AccountObjectClasses
Request
Query Parameters
-
attributeSets(optional): string
A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If "attributes" query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.Allowed Values:
[ "all", "always", "never", "request", "default" ]
-
attributes(optional): string
A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
-
count(optional): number
Maximum Value:
1000
OPTIONAL. An integer that indicates the desired maximum number of query results per page. 1000 is the largest value that you can use. See the Pagination section of the System for Cross-Domain Identity Management Protocol specification for more information. (Section 3.4.2.4).Default Value:50
-
filter(optional): string
OPTIONAL. The filter string that is used to request a subset of resources. See the Using the Filter Query Parameter section of the Query Parameters page in Get Started. The filter string MUST be a valid filter expression. See the Filtering section of the SCIM specification for more information (Section 3.4.2.2). The string should contain at least one condition that each item must match in order to be returned in the search results. Each condition specifies an attribute, an operator, and a value. Conditions within a filter can be connected by logical operators (such as AND and OR). Sets of conditions can be grouped together using parentheses.
-
sortBy(optional): string
OPTIONAL. A string that indicates the attribute whose value SHALL be used to order the returned responses. The sortBy attribute MUST be in standard attribute notation form. See the Attribute Notation section of the SCIM specification for more information (Section 3.10). Also, see the Sorting section of the SCIM specification for more information (Section 3.4.2.3).Default Value:
id
-
sortOrder(optional): string
OPTIONAL. A string that indicates the order in which the sortBy parameter is applied. Allowed values are 'ascending' and 'descending'. See the Sorting section of the SCIM specification for more information (Section 3.4.2.3).Default Value:
ascending
-
startIndex(optional): number
OPTIONAL. An integer that indicates the 1-based index of the first query result. See the Pagination section of the SCIM specification for more information. (Section 3.4.2.4). The number of results pages to return. The first page is 1. Specify 2 to access the second page of results, and so on.Default Value:
1
Header Parameters
-
Authorization: string
The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
-
RESOURCE_TYPE_SCHEMA_VERSION(optional): string
An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
Response
Supported Media Types
- application/json
- application/scim+json
200 Response
The request was successful.
Root Schema : AccountObjectClass-ListResponse
Type:
object
The SCIM protocol defines a standard set of query parameters that can be used to filter, sort, and paginate to return zero or more resources in a query response. Queries MAY be made against a single resource or a resource type endpoint (e.g., /Users), or the service provider Base URI.
Show Source
-
itemsPerPage:
integer
The number of resources returned in a list response page. REQUIRED when partial results returned due to pagination.
-
Resources:
array Resources
A multi-valued list of complex objects containing the requested resources. This MAY be a subset of the full set of resources if pagination is requested. REQUIRED if "totalResults" is non-zero.
-
schemas:
array schemas
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. 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. REQUIRED.
-
startIndex:
integer
The 1-based index of the first result in the current set of list results. REQUIRED when partial results returned due to pagination.
-
totalResults:
integer
The total number of results returned by the list or query operation. The value may be larger than the number of resources returned such as when returning a single page of results where multiple pages are available. REQUIRED.
Nested Schema : Resources
Type:
array
A multi-valued list of complex objects containing the requested resources. This MAY be a subset of the full set of resources if pagination is requested. REQUIRED if "totalResults" is non-zero.
Show Source
-
Array of:
object AccountObjectClass
AccountObjectClass schema.
Nested Schema : schemas
Type:
array
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. 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. REQUIRED.
Allowed Values:
Show Source
[
"urn:ietf:params:scim:api:messages:2.0:ListResponse"
]
Nested Schema : AccountObjectClass
Type:
object
AccountObjectClass schema.
Show Source
-
attributeValueGenerationPolicy(optional):
object attributeValueGenerationPolicy
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
-
compartmentOcid(optional):
string
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
-
container(optional):
boolean
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: immutable
- required: false
- returned: default
- type: boolean
- uniqueness: none
-
correlationPolicy(optional):
object correlationPolicy
Added In: 17.4.6
SCIM++ Properties:- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
-
deleteInProgress(optional):
boolean
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
-
displayName(optional):
string
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
-
domainOcid(optional):
string
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
-
fullSyncJobSchedule(optional):
object fullSyncJobSchedule
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
-
hashingAlgorithm(optional):
string
Maximum Length:
40
Allowed Values:[ "SSHA256", "SSHA384", "SSHA512", "PBKDF2-HMAC-SHA1", "PBKDF2-HMAC-SHA256", "PBKDF2-HMAC-SHA384", "PBKDF2-HMAC-SHA512", "SC" ]
Added In: 2206081615
SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
-
id(optional):
string
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: always
- type: string
- uniqueness: global
-
idcsCreatedBy:
object idcsCreatedBy
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: complex
-
idcsLastModifiedBy(optional):
object idcsLastModifiedBy
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: complex
-
idcsLastUpgradedInRelease(optional):
string
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
-
idcsPreventedOperations(optional):
array idcsPreventedOperations
SCIM++ Properties:
- idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
-
idcsUserCorrelationAttribute(optional):
string
Allowed Values:
[ "Primary email address", "Work email address", "User Name" ]
Deprecated Since: 17.4.6
SCIM++ Properties:- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
-
inboundMappedAction(optional):
object inboundMappedAction
Added In: 17.4.6
SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
-
inboundMappedAttribute(optional):
object inboundMappedAttribute
Added In: 17.4.6
SCIM++ Properties:- caseExact: false
- idcsCompositeKey: [value]
- idcsSearchable: true
- mutability: readOnly
- required: false
- returned: default
- type: complex
- uniqueness: none
-
incrementalSyncJobSchedule(optional):
object incrementalSyncJobSchedule
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
-
isHashedAppPwdSupported(optional):
boolean
Added In: 2206081615
SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
-
lifeCycleEvents(optional):
array lifeCycleEvents
Deprecated Since: 17.4.6
SCIM++ Properties:- caseExact: false
- idcsCompositeKey: [name]
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
-
meta(optional):
object meta
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
- type: complex
-
name:
string
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: immutable
- required: true
- returned: default
- type: string
- uniqueness: none
-
ocid(optional):
string
Maximum Length:
255
SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: false
- returned: default
- type: string
- uniqueness: global
-
outboundMappedAction(optional):
object outboundMappedAction
Added In: 18.4.2
SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
-
outboundMappedAttribute(optional):
object outboundMappedAttribute
Added In: 19.1.4
SCIM++ Properties:- idcsCompositeKey: [value]
- idcsSearchable: false
- mutability: readOnly
- required: false
- returned: default
- type: complex
- uniqueness: none
-
passwordResetRequiresCurrentPassword(optional):
boolean
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: immutable
- required: false
- returned: default
- type: boolean
- uniqueness: none
-
resourceType(optional):
object resourceType
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: false
- returned: default
- type: complex
- uniqueness: none
-
schema:
array schema
SCIM++ Properties:
- caseExact: false
- idcsCompositeKey: [name]
- idcsSearchable: false
- multiValued: true
- mutability: immutable
- required: true
- returned: default
- type: complex
- uniqueness: none
-
schemas:
array schemas
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
-
situationResponse(optional):
object situationResponse
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
-
supportedOperations(optional):
array supportedOperations
SCIM++ Properties:
- idcsCompositeKey: [value]
- idcsSearchable: false
- multiValued: true
- mutability: immutable
- required: false
- returned: default
- type: complex
- uniqueness: none
-
syncCreateThreshold(optional):
integer
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: integer
- uniqueness: none
-
syncDeleteThreshold(optional):
integer
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: integer
- uniqueness: none
-
syncErrorThreshold(optional):
integer
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: integer
- uniqueness: none
-
syncToken(optional):
string
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
-
tags(optional):
array tags
SCIM++ Properties:
- idcsCompositeKey: [key, value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
-
tenancyOcid(optional):
string
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
-
updateRequiresCurrentAttributes(optional):
boolean
Added In: 19.2.1
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
Nested Schema : attributeValueGenerationPolicy
Type:
object
SCIM++ Properties:
Show Source
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
-
$ref(optional):
string
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
-
display(optional):
string
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
-
value(optional):
string
Minimum Length:
1
Maximum Length:40
SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Nested Schema : correlationPolicy
Type:
object
Added In: 17.4.6
SCIM++ Properties:
Show Source
SCIM++ Properties:
- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
-
$ref(optional):
string
Added In: 17.4.6
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
-
display(optional):
string
Added In: 17.4.6
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
-
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
Nested Schema : fullSyncJobSchedule
Type:
object
SCIM++ Properties:
Show Source
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
-
$ref(optional):
string
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
-
value:
string
Minimum Length:
1
Maximum Length:40
SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
Nested Schema : idcsCreatedBy
Type:
object
SCIM++ Properties:
Show Source
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: complex
-
$ref(optional):
string
SCIM++ Properties:
- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
-
display(optional):
string
SCIM++ Properties:
- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
-
ocid(optional):
string
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- returned: default
- type: string
- uniqueness: none
-
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
-
value:
string
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
Nested Schema : idcsLastModifiedBy
Type:
object
SCIM++ Properties:
Show Source
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: complex
-
$ref(optional):
string
SCIM++ Properties:
- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
-
display(optional):
string
SCIM++ Properties:
- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
-
ocid(optional):
string
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- returned: default
- type: string
- uniqueness: none
-
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
-
value:
string
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
Nested Schema : idcsPreventedOperations
Type:
array
SCIM++ Properties:
- idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
Allowed Values:
Show Source
[
"replace",
"update",
"delete"
]
Nested Schema : inboundMappedAction
Type:
object
Added In: 17.4.6
SCIM++ Properties:
Show Source
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
-
$ref(optional):
string
Added In: 17.4.6
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
-
value:
string
Minimum Length:
1
Maximum Length:40
Added In: 17.4.6
SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: true
- returned: default
- type: string
- uniqueness: none
Nested Schema : inboundMappedAttribute
Type:
object
Added In: 17.4.6
SCIM++ Properties:
Show Source
SCIM++ Properties:
- caseExact: false
- idcsCompositeKey: [value]
- idcsSearchable: true
- mutability: readOnly
- required: false
- returned: default
- type: complex
- uniqueness: none
-
$ref(optional):
string
Added In: 17.4.6
SCIM++ Properties:- idcsSearchable: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
-
value:
string
Minimum Length:
1
Maximum Length:40
Added In: 17.4.6
SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
Nested Schema : incrementalSyncJobSchedule
Type:
object
SCIM++ Properties:
Show Source
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
-
$ref(optional):
string
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
-
value:
string
Minimum Length:
1
Maximum Length:40
SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: true
- returned: default
- type: string
- uniqueness: none
Nested Schema : lifeCycleEvents
Type:
array
Deprecated Since: 17.4.6
SCIM++ Properties:
Show Source
SCIM++ Properties:
- caseExact: false
- idcsCompositeKey: [name]
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
-
Array of:
object lifeCycleEvents
Configuration for life-cycle events
Nested Schema : meta
Type:
object
SCIM++ Properties:
Show Source
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
- type: complex
-
created(optional):
string
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: dateTime
- uniqueness: none
-
lastModified(optional):
string
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: dateTime
- uniqueness: none
-
location(optional):
string
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
-
resourceType(optional):
string
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
-
version(optional):
string
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Nested Schema : outboundMappedAction
Type:
object
Added In: 18.4.2
SCIM++ Properties:
Show Source
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
-
$ref(optional):
string
Added In: 18.4.2
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
-
value:
string
Minimum Length:
1
Maximum Length:40
Added In: 18.4.2
SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: true
- returned: default
- type: string
- uniqueness: none
Nested Schema : outboundMappedAttribute
Type:
object
Added In: 19.1.4
SCIM++ Properties:
Show Source
SCIM++ Properties:
- idcsCompositeKey: [value]
- idcsSearchable: false
- mutability: readOnly
- required: false
- returned: default
- type: complex
- uniqueness: none
-
$ref(optional):
string
Added In: 19.1.4
SCIM++ Properties:- idcsSearchable: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
-
value:
string
Minimum Length:
1
Maximum Length:40
Added In: 19.1.4
SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
Nested Schema : resourceType
Type:
object
SCIM++ Properties:
Show Source
- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: false
- returned: default
- type: complex
- uniqueness: none
-
$ref(optional):
string
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
-
display(optional):
string
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
-
value:
string
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: true
- returned: default
- type: string
- uniqueness: global
Nested Schema : schema
Type:
array
SCIM++ Properties:
Show Source
- caseExact: false
- idcsCompositeKey: [name]
- idcsSearchable: false
- multiValued: true
- mutability: immutable
- required: true
- returned: default
- type: complex
- uniqueness: none
-
Array of:
object schema
Schema attributes of the account object-class. Each schema attribute maps to "AttributeInfo" in ICF.
Nested Schema : schemas
Type:
array
SCIM++ Properties:
Show Source
- caseExact: false
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
Nested Schema : situationResponse
Type:
object
SCIM++ Properties:
Show Source
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
-
responseForSituationConfirmed:
string
Allowed Values:
[ "Do-Nothing" ]
SCIM++ Properties:- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
-
responseForSituationDisputed:
string
Allowed Values:
[ "Do-Nothing" ]
SCIM++ Properties:- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
-
responseForSituationFound:
string
Allowed Values:
[ "Accept", "Do-Nothing" ]
SCIM++ Properties:- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
-
responseForSituationLost:
string
Allowed Values:
[ "Forget" ]
SCIM++ Properties:- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
-
responseForSituationMatched:
string
Allowed Values:
[ "Assign", "Hold", "Do-Nothing" ]
SCIM++ Properties:- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
-
responseForSituationUnmatched:
string
Allowed Values:
[ "Do-Nothing" ]
SCIM++ Properties:- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
Nested Schema : supportedOperations
Type:
array
SCIM++ Properties:
Show Source
- idcsCompositeKey: [value]
- idcsSearchable: false
- multiValued: true
- mutability: immutable
- required: false
- returned: default
- type: complex
- uniqueness: none
-
Array of:
object supportedOperations
Operations supported for the account object-class.
Nested Schema : lifeCycleEvents
Type:
object
Configuration for life-cycle events
Show Source
-
action:
string
Allowed Values:
[ "delete_account_in_managedapp", "deactivate_account_in_managedapp", "activate_account_in_managedapp", "propagate_to_managedapp" ]
Deprecated Since: 17.4.6
SCIM++ Properties:- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
-
name:
string
Allowed Values:
[ "user_delete", "user_deactivate", "user_activate", "user_password_reset", "app_activate", "app_deactivate", "app_delete" ]
Deprecated Since: 17.4.6
SCIM++ Properties:- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
Nested Schema : schema
Type:
object
Schema attributes of the account object-class. Each schema attribute maps to "AttributeInfo" in ICF.
Show Source
-
allowedValueNameAttribute(optional):
string
Added In: 18.2.6
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
-
allowedValueSource(optional):
string
Added In: 18.2.6
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
-
allowedValueType(optional):
string
Allowed Values:
[ "static", "dynamic" ]
Added In: 18.2.6
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
-
auditable(optional):
boolean
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
-
createable(optional):
boolean
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
-
dateField(optional):
boolean
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
-
description(optional):
string
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
-
displayName(optional):
string
Added In: 18.2.6
SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
-
generated(optional):
boolean
Added In: 17.4.6
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
-
icfType:
string
Allowed Values:
[ "Long", "String", "Character", "Double", "Float", "Integer", "Boolean", "BigDecimal", "byte[]", "BigInteger", "GuardedByteArray", "GuardedString" ]
SCIM++ Properties:- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
-
idcsName:
string
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
-
idcsuiOrder(optional):
integer
Added In: 18.2.6
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: integer
- uniqueness: none
-
idcsuiRegexp(optional):
string
Added In: 18.2.6
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
-
idcsuiVisible(optional):
boolean
Added In: 18.2.6
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
-
idcsuiWidget(optional):
string
Allowed Values:
[ "inputtext", "checkbox", "textarea", "combobox" ]
Added In: 18.2.6
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
-
multiValued:
boolean
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
-
name:
string
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
-
readable(optional):
boolean
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
-
required:
boolean
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
-
returnedByDefault(optional):
boolean
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
-
searchable(optional):
boolean
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
-
sensitive(optional):
boolean
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
-
updateable(optional):
boolean
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
Nested Schema : supportedOperations
Type:
object
Operations supported for the account object-class.
Show Source
-
$ref(optional):
string
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
-
display(optional):
string
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
-
name(optional):
string
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
-
value:
string
Minimum Length:
1
Maximum Length:40
SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: true
- returned: default
- type: string
- uniqueness: none
400 Response
Bad or invalid request
Root Schema : Error
Type:
object
The SCIM Protocol uses the HTTP status response status codes defined
in Section 6 [RFC7231] to indicate operation success or failure.
Refer the available status codes here : Status Codes.
In addition to returning a HTTP response code implementers MUST return the errors in the body of the response in the client requested format containing the error response and, per the HTTP specification, human- readable explanations.
Show Source
In addition to returning a HTTP response code implementers MUST return the errors in the body of the response in the client requested format containing the error response and, per the HTTP specification, human- readable explanations.
-
detail(optional):
string
A detailed, human readable message. OPTIONAL
-
schemas:
array schemas
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 SCIM specified Error and Extn Error Schema. 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. REQUIRED.
-
status:
string
The HTTP status code (see Section 6 [RFC7231]) expressed as a JSON String
-
urn:ietf:params:scim:api:oracle:idcs:extension:messages:Error(optional):
object urn:ietf:params:scim:api:oracle:idcs:extension:messages:Error
Extension schema for error messages providing more details with the exception status.
Returns messageId corresponding to the detailed error message and optionally additional data related to the error condition - for example reason for authentication failure such as user is disabled or locked.
Nested Schema : schemas
Type:
array
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 SCIM specified Error and Extn Error Schema. 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. REQUIRED.
Allowed Values:
Show Source
[
"urn:ietf:params:scim:api:messages:2.0:Error",
"urn:ietf:params:scim:api:oracle:idcs:extension:messages:Error"
]
Nested Schema : urn:ietf:params:scim:api:oracle:idcs:extension:messages:Error
Type:
object
Extension schema for error messages providing more details with the exception status.
Returns messageId corresponding to the detailed error message and optionally additional data related to the error condition - for example reason for authentication failure such as user is disabled or locked.
Show Source
Returns messageId corresponding to the detailed error message and optionally additional data related to the error condition - for example reason for authentication failure such as user is disabled or locked.
-
additionalData(optional):
object additionalData
Contains Map based additional data for the exception message (as key-value pair). All keys and values are in string format.
-
messageId(optional):
string
Internal error keyword pointing to the exception status message. REQUIRED.
Nested Schema : additionalData
Type:
object
Contains Map based additional data for the exception message (as key-value pair). All keys and values are in string format.
401 Response
The supplied credentials, if any, are not sufficient to access the resource.
Root Schema : Error
Type:
object
The SCIM Protocol uses the HTTP status response status codes defined
in Section 6 [RFC7231] to indicate operation success or failure.
Refer the available status codes here : Status Codes.
In addition to returning a HTTP response code implementers MUST return the errors in the body of the response in the client requested format containing the error response and, per the HTTP specification, human- readable explanations.
Show Source
In addition to returning a HTTP response code implementers MUST return the errors in the body of the response in the client requested format containing the error response and, per the HTTP specification, human- readable explanations.
-
detail(optional):
string
A detailed, human readable message. OPTIONAL
-
schemas:
array schemas
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 SCIM specified Error and Extn Error Schema. 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. REQUIRED.
-
status:
string
The HTTP status code (see Section 6 [RFC7231]) expressed as a JSON String
-
urn:ietf:params:scim:api:oracle:idcs:extension:messages:Error(optional):
object urn:ietf:params:scim:api:oracle:idcs:extension:messages:Error
Extension schema for error messages providing more details with the exception status.
Returns messageId corresponding to the detailed error message and optionally additional data related to the error condition - for example reason for authentication failure such as user is disabled or locked.
Nested Schema : schemas
Type:
array
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 SCIM specified Error and Extn Error Schema. 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. REQUIRED.
Allowed Values:
Show Source
[
"urn:ietf:params:scim:api:messages:2.0:Error",
"urn:ietf:params:scim:api:oracle:idcs:extension:messages:Error"
]
Nested Schema : urn:ietf:params:scim:api:oracle:idcs:extension:messages:Error
Type:
object
Extension schema for error messages providing more details with the exception status.
Returns messageId corresponding to the detailed error message and optionally additional data related to the error condition - for example reason for authentication failure such as user is disabled or locked.
Show Source
Returns messageId corresponding to the detailed error message and optionally additional data related to the error condition - for example reason for authentication failure such as user is disabled or locked.
-
additionalData(optional):
object additionalData
Contains Map based additional data for the exception message (as key-value pair). All keys and values are in string format.
-
messageId(optional):
string
Internal error keyword pointing to the exception status message. REQUIRED.
Nested Schema : additionalData
Type:
object
Contains Map based additional data for the exception message (as key-value pair). All keys and values are in string format.
404 Response
The requested resource could not be found.
Root Schema : Error
Type:
object
The SCIM Protocol uses the HTTP status response status codes defined
in Section 6 [RFC7231] to indicate operation success or failure.
Refer the available status codes here : Status Codes.
In addition to returning a HTTP response code implementers MUST return the errors in the body of the response in the client requested format containing the error response and, per the HTTP specification, human- readable explanations.
Show Source
In addition to returning a HTTP response code implementers MUST return the errors in the body of the response in the client requested format containing the error response and, per the HTTP specification, human- readable explanations.
-
detail(optional):
string
A detailed, human readable message. OPTIONAL
-
schemas:
array schemas
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 SCIM specified Error and Extn Error Schema. 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. REQUIRED.
-
status:
string
The HTTP status code (see Section 6 [RFC7231]) expressed as a JSON String
-
urn:ietf:params:scim:api:oracle:idcs:extension:messages:Error(optional):
object urn:ietf:params:scim:api:oracle:idcs:extension:messages:Error
Extension schema for error messages providing more details with the exception status.
Returns messageId corresponding to the detailed error message and optionally additional data related to the error condition - for example reason for authentication failure such as user is disabled or locked.
Nested Schema : schemas
Type:
array
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 SCIM specified Error and Extn Error Schema. 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. REQUIRED.
Allowed Values:
Show Source
[
"urn:ietf:params:scim:api:messages:2.0:Error",
"urn:ietf:params:scim:api:oracle:idcs:extension:messages:Error"
]
Nested Schema : urn:ietf:params:scim:api:oracle:idcs:extension:messages:Error
Type:
object
Extension schema for error messages providing more details with the exception status.
Returns messageId corresponding to the detailed error message and optionally additional data related to the error condition - for example reason for authentication failure such as user is disabled or locked.
Show Source
Returns messageId corresponding to the detailed error message and optionally additional data related to the error condition - for example reason for authentication failure such as user is disabled or locked.
-
additionalData(optional):
object additionalData
Contains Map based additional data for the exception message (as key-value pair). All keys and values are in string format.
-
messageId(optional):
string
Internal error keyword pointing to the exception status message. REQUIRED.
Nested Schema : additionalData
Type:
object
Contains Map based additional data for the exception message (as key-value pair). All keys and values are in string format.
500 Response
We couldn't return the representation due to an internal server error.
Root Schema : Error
Type:
object
The SCIM Protocol uses the HTTP status response status codes defined
in Section 6 [RFC7231] to indicate operation success or failure.
Refer the available status codes here : Status Codes.
In addition to returning a HTTP response code implementers MUST return the errors in the body of the response in the client requested format containing the error response and, per the HTTP specification, human- readable explanations.
Show Source
In addition to returning a HTTP response code implementers MUST return the errors in the body of the response in the client requested format containing the error response and, per the HTTP specification, human- readable explanations.
-
detail(optional):
string
A detailed, human readable message. OPTIONAL
-
schemas:
array schemas
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 SCIM specified Error and Extn Error Schema. 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. REQUIRED.
-
status:
string
The HTTP status code (see Section 6 [RFC7231]) expressed as a JSON String
-
urn:ietf:params:scim:api:oracle:idcs:extension:messages:Error(optional):
object urn:ietf:params:scim:api:oracle:idcs:extension:messages:Error
Extension schema for error messages providing more details with the exception status.
Returns messageId corresponding to the detailed error message and optionally additional data related to the error condition - for example reason for authentication failure such as user is disabled or locked.
Nested Schema : schemas
Type:
array
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 SCIM specified Error and Extn Error Schema. 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. REQUIRED.
Allowed Values:
Show Source
[
"urn:ietf:params:scim:api:messages:2.0:Error",
"urn:ietf:params:scim:api:oracle:idcs:extension:messages:Error"
]
Nested Schema : urn:ietf:params:scim:api:oracle:idcs:extension:messages:Error
Type:
object
Extension schema for error messages providing more details with the exception status.
Returns messageId corresponding to the detailed error message and optionally additional data related to the error condition - for example reason for authentication failure such as user is disabled or locked.
Show Source
Returns messageId corresponding to the detailed error message and optionally additional data related to the error condition - for example reason for authentication failure such as user is disabled or locked.
-
additionalData(optional):
object additionalData
Contains Map based additional data for the exception message (as key-value pair). All keys and values are in string format.
-
messageId(optional):
string
Internal error keyword pointing to the exception status message. REQUIRED.
Nested Schema : additionalData
Type:
object
Contains Map based additional data for the exception message (as key-value pair). All keys and values are in string format.
Examples
The following example shows how to retrieve a list of existing account object classes for the tenant by submitting a GET request on the REST resource using cURL. For more information about cURL, see Use cURL.
cURL Command
Note:
The command in this example uses the URL structurehttps://tenant-base-url/resource-path,
where
tenant-base-url
represents the Identity Service URL, and the resource path represents the Identity Service API. See
Send Requests for the appropriate URL structure to use.
curl
-X GET
-H "Content-Type:application/scim+json"
-H "Authorization: Bearer <Access Token Value>"
https://tenant-base-url/admin/v1/AccountObjectClasses
Example of Response Body
The following example shows the contents of the response body in JSON format:
{
"status": 200,
"response": {
"schemas": [
"urn:ietf:params:scim:api:messages:2.0:ListResponse"
],
"totalResults": 1,
"Resources": [
{
"container": false,
"idcsLastModifiedBy": {
"type": "User",
"value": "4e153d51a1af478b9dd31c3dcfa81b22",
"display": "admin opc",
"$ref": "https://tenant-base-url/admin/v1/Users/4e153d51a1af478b9dd31c3dcfa81b22"
},
"idcsCreatedBy": {
"type": "User",
"display": "admin opc",
"value": "4e153d51a1af478b9dd31c3dcfa81b22",
"$ref": "https://tenant-base-url/admin/v1/Users/4e153d51a1af478b9dd31c3dcfa81b22"
},
"id": "a9d5e31b8eb546649207f1f360b3cb46",
"syncDeleteThreshold": 10,
"passwordResetRequiresCurrentPassword": false,
"meta": {
"created": "2017-04-26T22:55:26.081Z",
"lastModified": "2017-04-27T19:27:37.211Z",
"resourceType": "AccountObjectClass",
"location": "https://tenant-base-url/admin/v1/AccountObjectClasses/a9d5e31b8eb546649207f1f360b3cb46"
},
"syncCreateThreshold": 10,
"name": "__ACCOUNT__",
"displayName": "AccountObjectClassTemplate for Google",
"idcsUserCorrelationAttribute": "Primary email address",
"attributeValueGenerationPolicy": {
"value": "98dca3fc23374caaa13a867f3281f656",
"display": "AVG PolicyTemplate for Google for Google Suite1493247325761",
"$ref": "https://tenant-base-url/admin/v1/Policies/98dca3fc23374caaa13a867f3281f656"
},
"fullSyncJobSchedule": {
"value": "e1f507e1-14c6-4076-8bf4-887a58182313",
"$ref": "https://tenant-base-url/job/v1/JobSchedules/e1f507e1-14c6-4076-8bf4-887a58182313"
},
"resourceType": {
"value": "ManagedAppa9d5e31b8eb546649207f1f360b3cb46",
"$ref": "https://tenant-base-url/admin/v1/ResourceTypes/ManagedAppa9d5e31b8eb546649207f1f360b3cb46"
},
"schema": [
{
"dateField": false,
"icfType": "Boolean",
"multiValued": false,
"required": false,
"searchable": true,
"sensitive": false,
"readable": true,
"auditable": false,
"name": "isMailboxSetup",
"updateable": true,
"description": "isMailboxSetup",
"returnedByDefault": true,
"idcsName": "isMailboxSetup",
"createable": true
},
{
"dateField": false,
"icfType": "String",
"multiValued": false,
"required": false,
"searchable": true,
"sensitive": false,
"readable": true,
"auditable": false,
"name": "thumbnailPhotoUrl",
"updateable": true,
"description": "thumbnailPhotoUrl",
"returnedByDefault": true,
"idcsName": "thumbnailPhotoUrl",
"createable": true
},
{
"dateField": false,
"icfType": "String",
"multiValued": false,
"required": false,
"searchable": true,
"sensitive": false,
"readable": true,
"auditable": false,
"name": "customerId",
"updateable": true,
"description": "customerId",
"returnedByDefault": true,
"idcsName": "customerId",
"createable": true
},
{
"dateField": false,
"icfType": "String",
"multiValued": false,
"required": true,
"searchable": true,
"sensitive": false,
"readable": true,
"auditable": false,
"name": "__NAME__",
"updateable": true,
"description": "__NAME__",
"returnedByDefault": true,
"idcsName": "name",
"createable": true
},
{
"dateField": false,
"icfType": "String",
"multiValued": false,
"required": false,
"searchable": true,
"sensitive": false,
"readable": true,
"auditable": false,
"name": "__UID__",
"updateable": false,
"description": "__UID__",
"returnedByDefault": true,
"idcsName": "uid",
"createable": false
},
{
"dateField": false,
"icfType": "String",
"multiValued": false,
"required": true,
"searchable": true,
"sensitive": false,
"readable": true,
"auditable": false,
"name": "primaryEmail",
"updateable": true,
"description": "primaryEmail",
"returnedByDefault": true,
"idcsName": "primaryEmail",
"createable": true
},
{
"dateField": false,
"icfType": "String",
"multiValued": false,
"required": true,
"searchable": true,
"sensitive": false,
"readable": true,
"auditable": false,
"name": "givenName",
"updateable": true,
"description": "givenName",
"returnedByDefault": true,
"idcsName": "givenName",
"createable": true
},
{
"dateField": false,
"icfType": "Boolean",
"multiValued": false,
"required": false,
"searchable": true,
"sensitive": false,
"readable": true,
"auditable": false,
"name": "isDelegatedAdmin",
"updateable": true,
"description": "isDelegatedAdmin",
"returnedByDefault": true,
"idcsName": "isDelegatedAdmin",
"createable": true
},
{
"dateField": false,
"icfType": "GuardedString",
"multiValued": false,
"required": true,
"searchable": false,
"sensitive": true,
"readable": false,
"auditable": false,
"name": "__PASSWORD__",
"updateable": true,
"description": "__PASSWORD__",
"returnedByDefault": false,
"idcsName": "password",
"createable": true
},
{
"dateField": false,
"icfType": "Boolean",
"multiValued": false,
"required": false,
"searchable": true,
"sensitive": false,
"readable": true,
"auditable": false,
"name": "agreedToTerms",
"updateable": true,
"description": "agreedToTerms",
"returnedByDefault": true,
"idcsName": "agreedToTerms",
"createable": true
},
{
"dateField": false,
"icfType": "String",
"multiValued": false,
"required": false,
"searchable": true,
"sensitive": false,
"readable": true,
"auditable": false,
"name": "hashFunction",
"updateable": true,
"description": "hashFunction",
"returnedByDefault": true,
"idcsName": "hashFunction",
"createable": true
},
{
"dateField": false,
"icfType": "Boolean",
"multiValued": false,
"required": false,
"searchable": true,
"sensitive": false,
"readable": true,
"auditable": false,
"name": "ipWhitelisted",
"updateable": true,
"description": "ipWhitelisted",
"returnedByDefault": true,
"idcsName": "ipWhitelisted",
"createable": true
},
{
"dateField": false,
"icfType": "Boolean",
"multiValued": false,
"required": false,
"searchable": true,
"sensitive": false,
"readable": true,
"auditable": false,
"name": "__ENABLE__",
"updateable": true,
"description": "__ENABLE__",
"returnedByDefault": true,
"idcsName": "active",
"createable": true
},
{
"dateField": false,
"icfType": "Boolean",
"multiValued": false,
"required": false,
"searchable": true,
"sensitive": false,
"readable": true,
"auditable": false,
"name": "changePasswordAtNextLogin",
"updateable": true,
"description": "changePasswordAtNextLogin",
"returnedByDefault": true,
"idcsName": "changePasswordAtNextLogin",
"createable": true
},
{
"dateField": false,
"icfType": "Boolean",
"multiValued": false,
"required": false,
"searchable": true,
"sensitive": false,
"readable": true,
"auditable": false,
"name": "suspended",
"updateable": true,
"description": "suspended",
"returnedByDefault": true,
"idcsName": "suspended",
"createable": true
},
{
"dateField": false,
"icfType": "Boolean",
"multiValued": false,
"required": false,
"searchable": true,
"sensitive": false,
"readable": true,
"auditable": false,
"name": "isAdmin",
"updateable": true,
"description": "isAdmin",
"returnedByDefault": true,
"idcsName": "isAdmin",
"createable": true
},
{
"dateField": false,
"icfType": "String",
"multiValued": false,
"required": false,
"searchable": true,
"sensitive": false,
"readable": true,
"auditable": false,
"name": "orgunitpath",
"updateable": true,
"description": "orgunitpath",
"returnedByDefault": true,
"idcsName": "orgunitpath",
"createable": true
},
{
"dateField": false,
"icfType": "Boolean",
"multiValued": false,
"required": false,
"searchable": true,
"sensitive": false,
"readable": true,
"auditable": false,
"name": "includeInGlobalAddressList",
"updateable": true,
"description": "includeInGlobalAddressList",
"returnedByDefault": true,
"idcsName": "includeInGlobalAddressList",
"createable": true
},
{
"dateField": false,
"icfType": "String",
"multiValued": false,
"required": true,
"searchable": true,
"sensitive": false,
"readable": true,
"auditable": false,
"name": "familyName",
"updateable": true,
"description": "familyName",
"returnedByDefault": true,
"idcsName": "familyName",
"createable": true
},
{
"dateField": false,
"icfType": "String",
"multiValued": false,
"required": false,
"searchable": true,
"sensitive": false,
"readable": true,
"auditable": false,
"name": "suspensionReason",
"updateable": true,
"description": "suspensionReason",
"returnedByDefault": true,
"idcsName": "suspensionReason",
"createable": true
}
],
"situationResponse": {
"responseForSituationMatched": "Hold",
"responseForSituationDisputed": "Do-Nothing",
"responseForSituationLost": "Forget",
"responseForSituationConfirmed": "Do-Nothing",
"responseForSituationUnmatched": "Do-Nothing",
"responseForSituationFound": "Accept"
},
"supportedOperations": [
{
"value": "0aa7465445ab4090b139364868a7bf69",
"display": "activate",
"name": "activate",
"$ref": "https://tenant-base-url/admin/v1/ManagedAppOperations/0aa7465445ab4090b139364868a7bf69"
},
{
"value": "54c3512b9f38407784d83690735af56c",
"display": "deactivate",
"name": "deactivate",
"$ref": "https://tenant-base-url/admin/v1/ManagedAppOperations/54c3512b9f38407784d83690735af56c"
},
{
"value": "de5e7a5197d245edaa4470471409491e",
"display": "create",
"name": "create",
"$ref": "https://tenant-base-url/admin/v1/ManagedAppOperations/de5e7a5197d245edaa4470471409491e"
},
{
"value": "8701d47a2fbb4bbb95dde7a5b0cb9bc0",
"display": "delete",
"name": "delete",
"$ref": "https://tenant-base-url/admin/v1/ManagedAppOperations/8701d47a2fbb4bbb95dde7a5b0cb9bc0"
},
{
"value": "b89a895a3c6b452bb1ca1e99e0abf56b",
"display": "search",
"name": "search",
"$ref": "https://tenant-base-url/admin/v1/ManagedAppOperations/b89a895a3c6b452bb1ca1e99e0abf56b"
},
{
"value": "f2dd677e43ca440da0de870d8f36851a",
"display": "password_reset",
"name": "password_reset",
"$ref": "https://tenant-base-url/admin/v1/ManagedAppOperations/f2dd677e43ca440da0de870d8f36851a"
}
],
"schemas": [
"urn:ietf:params:scim:schemas:oracle:idcs:AccountObjectClass"
]
}
],
"startIndex": 1,
"itemsPerPage": 50
}
}