Application Resource Grants
Resources are the protected endpoints that applications request access to using OAuth 2 authorization services. A resource access grant specifies the identifier of the resource associated with the specified application.
Applications resource grant data model
| Property | Type | Required? | Mutable? | Description |
|---|---|---|---|---|
|
String |
N/A |
Read-only |
The application resource ID associated with the resource grant. |
|
Date |
N/A |
Read-only |
The time the resource was created. |
|
String |
N/A |
Read-only |
The application resource grant ID. |
|
String |
N/A |
Read-only |
The ID of the protected resource associated with this grant. |
|
String[] |
Required |
Mutable |
The IDs of the scopes associated with this grant. |
|
Date |
N/A |
Read only |
The time the resource was last updated. |
Refer also to Authorization flow by grant type.
Response codes
|
The |
| Code | Message |
|---|---|
200 |
Successful operation. |
201 |
Successfully created. |
204 |
Successfully removed. No content. |
400 |
The request could not be completed. |
401 |
You do not have access to this resource. |
403 |
You do not have permissions or are not licensed to make this request. |
404 |
The requested resource was not found. |
500 |
An unexpected error occurred. |
|
You need the Client Application Developer role to perform operations on application resources. |