Root Schema : MyRequestableGroup-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(required):
integer
The number of resources returned in a list response page. REQUIRED when partial results returned due to pagination.
-
Resources(required):
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(required):
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(required):
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(required):
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.
{
"type":"object",
"description":"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.",
"required":[
"schemas",
"totalResults",
"Resources",
"startIndex",
"itemsPerPage"
],
"properties":{
"schemas":{
"type":"array",
"enum":[
"urn:ietf:params:scim:api:messages:2.0:ListResponse"
],
"items":{
"type":"string"
},
"description":"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."
},
"totalResults":{
"type":"integer",
"description":"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."
},
"Resources":{
"type":"array",
"items":{
"$ref":"#/definitions/MyRequestableGroup"
},
"description":"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."
},
"startIndex":{
"type":"integer",
"description":"The 1-based index of the first result in the current set of list results. REQUIRED when partial results returned due to pagination."
},
"itemsPerPage":{
"type":"integer",
"description":"The number of resources returned in a list response page. REQUIRED when partial results returned due to pagination."
}
}
}
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
{
"type":"array",
"items":{
"$ref":"#/definitions/MyRequestableGroup"
},
"description":"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."
}
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: [
"urn:ietf:params:scim:api:messages:2.0:ListResponse"
]
Show Source
{
"type":"array",
"enum":[
"urn:ietf:params:scim:api:messages:2.0:ListResponse"
],
"items":{
"type":"string"
},
"description":"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."
}
Nested Schema : MyRequestableGroup
Type: object
Group resource.
Show Source
-
compartmentOcid:
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:
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.
-
displayName(required):
string
Minimum Length: 1
Maximum Length: 3000
SCIM++ Properties:- caseExact: false
- idcsCsvAttributeName: Display Name
- idcsCsvAttributeNameMappings: [[columnHeaderName:Name, deprecatedColumnHeaderName:Display Name]]
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: always
- type: string
- uniqueness: global
Group display name
-
domainOcid:
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.
-
externalId:
string
SCIM++ Properties:- caseExact: false
- 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.
-
id:
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(required):
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:
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:
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:
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.
-
members:
array members
SCIM++ Properties:- caseExact: false
- idcsCompositeKey: [value]
- idcsCsvAttributeNameMappings: [[columnHeaderName:User Members, mapsTo:members[User].value, multiValueDelimiter:;]]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- idcsPaginateResponse: true
- type: complex
- uniqueness: none
Group members - when requesting members attribute, a max of 10,000 members will be returned in a single request. It is recommended to use startIndex and count to return members in pages instead of in a single response, eg : #attributes=members[startIndex=1%26count=10]
-
meta:
object meta
-
nonUniqueDisplayName:
string
Minimum Length: 1
Maximum Length: 3000
Added In: 2011192329
SCIM++ Properties:- caseExact: false
- idcsCsvAttributeName: Non-Unique Display Name
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: always
- type: string
A human readable name for Group as defined by the Service Consumer
-
ocid:
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.
-
schemas(required):
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:
array tags
-
tenancyOcid:
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.
-
urn:ietf:params:scim:schemas:oracle:idcs:extension:group:Group:
object urn:ietf:params:scim:schemas:oracle:idcs:extension:group:Group
Oracle Identity Cloud Service Group
-
urn:ietf:params:scim:schemas:oracle:idcs:extension:requestable:Group:
object urn:ietf:params:scim:schemas:oracle:idcs:extension:requestable:Group
{
"type":"object",
"description":"Group resource.",
"required":[
"schemas",
"idcsCreatedBy",
"displayName"
],
"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>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."
},
"displayName":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsCsvAttributeName: Display Name</li><li>idcsCsvAttributeNameMappings: [[columnHeaderName:Name, deprecatedColumnHeaderName:Display Name]]</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>Group display name",
"minLength":1,
"maxLength":3000
},
"nonUniqueDisplayName":{
"type":"string",
"description":"<b>Added In:</b> 2011192329<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsCsvAttributeName: Non-Unique Display Name</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: always</li><li>type: string</li></ul>A human readable name for Group as defined by the Service Consumer",
"minLength":1,
"maxLength":3000
},
"members":{
"type":"array",
"items":{
"$ref":"#/definitions/members"
},
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsCompositeKey: [value]</li><li>idcsCsvAttributeNameMappings: [[columnHeaderName:User Members, mapsTo:members[User].value, multiValueDelimiter:;]]</li><li>idcsSearchable: true</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: request</li><li>idcsPaginateResponse: true</li><li>type: complex</li><li>uniqueness: none</li></ul>Group members - when requesting members attribute, a max of 10,000 members will be returned in a single request. It is recommended to use startIndex and count to return members in pages instead of in a single response, eg : #attributes=members[startIndex=1%26count=10]"
},
"urn:ietf:params:scim:schemas:oracle:idcs:extension:group:Group":{
"type":"object",
"properties":{
"description":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsCsvAttributeName: Description</li><li>idcsCsvAttributeNameMappings: [[columnHeaderName:Description]]</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>Group description",
"maxLength":4000
},
"creationMechanism":{
"type":"string",
"enum":[
"bulk",
"api",
"adsync",
"authsync",
"idcsui",
"import"
],
"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>required: false</li><li>returned: request</li><li>type: string</li><li>uniqueness: none</li></ul>Source from which this group got created."
},
"passwordPolicy":{
"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>Password Policy associated with this Group.",
"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 ID of the PasswordPolicy."
},
"$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>PasswordPolicy URI"
},
"name":{
"type":"string",
"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: string</li><li>uniqueness: none</li></ul>PasswordPolicy 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"
]
},
"syncedFromApp":{
"description":"<b>Added In:</b> 18.4.2<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: request</li><li>type: complex</li><li>uniqueness: none</li></ul>The entity that created this Group.",
"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: 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 App.",
"minLength":1,
"maxLength":40
},
"type":{
"type":"string",
"enum":[
"App"
],
"description":"<b>Added In:</b> 18.4.2<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsDefaultValue: App</li><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>The type of the entity that created this Group.",
"maxLength":40
},
"$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>App URI"
},
"display":{
"type":"string",
"description":"<b>Added In:</b> 18.4.2<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: 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"
]
},
"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 assigned to group",
"type":"array",
"items":{
"$ref":"#/definitions/grants"
}
},
"owners":{
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsCompositeKey: [value, type]</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>Group owners",
"type":"array",
"items":{
"$ref":"#/definitions/owners"
}
},
"appRoles":{
"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",
"type":"array",
"items":{
"$ref":"#/definitions/appRoles"
}
}
},
"description":"Oracle Identity Cloud Service Group"
},
"urn:ietf:params:scim:schemas:oracle:idcs:extension:requestable:Group":{
"type":"object",
"properties":{
"requestable":{
"type":"boolean",
"description":"<b>Added In:</b> 17.3.4<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>idcsCsvAttributeNameMappings: [[columnHeaderName:Requestable, mapsTo:requestable]]</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>Flag controlling whether group membership can be request by user through self service console."
}
},
"description":"Requestable Group"
}
}
}
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:
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:
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:
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:
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(required):
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:
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:
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:
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:
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(required):
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 : members
Type: array
SCIM++ Properties:- caseExact: false
- idcsCompositeKey: [value]
- idcsCsvAttributeNameMappings: [[columnHeaderName:User Members, mapsTo:members[User].value, multiValueDelimiter:;]]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- idcsPaginateResponse: true
- type: complex
- uniqueness: none
Group members - when requesting members attribute, a max of 10,000 members will be returned in a single request. It is recommended to use startIndex and count to return members in pages instead of in a single response, eg : #attributes=members[startIndex=1%26count=10]
Show Source
-
Array of:
object members
Group members - when requesting members attribute, a max of 10,000 members will be returned in a single request. It is recommended to use startIndex and count to return members in pages instead of in a single response, eg : #attributes=members[startIndex=1%26count=10]
{
"type":"array",
"items":{
"$ref":"#/definitions/members"
},
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsCompositeKey: [value]</li><li>idcsCsvAttributeNameMappings: [[columnHeaderName:User Members, mapsTo:members[User].value, multiValueDelimiter:;]]</li><li>idcsSearchable: true</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: request</li><li>idcsPaginateResponse: true</li><li>type: complex</li><li>uniqueness: none</li></ul>Group members - when requesting members attribute, a max of 10,000 members will be returned in a single request. It is recommended to use startIndex and count to return members in pages instead of in a single response, eg : #attributes=members[startIndex=1%26count=10]"
}
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:oracle:idcs:extension:group:Group
Type: object
Oracle Identity Cloud Service Group
Show Source
-
appRoles:
array 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
-
creationMechanism:
string
Allowed Values: [
"bulk",
"api",
"adsync",
"authsync",
"idcsui",
"import"
]
SCIM++ Properties:- caseExact: false
- idcsCsvAttributeNameMappings: [[defaultValue:import]]
- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: false
- returned: request
- type: string
- uniqueness: none
Source from which this group got created.
-
description:
string
Maximum Length: 4000
SCIM++ Properties:- caseExact: false
- idcsCsvAttributeName: Description
- idcsCsvAttributeNameMappings: [[columnHeaderName:Description]]
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Group description
-
grants:
array grants
SCIM++ Properties:- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
Grants assigned to group
-
owners:
array owners
SCIM++ Properties:- caseExact: false
- idcsCompositeKey: [value, type]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
Group owners
-
passwordPolicy:
object passwordPolicy
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
Password Policy associated with this Group.
-
syncedFromApp:
object syncedFromApp
Added In: 18.4.2
SCIM++ Properties:- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
The entity that created this Group.
{
"type":"object",
"properties":{
"description":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsCsvAttributeName: Description</li><li>idcsCsvAttributeNameMappings: [[columnHeaderName:Description]]</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>Group description",
"maxLength":4000
},
"creationMechanism":{
"type":"string",
"enum":[
"bulk",
"api",
"adsync",
"authsync",
"idcsui",
"import"
],
"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>required: false</li><li>returned: request</li><li>type: string</li><li>uniqueness: none</li></ul>Source from which this group got created."
},
"passwordPolicy":{
"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>Password Policy associated with this Group.",
"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 ID of the PasswordPolicy."
},
"$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>PasswordPolicy URI"
},
"name":{
"type":"string",
"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: string</li><li>uniqueness: none</li></ul>PasswordPolicy 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"
]
},
"syncedFromApp":{
"description":"<b>Added In:</b> 18.4.2<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: request</li><li>type: complex</li><li>uniqueness: none</li></ul>The entity that created this Group.",
"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: 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 App.",
"minLength":1,
"maxLength":40
},
"type":{
"type":"string",
"enum":[
"App"
],
"description":"<b>Added In:</b> 18.4.2<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsDefaultValue: App</li><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>The type of the entity that created this Group.",
"maxLength":40
},
"$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>App URI"
},
"display":{
"type":"string",
"description":"<b>Added In:</b> 18.4.2<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: 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"
]
},
"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 assigned to group",
"type":"array",
"items":{
"$ref":"#/definitions/grants"
}
},
"owners":{
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsCompositeKey: [value, type]</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>Group owners",
"type":"array",
"items":{
"$ref":"#/definitions/owners"
}
},
"appRoles":{
"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",
"type":"array",
"items":{
"$ref":"#/definitions/appRoles"
}
}
},
"description":"Oracle Identity Cloud Service Group"
}
Nested Schema : urn:ietf:params:scim:schemas:oracle:idcs:extension:requestable:Group
Type: object
Requestable Group
Show Source
-
requestable:
boolean
Added In: 17.3.4
SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- idcsCsvAttributeNameMappings: [[columnHeaderName:Requestable, mapsTo:requestable]]
- multiValued: false
- mutability: readWrite
- required: false
- returned: request
- type: boolean
- uniqueness: none
Flag controlling whether group membership can be request by user through self service console.
{
"type":"object",
"properties":{
"requestable":{
"type":"boolean",
"description":"<b>Added In:</b> 17.3.4<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>idcsCsvAttributeNameMappings: [[columnHeaderName:Requestable, mapsTo:requestable]]</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>Flag controlling whether group membership can be request by user through self service console."
}
},
"description":"Requestable Group"
}
Nested Schema : members
Type: object
Group members - when requesting members attribute, a max of 10,000 members will be returned in a single request. It is recommended to use startIndex and count to return members in pages instead of in a single response, eg : #attributes=members[startIndex=1%26count=10]
Show Source
-
$ref:
string
SCIM++ Properties:- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
The URI that corresponds to the member Resource of this Group
-
dateAdded:
string
Added In: 2012271618
SCIM++ Properties:- caseExact: false
- multiValued: false
- mutability: readOnly
- returned: default
- type: dateTime
- uniqueness: none
The DateTime the member was added to the Group.
-
display:
string
SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Member display name
-
membershipOcid:
string
Maximum Length: 255
Added In: 2102181953
SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Membership Ocid
-
name:
string
SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Member name
-
ocid:
string
Maximum Length: 255
Added In: 2012271618
SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: always
- type: string
- uniqueness: none
OCID of the member of this Group
-
type(required):
string
Maximum Length: 10
Allowed Values: [
"User"
]
SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- idcsDefaultValue: User
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
Indicates the type of resource--for example, User or Group
-
value(required):
string
Maximum Length: 40
SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: always
- type: string
- uniqueness: none
ID of the member of this Group
{
"type":"object",
"description":"Group members - when requesting members attribute, a max of 10,000 members will be returned in a single request. It is recommended to use startIndex and count to return members in pages instead of in a single response, eg : #attributes=members[startIndex=1%26count=10]",
"required":[
"value",
"type"
],
"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 member of this Group",
"maxLength":40
},
"dateAdded":{
"type":"string",
"description":"<b>Added In:</b> 2012271618<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>returned: default</li><li>type: dateTime</li><li>uniqueness: none</li></ul>The DateTime the member was added to the Group."
},
"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: readWrite</li><li>required: false</li><li>returned: always</li><li>type: string</li><li>uniqueness: none</li></ul>OCID of the member of this Group",
"maxLength":255
},
"membershipOcid":{
"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: default</li><li>type: string</li><li>uniqueness: none</li></ul>Membership Ocid",
"maxLength":255
},
"$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 that corresponds to the member Resource of this Group"
},
"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>Member display name"
},
"type":{
"type":"string",
"enum":[
"User"
],
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>idcsDefaultValue: User</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>Indicates the type of resource--for example, User or Group",
"maxLength":10
},
"name":{
"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>Member name"
}
}
}
Nested Schema : appRoles
Type: array
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
-
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>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",
"type":"array",
"items":{
"$ref":"#/definitions/appRoles"
}
}
Nested Schema : grants
Type: array
SCIM++ Properties:- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
Grants assigned to group
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 assigned to group",
"type":"array",
"items":{
"$ref":"#/definitions/grants"
}
}
Nested Schema : owners
Type: array
SCIM++ Properties:- caseExact: false
- idcsCompositeKey: [value, type]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
Group owners
Show Source
-
Array of:
object owners
SCIM++ Properties:- caseExact: false
- idcsCompositeKey: [value, type]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
Group owners
{
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsCompositeKey: [value, type]</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>Group owners",
"type":"array",
"items":{
"$ref":"#/definitions/owners"
}
}
Nested Schema : passwordPolicy
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
Password Policy associated with this Group.
Show Source
-
$ref:
string
Added In: 20.1.3
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
PasswordPolicy URI
-
name:
string
Added In: 20.1.3
SCIM++ Properties:- caseExact: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
PasswordPolicy Name
-
priority:
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(required):
string
Added In: 20.1.3
SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: always
- type: string
- uniqueness: none
The ID of the PasswordPolicy.
{
"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>Password Policy associated with this Group.",
"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 ID of the PasswordPolicy."
},
"$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>PasswordPolicy URI"
},
"name":{
"type":"string",
"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: string</li><li>uniqueness: none</li></ul>PasswordPolicy 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 : syncedFromApp
Type: object
Added In: 18.4.2
SCIM++ Properties:- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
The entity that created this Group.
Show Source
-
$ref:
string
Added In: 18.4.2
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
App URI
-
display:
string
Added In: 18.4.2
SCIM++ Properties:- caseExact: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
App Display Name
-
type(required):
string
Maximum Length: 40
Allowed Values: [
"App"
]
Added In: 18.4.2
SCIM++ Properties:- idcsDefaultValue: App
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
The type of the entity that created this Group.
-
value(required):
string
Minimum Length: 1
Maximum Length: 40
Added In: 18.4.2
SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
The ID of the App.
{
"description":"<b>Added In:</b> 18.4.2<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: request</li><li>type: complex</li><li>uniqueness: none</li></ul>The entity that created this Group.",
"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: 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 App.",
"minLength":1,
"maxLength":40
},
"type":{
"type":"string",
"enum":[
"App"
],
"description":"<b>Added In:</b> 18.4.2<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsDefaultValue: App</li><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>The type of the entity that created this Group.",
"maxLength":40
},
"$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>App URI"
},
"display":{
"type":"string",
"description":"<b>Added In:</b> 18.4.2<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: 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 : 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:
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:
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:
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:
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:
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:
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:
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(required):
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:
string
SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
Grant URI
-
granteeId:
string
SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Grantee identifier
-
granteeType:
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:
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:
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 : owners
Type: object
SCIM++ Properties:- caseExact: false
- idcsCompositeKey: [value, type]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
Group owners
Show Source
-
$ref:
string
SCIM++ Properties:- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
The URI that corresponds to the owning Resource of this Group
-
display:
string
SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Owner display name
-
type(required):
string
Allowed Values: [
"User",
"App"
]
SCIM++ Properties:- caseExact: true
- idcsDefaultValue: User
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
Indicates the type of resource--for example, User or Group
-
value(required):
string
SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: always
- type: string
- uniqueness: none
ID of the owner of this Group
{
"type":"object",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsCompositeKey: [value, type]</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>Group owners",
"required":[
"value",
"type"
],
"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 owner of this Group"
},
"$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 that corresponds to the owning Resource of this Group"
},
"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>Owner display name"
},
"type":{
"type":"string",
"enum":[
"User",
"App"
],
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsDefaultValue: User</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>Indicates the type of resource--for example, User or Group"
}
}
}