Search for all grants to a specific client app

GET {{HOST}}/admin/v1/Grants?filter=grantee[value eq "{{clientappid}}" and type eq "App"]

There are two ways to do this:

  1. Request the grants attribute of the app
  2. Query Grants yourself

If you request the grants attribute of the App, it contains the essential data: the ID of the Grant, the ID of the grantee, the type of the grantee, the grantMechanism, and so on.


A Grant that specifies as grantee a particular App (and usually a particular AppRole defined by that App) allows that grantee App (Client) to access the resources of the granted App.

  • Oracle Identity Cloud Service supports currently only Grant-to-App of an AppRole defined by another App:

    • An App needs membership in at least one AppRole defined by the server App in order to support legacy, AppID-based association.
    • An App may need memberships in AppRoles defined by the server App in order to authorize access that OAuth trust enables.

In theory, Oracle Identity Cloud Service could also support a Grant-to-App of another App that does not specify an AppRole defined by that other App.

Note that fulfillment of a Grant-to-App does not record the grantee App as a member of the AppRole. Instead, fulfillment records the granted AppRole) in the grantedAppRoles attribute of the grantee App.

See https://docs.oracle.com/en/cloud/paas/identity-cloud/rest-api/appmgmtrelationships.html for more information on understanding application management relationships between Apps, AppRoles, Users, and Groups.

Request Params

KeyDatatypeRequiredDescription
filterstring

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{"schemas":["urn:ietf:params:scim:api:messages:2.0:ListResponse"],"totalResults":17,"Resources":[{"isFulfilled":true,"idcsLastModifiedBy":{"type":"User","value":"98296b6bd077438a9fe368128fd2faac","display":"admin","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Users/98296b6bd077438a9fe368128fd2faac"},"idcsCreatedBy":{"type":"User","display":"admin","value":"98296b6bd077438a9fe368128fd2faac","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Users/98296b6bd077438a9fe368128fd2faac"},"id":"533bc83e580c43b9bd198f74ccad72e4","meta":{"created":"2019-03-18T09:43:24.361Z","lastModified":"2019-03-18T09:43:24.361Z","resourceType":"Grant","location":"https://bravoe.identity.internal.oracle.com/admin/v1/Grants/533bc83e580c43b9bd198f74ccad72e4"},"grantMechanism":"ADMINISTRATOR_TO_APP","app":{"value":"IDCSAppId","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Apps/IDCSAppId"},"grantee":{"type":"App","value":"c4b20a6b16e24fec9e3e18322c997297","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Apps/c4b20a6b16e24fec9e3e18322c997297"},"entitlement":{"attributeValue":"08a63b1c039b4c958b8b8f9bf9288c0a","attributeName":"appRoles"},"grantor":{"type":"User","value":"98296b6bd077438a9fe368128fd2faac","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Users/98296b6bd077438a9fe368128fd2faac"},"schemas":["urn:ietf:params:scim:schemas:oracle:idcs:Grant"]},{"isFulfilled":true,"idcsLastModifiedBy":{"type":"User","value":"98296b6bd077438a9fe368128fd2faac","display":"admin","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Users/98296b6bd077438a9fe368128fd2faac"},"idcsCreatedBy":{"type":"User","display":"admin","value":"98296b6bd077438a9fe368128fd2faac","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Users/98296b6bd077438a9fe368128fd2faac"},"id":"04ee9046b4234bb99b10fac0454fc3fa","meta":{"created":"2019-03-01T08:15:41.265Z","lastModified":"2019-03-01T08:15:41.265Z","resourceType":"Grant","location":"https://bravoe.identity.internal.oracle.com/admin/v1/Grants/04ee9046b4234bb99b10fac0454fc3fa"},"grantMechanism":"ADMINISTRATOR_TO_APP","app":{"value":"IDCSAppId","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Apps/IDCSAppId"},"grantee":{"type":"App","value":"c4b20a6b16e24fec9e3e18322c997297","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Apps/c4b20a6b16e24fec9e3e18322c997297"},"entitlement":{"attributeValue":"0ff754cb426e4cbcab61acf6ca15b6cd","attributeName":"appRoles"},"grantor":{"type":"User","value":"98296b6bd077438a9fe368128fd2faac","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Users/98296b6bd077438a9fe368128fd2faac"},"schemas":["urn:ietf:params:scim:schemas:oracle:idcs:Grant"]},{"isFulfilled":true,"idcsLastModifiedBy":{"type":"User","value":"98296b6bd077438a9fe368128fd2faac","display":"admin","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Users/98296b6bd077438a9fe368128fd2faac"},"idcsCreatedBy":{"type":"User","display":"admin","value":"98296b6bd077438a9fe368128fd2faac","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Users/98296b6bd077438a9fe368128fd2faac"},"id":"c0fc383fd67b4791bbd3a6393da4f239","meta":{"created":"2019-03-01T08:15:41.366Z","lastModified":"2019-03-01T08:15:41.366Z","resourceType":"Grant","location":"https://bravoe.identity.internal.oracle.com/admin/v1/Grants/c0fc383fd67b4791bbd3a6393da4f239"},"grantMechanism":"ADMINISTRATOR_TO_APP","app":{"value":"IDCSAppId","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Apps/IDCSAppId"},"grantee":{"type":"App","value":"c4b20a6b16e24fec9e3e18322c997297","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Apps/c4b20a6b16e24fec9e3e18322c997297"},"entitlement":{"attributeValue":"4477a4900afa4dcf973997826172f7b1","attributeName":"appRoles"},"grantor":{"type":"User","value":"98296b6bd077438a9fe368128fd2faac","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Users/98296b6bd077438a9fe368128fd2faac"},"schemas":["urn:ietf:params:scim:schemas:oracle:idcs:Grant"]},{"isFulfilled":true,"idcsLastModifiedBy":{"type":"User","value":"98296b6bd077438a9fe368128fd2faac","display":"admin","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Users/98296b6bd077438a9fe368128fd2faac"},"idcsCreatedBy":{"type":"User","display":"admin","value":"98296b6bd077438a9fe368128fd2faac","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Users/98296b6bd077438a9fe368128fd2faac"},"id":"2a57431d4fff4e0eb576cf9dae0167ed","meta":{"created":"2019-03-18T09:43:24.247Z","lastModified":"2019-03-18T09:43:24.247Z","resourceType":"Grant","location":"https://bravoe.identity.internal.oracle.com/admin/v1/Grants/2a57431d4fff4e0eb576cf9dae0167ed"},"grantMechanism":"ADMINISTRATOR_TO_APP","app":{"value":"IDCSAppId","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Apps/IDCSAppId"},"grantee":{"type":"App","value":"c4b20a6b16e24fec9e3e18322c997297","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Apps/c4b20a6b16e24fec9e3e18322c997297"},"entitlement":{"attributeValue":"db46dc9de1774ec89f5f8aa3f930e7f3","attributeName":"appRoles"},"grantor":{"type":"User","value":"98296b6bd077438a9fe368128fd2faac","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Users/98296b6bd077438a9fe368128fd2faac"},"schemas":["urn:ietf:params:scim:schemas:oracle:idcs:Grant"]},{"isFulfilled":true,"idcsLastModifiedBy":{"type":"User","value":"9114eff419c3447b94ed32ad5b50aec9","display":"Test 1","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Users/9114eff419c3447b94ed32ad5b50aec9"},"idcsCreatedBy":{"type":"User","display":"Test 1","value":"9114eff419c3447b94ed32ad5b50aec9","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Users/9114eff419c3447b94ed32ad5b50aec9"},"id":"3c4e3496b29641a6893a131482dfb569","meta":{"created":"2019-03-14T09:05:04.975Z","lastModified":"2019-03-14T09:05:04.975Z","resourceType":"Grant","location":"https://bravoe.identity.internal.oracle.com/admin/v1/Grants/3c4e3496b29641a6893a131482dfb569"},"grantMechanism":"ADMINISTRATOR_TO_APP","app":{"value":"IDCSAppId","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Apps/IDCSAppId"},"grantee":{"type":"App","value":"c4b20a6b16e24fec9e3e18322c997297","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Apps/c4b20a6b16e24fec9e3e18322c997297"},"entitlement":{"attributeValue":"9bbfdf8eccb0474da5b51781f471c286","attributeName":"appRoles"},"grantor":{"type":"User","value":"9114eff419c3447b94ed32ad5b50aec9","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Users/9114eff419c3447b94ed32ad5b50aec9"},"schemas":["urn:ietf:params:scim:schemas:oracle:idcs:Grant"]},{"isFulfilled":true,"idcsLastModifiedBy":{"type":"User","value":"98296b6bd077438a9fe368128fd2faac","display":"admin","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Users/98296b6bd077438a9fe368128fd2faac"},"idcsCreatedBy":{"type":"User","display":"admin","value":"98296b6bd077438a9fe368128fd2faac","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Users/98296b6bd077438a9fe368128fd2faac"},"id":"b37082d524b9436aa111d9bc8cb970b5","meta":{"created":"2019-03-18T09:43:21.934Z","lastModified":"2019-03-18T09:43:21.934Z","resourceType":"Grant","location":"https://bravoe.identity.internal.oracle.com/admin/v1/Grants/b37082d524b9436aa111d9bc8cb970b5"},"grantMechanism":"ADMINISTRATOR_TO_APP","app":{"value":"IDCSAppId","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Apps/IDCSAppId"},"grantee":{"type":"App","value":"c4b20a6b16e24fec9e3e18322c997297","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Apps/c4b20a6b16e24fec9e3e18322c997297"},"entitlement":{"attributeValue":"9d2f4090e17b463c95f6ee7e5ce15ea5","attributeName":"appRoles"},"grantor":{"type":"User","value":"98296b6bd077438a9fe368128fd2faac","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Users/98296b6bd077438a9fe368128fd2faac"},"schemas":["urn:ietf:params:scim:schemas:oracle:idcs:Grant"]},{"isFulfilled":true,"idcsLastModifiedBy":{"type":"User","value":"98296b6bd077438a9fe368128fd2faac","display":"admin","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Users/98296b6bd077438a9fe368128fd2faac"},"idcsCreatedBy":{"type":"User","display":"admin","value":"98296b6bd077438a9fe368128fd2faac","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Users/98296b6bd077438a9fe368128fd2faac"},"id":"7ec71a48a8f64dcd96282686a0aa7a4e","meta":{"created":"2019-03-18T09:43:22.091Z","lastModified":"2019-03-18T09:43:22.091Z","resourceType":"Grant","location":"https://bravoe.identity.internal.oracle.com/admin/v1/Grants/7ec71a48a8f64dcd96282686a0aa7a4e"},"grantMechanism":"ADMINISTRATOR_TO_APP","app":{"value":"IDCSAppId","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Apps/IDCSAppId"},"grantee":{"type":"App","value":"c4b20a6b16e24fec9e3e18322c997297","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Apps/c4b20a6b16e24fec9e3e18322c997297"},"entitlement":{"attributeValue":"a709189d1cf148c695e91a1eef681cd1","attributeName":"appRoles"},"grantor":{"type":"User","value":"98296b6bd077438a9fe368128fd2faac","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Users/98296b6bd077438a9fe368128fd2faac"},"schemas":["urn:ietf:params:scim:schemas:oracle:idcs:Grant"]},{"isFulfilled":true,"idcsLastModifiedBy":{"type":"User","value":"98296b6bd077438a9fe368128fd2faac","display":"admin","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Users/98296b6bd077438a9fe368128fd2faac"},"idcsCreatedBy":{"type":"User","display":"admin","value":"98296b6bd077438a9fe368128fd2faac","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Users/98296b6bd077438a9fe368128fd2faac"},"id":"05956bd0ff9645e3b5c33aecec030859","meta":{"created":"2019-03-18T09:43:22.258Z","lastModified":"2019-03-18T09:43:22.258Z","resourceType":"Grant","location":"https://bravoe.identity.internal.oracle.com/admin/v1/Grants/05956bd0ff9645e3b5c33aecec030859"},"grantMechanism":"ADMINISTRATOR_TO_APP","app":{"value":"IDCSAppId","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Apps/IDCSAppId"},"grantee":{"type":"App","value":"c4b20a6b16e24fec9e3e18322c997297","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Apps/c4b20a6b16e24fec9e3e18322c997297"},"entitlement":{"attributeValue":"17498d8394be4219a6650660388bbf16","attributeName":"appRoles"},"grantor":{"type":"User","value":"98296b6bd077438a9fe368128fd2faac","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Users/98296b6bd077438a9fe368128fd2faac"},"schemas":["urn:ietf:params:scim:schemas:oracle:idcs:Grant"]},{"isFulfilled":true,"idcsLastModifiedBy":{"type":"User","value":"98296b6bd077438a9fe368128fd2faac","display":"admin","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Users/98296b6bd077438a9fe368128fd2faac"},"idcsCreatedBy":{"type":"User","display":"admin","value":"98296b6bd077438a9fe368128fd2faac","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Users/98296b6bd077438a9fe368128fd2faac"},"id":"c7552949fd9343d99bf9f530a44b5872","meta":{"created":"2019-03-18T09:43:22.368Z","lastModified":"2019-03-18T09:43:22.368Z","resourceType":"Grant","location":"https://bravoe.identity.internal.oracle.com/admin/v1/Grants/c7552949fd9343d99bf9f530a44b5872"},"grantMechanism":"ADMINISTRATOR_TO_APP","app":{"value":"IDCSAppId","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Apps/IDCSAppId"},"grantee":{"type":"App","value":"c4b20a6b16e24fec9e3e18322c997297","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Apps/c4b20a6b16e24fec9e3e18322c997297"},"entitlement":{"attributeValue":"92c7866537164310bd6020eeb7ff1457","attributeName":"appRoles"},"grantor":{"type":"User","value":"98296b6bd077438a9fe368128fd2faac","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Users/98296b6bd077438a9fe368128fd2faac"},"schemas":["urn:ietf:params:scim:schemas:oracle:idcs:Grant"]},{"isFulfilled":true,"idcsLastModifiedBy":{"type":"User","value":"98296b6bd077438a9fe368128fd2faac","display":"admin","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Users/98296b6bd077438a9fe368128fd2faac"},"idcsCreatedBy":{"type":"User","display":"admin","value":"98296b6bd077438a9fe368128fd2faac","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Users/98296b6bd077438a9fe368128fd2faac"},"id":"784ece67d63d45fba4249c9a288bca68","meta":{"created":"2019-03-18T09:43:22.633Z","lastModified":"2019-03-18T09:43:22.633Z","resourceType":"Grant","location":"https://bravoe.identity.internal.oracle.com/admin/v1/Grants/784ece67d63d45fba4249c9a288bca68"},"grantMechanism":"ADMINISTRATOR_TO_APP","app":{"value":"IDCSAppId","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Apps/IDCSAppId"},"grantee":{"type":"App","value":"c4b20a6b16e24fec9e3e18322c997297","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Apps/c4b20a6b16e24fec9e3e18322c997297"},"entitlement":{"attributeValue":"d09447b37b6d426ea1ba6292c4a2625a","attributeName":"appRoles"},"grantor":{"type":"User","value":"98296b6bd077438a9fe368128fd2faac","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Users/98296b6bd077438a9fe368128fd2faac"},"schemas":["urn:ietf:params:scim:schemas:oracle:idcs:Grant"]},{"isFulfilled":true,"idcsLastModifiedBy":{"type":"User","value":"98296b6bd077438a9fe368128fd2faac","display":"admin","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Users/98296b6bd077438a9fe368128fd2faac"},"idcsCreatedBy":{"type":"User","display":"admin","value":"98296b6bd077438a9fe368128fd2faac","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Users/98296b6bd077438a9fe368128fd2faac"},"id":"4fb74c2d433e4bd38789d4fac722f096","meta":{"created":"2019-03-18T09:43:22.767Z","lastModified":"2019-03-18T09:43:22.767Z","resourceType":"Grant","location":"https://bravoe.identity.internal.oracle.com/admin/v1/Grants/4fb74c2d433e4bd38789d4fac722f096"},"grantMechanism":"ADMINISTRATOR_TO_APP","grantor":{"type":"User","value":"98296b6bd077438a9fe368128fd2faac","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Users/98296b6bd077438a9fe368128fd2faac"},"entitlement":{"attributeValue":"525eefb0beb74bcf88942b9efcb0f28e","attributeName":"appRoles"},"app":{"value":"IDCSAppId","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Apps/IDCSAppId"},"grantee":{"type":"App","value":"c4b20a6b16e24fec9e3e18322c997297","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Apps/c4b20a6b16e24fec9e3e18322c997297"},"schemas":["urn:ietf:params:scim:schemas:oracle:idcs:Grant"]},{"isFulfilled":true,"idcsLastModifiedBy":{"type":"User","value":"98296b6bd077438a9fe368128fd2faac","display":"admin","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Users/98296b6bd077438a9fe368128fd2faac"},"idcsCreatedBy":{"type":"User","display":"admin","value":"98296b6bd077438a9fe368128fd2faac","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Users/98296b6bd077438a9fe368128fd2faac"},"id":"9426e714cf6844819d31d67a5cfeb48a","meta":{"created":"2019-03-18T09:43:23.051Z","lastModified":"2019-03-18T09:43:23.051Z","resourceType":"Grant","location":"https://bravoe.identity.internal.oracle.com/admin/v1/Grants/9426e714cf6844819d31d67a5cfeb48a"},"grantMechanism":"ADMINISTRATOR_TO_APP","app":{"value":"IDCSAppId","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Apps/IDCSAppId"},"grantee":{"type":"App","value":"c4b20a6b16e24fec9e3e18322c997297","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Apps/c4b20a6b16e24fec9e3e18322c997297"},"entitlement":{"attributeValue":"17739d4ab50b4762b4a39967531c1cbe","attributeName":"appRoles"},"grantor":{"type":"User","value":"98296b6bd077438a9fe368128fd2faac","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Users/98296b6bd077438a9fe368128fd2faac"},"schemas":["urn:ietf:params:scim:schemas:oracle:idcs:Grant"]},{"isFulfilled":true,"idcsLastModifiedBy":{"type":"User","value":"98296b6bd077438a9fe368128fd2faac","display":"admin","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Users/98296b6bd077438a9fe368128fd2faac"},"idcsCreatedBy":{"type":"User","display":"admin","value":"98296b6bd077438a9fe368128fd2faac","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Users/98296b6bd077438a9fe368128fd2faac"},"id":"1e6c5db12460453da27cb24df53ef5be","meta":{"created":"2019-03-18T09:43:23.155Z","lastModified":"2019-03-18T09:43:23.155Z","resourceType":"Grant","location":"https://bravoe.identity.internal.oracle.com/admin/v1/Grants/1e6c5db12460453da27cb24df53ef5be"},"grantMechanism":"ADMINISTRATOR_TO_APP","app":{"value":"IDCSAppId","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Apps/IDCSAppId"},"grantee":{"type":"App","value":"c4b20a6b16e24fec9e3e18322c997297","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Apps/c4b20a6b16e24fec9e3e18322c997297"},"entitlement":{"attributeValue":"76e54e1c759e4a9cabef512a8fa8d4cc","attributeName":"appRoles"},"grantor":{"type":"User","value":"98296b6bd077438a9fe368128fd2faac","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Users/98296b6bd077438a9fe368128fd2faac"},"schemas":["urn:ietf:params:scim:schemas:oracle:idcs:Grant"]},{"isFulfilled":true,"idcsLastModifiedBy":{"type":"User","value":"98296b6bd077438a9fe368128fd2faac","display":"admin","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Users/98296b6bd077438a9fe368128fd2faac"},"idcsCreatedBy":{"type":"User","display":"admin","value":"98296b6bd077438a9fe368128fd2faac","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Users/98296b6bd077438a9fe368128fd2faac"},"id":"5951bbcd471f467c91cbbb484f27a7bf","meta":{"created":"2019-03-18T09:43:23.461Z","lastModified":"2019-03-18T09:43:23.461Z","resourceType":"Grant","location":"https://bravoe.identity.internal.oracle.com/admin/v1/Grants/5951bbcd471f467c91cbbb484f27a7bf"},"grantMechanism":"ADMINISTRATOR_TO_APP","app":{"value":"IDCSAppId","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Apps/IDCSAppId"},"grantee":{"type":"App","value":"c4b20a6b16e24fec9e3e18322c997297","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Apps/c4b20a6b16e24fec9e3e18322c997297"},"entitlement":{"attributeValue":"0b41f2cfd29644aeaf39b2d66af7d9ce","attributeName":"appRoles"},"grantor":{"type":"User","value":"98296b6bd077438a9fe368128fd2faac","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Users/98296b6bd077438a9fe368128fd2faac"},"schemas":["urn:ietf:params:scim:schemas:oracle:idcs:Grant"]},{"isFulfilled":true,"idcsLastModifiedBy":{"type":"User","value":"98296b6bd077438a9fe368128fd2faac","display":"admin","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Users/98296b6bd077438a9fe368128fd2faac"},"idcsCreatedBy":{"type":"User","display":"admin","value":"98296b6bd077438a9fe368128fd2faac","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Users/98296b6bd077438a9fe368128fd2faac"},"id":"e207b8fd433d4844b18cc925b74afd63","meta":{"created":"2019-03-18T09:43:23.689Z","lastModified":"2019-03-18T09:43:23.689Z","resourceType":"Grant","location":"https://bravoe.identity.internal.oracle.com/admin/v1/Grants/e207b8fd433d4844b18cc925b74afd63"},"grantMechanism":"ADMINISTRATOR_TO_APP","app":{"value":"IDCSAppId","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Apps/IDCSAppId"},"grantee":{"type":"App","value":"c4b20a6b16e24fec9e3e18322c997297","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Apps/c4b20a6b16e24fec9e3e18322c997297"},"entitlement":{"attributeValue":"6df9904d59ef4326a73e86cad8681002","attributeName":"appRoles"},"grantor":{"type":"User","value":"98296b6bd077438a9fe368128fd2faac","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Users/98296b6bd077438a9fe368128fd2faac"},"schemas":["urn:ietf:params:scim:schemas:oracle:idcs:Grant"]},{"isFulfilled":true,"idcsLastModifiedBy":{"type":"User","value":"98296b6bd077438a9fe368128fd2faac","display":"admin","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Users/98296b6bd077438a9fe368128fd2faac"},"idcsCreatedBy":{"type":"User","display":"admin","value":"98296b6bd077438a9fe368128fd2faac","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Users/98296b6bd077438a9fe368128fd2faac"},"id":"0b7a34e3dfb94ef996d688dca80fcf00","meta":{"created":"2019-03-18T09:43:23.812Z","lastModified":"2019-03-18T09:43:23.812Z","resourceType":"Grant","location":"https://bravoe.identity.internal.oracle.com/admin/v1/Grants/0b7a34e3dfb94ef996d688dca80fcf00"},"grantMechanism":"ADMINISTRATOR_TO_APP","app":{"value":"IDCSAppId","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Apps/IDCSAppId"},"grantee":{"type":"App","value":"c4b20a6b16e24fec9e3e18322c997297","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Apps/c4b20a6b16e24fec9e3e18322c997297"},"entitlement":{"attributeValue":"291457a9b2f24a4c9b7de151967bcd0d","attributeName":"appRoles"},"grantor":{"type":"User","value":"98296b6bd077438a9fe368128fd2faac","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Users/98296b6bd077438a9fe368128fd2faac"},"schemas":["urn:ietf:params:scim:schemas:oracle:idcs:Grant"]},{"isFulfilled":true,"idcsLastModifiedBy":{"type":"User","value":"98296b6bd077438a9fe368128fd2faac","display":"admin","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Users/98296b6bd077438a9fe368128fd2faac"},"idcsCreatedBy":{"type":"User","display":"admin","value":"98296b6bd077438a9fe368128fd2faac","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Users/98296b6bd077438a9fe368128fd2faac"},"id":"4ca28caec6ba450fb4f343a5531ae887","meta":{"created":"2019-03-18T09:43:23.937Z","lastModified":"2019-03-18T09:43:23.937Z","resourceType":"Grant","location":"https://bravoe.identity.internal.oracle.com/admin/v1/Grants/4ca28caec6ba450fb4f343a5531ae887"},"grantMechanism":"ADMINISTRATOR_TO_APP","app":{"value":"IDCSAppId","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Apps/IDCSAppId"},"grantee":{"type":"App","value":"c4b20a6b16e24fec9e3e18322c997297","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Apps/c4b20a6b16e24fec9e3e18322c997297"},"entitlement":{"attributeValue":"5dd2e69bb924432696c66743e1fd1595","attributeName":"appRoles"},"grantor":{"type":"User","value":"98296b6bd077438a9fe368128fd2faac","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Users/98296b6bd077438a9fe368128fd2faac"},"schemas":["urn:ietf:params:scim:schemas:oracle:idcs:Grant"]}],"startIndex":1,"itemsPerPage":50}