Skip to main content

Get Permissions Role or Policy Definition V2

POST 

/iam/api/v2/search/iam_config

Returns the raw config (policy/role definition) which the permission was calculated from

Request

Body

required
    permissionId string

    PermissionId to get the raw config for. Can be obtain form calling search/permission API

Responses

OK

Schema
    raw string

    raw iam config (rolw/policy) which the permission was calculated from

Loading...