Skip to main content

Get Least Privilege Access Metadata of a Resource

GET 

/iam/api/v1/resources/:resourceId/over-permissive-metadata

Returns metadata describing whether an asset has potential for access optimization

Request

Path Parameters

    resourceId stringrequired

    The resource ID

Responses

OK

Schema
    nextPageToken string

    Next page token

    permissionsInAssetCount int32

    Number of actions in asset

    permissionsInLeastPrivilegedCount int32

    Number of actions in least privileged access

    analysis object[]

    Least Privileged result analysis

  • Array [
  • action string
    configurationName string
    keep boolean
  • ]
  • value object[]

    Least Privileged Access items

  • Array [
  • iamResourceName string

    The name of the iam resource

    iamResourceId string

    The id of the iam resource

    iamResourceType string

    The type of iam resource

    formatType string

    Format type of the access policy

    snippet string

    The access policy

  • ]
Loading...