Create Britive-managed permission for a profile
- Print
- PDF
Create Britive-managed permission for a profile
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Post
/api/profile-requests/apps/{appId}/britive-managed/permissions
Security
HTTP
Type bearer
Path parameters
appId
stringRequired
Id of the application
Body parameters
{
"name": "DevAccessPermission",
"description": "Permission to access develop environment",
"type": "role",
"tags": [
{
"key": "string",
"value": "string"
}
],
"childPermissions": [
{
"name": "DevAdminPolicy",
"type": "inlinePolicy",
"permissionDefinition": {}
}
]
}
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
Responses
200
Permission successfully created.
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
Was this article helpful?