Post
/api/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