Skip to main content

Get Least Privilege Access Metadata of an Asset

GET 

/iam/api/v1/assets/:assetId/over-permissive-metadata

Return a metadata and info about the improvement potential for an assert of Least Privilege Access.

Request

Path Parameters

    assetId stringrequired

    the UAI asset Id

    Example: 681390424b288d835f5cd03e7bfb0993

Responses

OK

Schema
    totalIamResourceCount int32

    The total number of iam resources attached to the asset

    overPermissiveCount int32

    The number of over permissive iam resources attached to the asset

    isCustomLeastPrivilegedSupported boolean

    Is custom least privileged access supported for asset

    isExistingLeastPrivilegedSupported boolean

    Is existing least privileged access supported for asset

    iamResourceType string

    The type of resources attached to the asset

Loading...