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

TeamMember

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

Information about a team member in a project.

interface TeamMember {
projectRole: string;
remoteAccessAllowed?: boolean | null;
userArn: string;
}

§Properties

§
projectRole: string
[src]

The role assigned to the user in the project. Project roles have different levels of access. For more information, see Working with Teams in the AWS CodeStar User Guide.

§
remoteAccessAllowed?: boolean | null
[src]

Whether the user is allowed to remotely access project resources using an SSH public/private key pair.

§
userArn: string
[src]

The Amazon Resource Name (ARN) of the user in IAM.