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

RoleInfo

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

Provides information about the role that is assigned to the user.

interface RoleInfo {
accountId?: string | null;
roleName?: string | null;
}

§Properties

§
accountId?: string | null
[src]

The identifier of the AWS account assigned to the user.

§
roleName?: string | null
[src]

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