Check permission on a project for a cloud account
Get permission status for a cloudAccount on a GCP project
Query Parameters
- cloudAccountId integer
the id of the node where the browse request is sent
- projectName string
google cloud project the instance belongs to
Responses
- 200
Success
- application/json
- Schema
- Example (from schema)
- When account has permission
- When account doesn't have permission
Schema
- status boolean
{
"status": true
}
{
"status": true
}
{
"status": false
}
Loading...