Access Scopes
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
limitinteger · int32OptionalDefault:
100namestring | nullableOptional
Filter access scopes by name. Supports wildcard () for partial matches - use * for contains, prefix for starts with, *suffix for ends with
page_tokenstring | nullableOptional
Responses
200
OK
application/json
get
/api/admin/v1/access-scopes200
OK
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
namestringRequired
Display name of the access scope
querystringRequired
Apono Query Language (AQL) expression that defines filters for cloud resources, integrations, and permissions
Responses
200
OK
application/json
post
/api/admin/v1/access-scopes200
OK
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
Body
namestringRequired
Display name of the access scope
querystringRequired
Apono Query Language (AQL) expression that defines filters for cloud resources, integrations, and permissions
Responses
200
OK
application/json
put
/api/admin/v1/access-scopes/{id}200
OK
Last updated
Was this helpful?
