Skip to main content

Get Permissions V4

POST 

/iam/api/v4/search/permission

Returns permissions grouped by requested fields and a page token for the next page if applicable.

Request

Query Parameters

    limit int32

    Query records limit

    Example: 100

Body

required
    query stringrequired

    RQL query

    searchId string

    Saved search id

    nextPageToken string

    Page Token

    groupByFields string[]

    Possible values: [source, sourceCloudAccount, grantedByEntity, entityCloudAccount, grantedByPolicy, policyCloudAccount, grantedByLevel, action, destination, destCloudAccount, lastAccess]

    Fields to group results by. Empty or missing array is considered the same as an array with all possible fields

Responses

OK

Schema
    data object
    items object[]

    items list

  • Array [
  • id string

    Message id

    sourcePublic boolean

    Is source public

    sourceCloudType string

    Source cloud type

    sourceCloudAccount string

    Source cloud account

    sourceCloudRegion string

    Source cloud region

    sourceCloudServiceName string

    Source cloud service name

    sourceResourceName string

    Source cloud resource name

    sourceResourceType string

    Source cloud resource type

    sourceResourceId string

    Source cloud resource id

    sourceCloudResourceUai string

    Source cloud resource UAI

    sourceIdpService string

    Source IDP service

    sourceIdpDomain string

    Source IDP domain

    sourceIdpEmail string

    Source IDP email

    sourceIdpUserId string

    Source IDP user id

    sourceIdpUsername string

    Source IDP user name

    sourceIdpGroup string

    Source IDP group

    sourceIdpUai string

    Source idp UAI

    destCloudType string

    Destination cloud type

    destCloudAccount string

    Destination cloud account

    destCloudRegion string

    Destination cloud region

    destCloudServiceName string

    Destination cloud service name

    destResourceName string

    Destination cloud resource name

    destResourceType string

    Destination cloud resource type

    destResourceId string

    Destination cloud resource id

    destCloudResourceUai string

    Destination cloud resource UAI

    grantedByCloudType string

    Granted by cloud type

    grantedByCloudPolicyId string

    Granted by cloud policy Id

    grantedByCloudPolicyName string

    Granted by cloud policy name

    grantedByCloudPolicyType string

    Granted by cloud policy type

    grantedByCloudPolicyUai string

    Granted by cloud policy UAI

    grantedByCloudPolicyAccount string

    Granted by cloud policy account

    grantedByCloudEntityId string

    Granted by cloud entity id

    grantedByCloudEntityName string

    Granted by cloud entity name

    grantedByCloudEntityType string

    Granted by cloud entity type

    grantedByCloudEntityAccount string

    Granted by cloud entity account

    grantedByCloudEntityUai string

    Granted by cloud entity UAI

    grantedByLevelType string

    Granted by level type

    grantedByLevelId string

    Granted by level id

    grantedByLevelName string

    Granted by level name

    grantedByLevelUai string

    Granted by level UAI

    lastAccessDate string

    Last accessed data

    lastAccessStatus string

    Possible values: [NOT_AVAILABLE, NOT_ACCESSED_IN_TRACKING_PERIOD, ACCESSED]

    Last accessed status

    accessedResourcesCount int64

    Accessed resource count

    effectiveActionName string

    Effective action name

    exceptions object[]

    Permission exception list

  • Array [
  • messageCode string

    Message code

  • ]
  • wildCardDestCloudResourceName boolean
  • ]
  • nextPageToken string

    Next page token

    totalRows int64

    Total rows count

    searchedDestCloudResourceNames string[]

    Searched destination cloud resource names

    query string

    Query string

    id string

    Request user Id

    saved boolean

    Is search saved

    name string

    Search name

    timeRange object

    The time range which the query run at to generate the alert

    searchType string

    Search type

    description string

    Search description

    cloudType string

    Cloud Type

Loading...