Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

PolicyUser

import type { PolicyUser } from "https://aws-api.deno.dev/v0.4/services/iam.ts?docs=full";

Contains information about a user that a managed policy is attached to.

This data type is used as a response element in the "ListEntitiesForPolicy" operation.

For more information about managed policies, refer to Managed policies and inline policies in the IAM User Guide.

interface PolicyUser {
UserId?: string | null;
UserName?: string | null;
}

§Properties

§
UserId?: string | null
[src]

The stable and unique string identifying the user. For more information about IDs, see IAM identifiers in the IAM User Guide.

§
UserName?: string | null
[src]

The name (friendly name, not ARN) identifying the user.