grants
Overview
Name | grants |
Type | Resource |
Id | okta.application.grants |
Fields
Name | Datatype |
---|---|
id | string |
_embedded | object |
_links | object |
clientId | string |
created | string |
createdBy | object |
issuer | string |
lastUpdated | string |
scopeId | string |
source | string |
status | string |
userId | string |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | appId, grantId, subdomain | Fetches a single scope consent grant for the application |
list | SELECT | appId, subdomain | Lists all scope consent grants for the application |
insert | INSERT | appId, subdomain | Grants consent for the application to request an OAuth 2.0 Okta scope |
delete | DELETE | appId, grantId, subdomain | Revokes permission for the application to request the given scope |