Validate permission from Access Broker
    • PDF

    Validate permission from Access Broker

    • PDF

    Article summary

    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

    Expand All
    object
    findings
    Array of object (FindingsInfo)
    object
    type
    string
    messages
    Array of string
    string

    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.