Get
/api/apps/{appId}/britive-managed/permissions
Security
HTTP
Type bearer
Path parameters
appId
stringRequired
Id of the application
Query parameters
filter
string
Parameter to filter permissions by name
searchText
string
Parameter to filter permissions by search text
page
integer (int32)
Parameter to specify the page number of the records to retrieve
size
integer (int32)
Parameter to specify the number of records to retrieve per page
sort
string
Parameter to specify the sort parameter and direction
Responses
200
Permissions successfully retrieved.
object
count
integer (int32)
page
integer (int32)
size
integer (int32)
sort
string
data
Array of object (ManagedPermissionInfo)
object
id
string
name
string
ExampleDevAccessPermission
description
string
ExamplePermission to access develop environment
profileCount
integer (int32)
associatedEnvironments
Array of string
string
provisionedEnvironments
Array of string
string
outOfSyncEnvironments
Array of string
string
createdDate
string
createdBy
string
updatedDate
string
updatedBy
string
isPrivileged
boolean