The Protected Resources API allows you to retrieve and manage protected resources of your applications.
Lists all protected resources for a specific application in Access Gateway
Success
Bad Request
Unauthorized
Forbidden
Too Many Requests
[- {
- "id": "c4cadb66-68fc-49cc-8dc4-719e97bd42e1",
- "assignedWeight": 1,
- "active": true,
- "calculatedWeight": 1
}
]Creates a protected resource for an application in Access Gateway
Protected resources are resources that require authentication and authorization.
Protected resource created successfully
Bad Request
Unauthorized
Forbidden
Too Many Requests
{- "id": "c4cadb66-68fc-49cc-8dc4-719e97bd42e1",
- "assignedWeight": 1,
- "active": true,
- "calculatedWeight": 1
}Retrieves details of a specific protected resource by applicationId and protectedResourceId
Success
Bad Request
Unauthorized
Forbidden
Not Found
Too Many Requests
{- "id": "c4cadb66-68fc-49cc-8dc4-719e97bd42e1",
- "assignedWeight": 1,
- "active": true,
- "calculatedWeight": 1
}Replaces an existing protected resource configuration for an application
Protected resource updated successfully
Bad Request
Unauthorized
Forbidden
Not Found
Too Many Requests
{- "id": "c4cadb66-68fc-49cc-8dc4-719e97bd42e1",
- "assignedWeight": 1,
- "active": true,
- "calculatedWeight": 1
}Deletes a protected resource for an application by applicationId and protectedResourceId
Protected resource deleted successfully
Bad Request
Unauthorized
Forbidden
Not Found
Too Many Requests
{- "details": { },
- "errorCode": "BAD_REQUEST",
- "message": "Request validation failed"
}