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

GetRoleCredentialsRequest

import type { GetRoleCredentialsRequest } from "https://aws-api.deno.dev/v0.3/services/sso.ts?docs=full";
interface GetRoleCredentialsRequest {
accessToken: string;
accountId: string;
roleName: string;
}

§Properties

§
accessToken: string
[src]

The token issued by the CreateToken API call. For more information, see CreateToken in the AWS SSO OIDC API Reference Guide.

§
accountId: string
[src]

The identifier for the AWS account that is assigned to the user.

§
roleName: string
[src]

The friendly name of the role that is assigned to the user.