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

Role

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

The wrapper that contains the Audit Manager role information of the current user. This includes the role type and IAM Amazon Resource Name (ARN).

interface Role {
roleArn: string;
roleType: RoleType;
}

§Properties

§
roleArn: string
[src]

The Amazon Resource Name (ARN) of the IAM role.

§
roleType: RoleType
[src]

The type of customer persona.

Note: In CreateAssessment, roleType can only be PROCESS_OWNER. In UpdateSettings, roleType can only be PROCESS_OWNER. In BatchCreateDelegationByAssessment, roleType can only be RESOURCE_OWNER.