grants
Overview
Name | grants |
Type | Resource |
Id | okta.user.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 | grantId, userId, subdomain | Gets a grant for the specified user |
list | SELECT | userId, subdomain | Lists all grants for the specified user |
delete | DELETE | grantId, userId, subdomain | Revokes one grant for a specified user |
deleteAll | EXEC | userId, subdomain | Revokes all grants for a specified user |