Get details of a Britive-managed permission for a specific permission
- Print
- PDF
Get details of a Britive-managed permission for a specific permission
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Get
/api/profile-requests/apps/{appId}/britive-managed/permissions/{permissionId}
Security
HTTP
Type bearer
Path parameters
appId
stringRequired
Id of the application.
permissionId
stringRequired
Id of the application.
Responses
200
Successfully retrieved britive managed permissions.
object
id
string
name
string
ExampleDevAccessPermission
description
string
ExamplePermission to access develop environment
type
string
Examplerole
isPrivileged
boolean
tags
Array of object (Tag)
object
key
string
value
string
permissionDefinition
object
createdDate
string
createdBy
string
updatedDate
string
updatedBy
string
childPermissions
Array of object (ChildPermissionDto)
object
name
string
ExampleDevAdminPolicy
type
string
ExampleinlinePolicy
permissionDefinition
object
isPrivileged
boolean
404
Permission id not found
Was this article helpful?