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

FederatedUser

import type { FederatedUser } from "https://aws-api.deno.dev/v0.3/services/sts.ts?docs=full";

Identifiers for the federated user that is associated with the credentials.

interface FederatedUser {
Arn: string;
FederatedUserId: string;
}

§Properties

§
Arn: string
[src]

The ARN that specifies the federated user that is associated with the credentials. For more information about ARNs and how to use them in policies, see IAM Identifiers in the IAM User Guide.

§
FederatedUserId: string
[src]

The string that identifies the federated user associated with the credentials, similar to the unique ID of an IAM user.