v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1473397365.8 KB

Retrieves a paginated list of access policies for an identity (an IAM Identity Center user, an IAM Identity Center group, or an IAM user) or an IoT SiteWise Monitor resource (a portal or project).

get/access-policies

Query parameters

identityType'USER' | 'GROUP' | 'IAM'

The type of identity (IAM Identity Center user, IAM Identity Center group, or IAM user). This parameter is required if you specify <code>identityId</code>.

identityIdstring

The ID of the identity. This parameter is required if you specify <code>USER</code> or <code>GROUP</code> for <code>identityType</code>.

resourceType'PORTAL' | 'PROJECT'

The type of resource (portal or project). This parameter is required if you specify <code>resourceId</code>.

resourceIdstring

The ID of the resource. This parameter is required if you specify <code>resourceType</code>.

iamArnstring

The ARN of the IAM user. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_identifiers.html">IAM ARNs</a> in the <i>IAM User Guide</i>. This parameter is required if you specify <code>IAM</code> for <code>identityType</code>.

nextTokenstring

The token to be used for the next set of paginated results.

maxResultsinteger
<p>The maximum number of results to return for each paginated request.</p> <p>Default: 50</p>

Response

Success

nextTokenstring

The token for the next set of results, or null if there are no additional results.