Validate permission from Access Broker
- Print
- PDF
Validate permission from Access Broker
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Post
/api/profile-requests/apps/{appId}/britive-managed/permissions/validate
Security
HTTP
Type bearer
Path parameters
appId
stringRequired
Id of the application
Body parameters
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor0",
"Action": "s3:*",
"Effect": "Allow",
"Resource": "*"
},
{
"Sid": "VisualEditor01",
"Action": "s3:*",
"Effect": "Allow",
"Resource": "*"
}
]
}
object
Json to validate
Responses
200
success
object
findings
Array of object (FindingsInfo)
object
type
string
messages
Array of string
string
Was this article helpful?