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

UpdateTeamMemberResult

import type { UpdateTeamMemberResult } from "https://aws-api.deno.dev/v0.3/services/codestar.ts?docs=full";
interface UpdateTeamMemberResult {
projectRole?: string | null;
remoteAccessAllowed?: boolean | null;
userArn?: string | null;
}

§Properties

§
projectRole?: string | null
[src]

The project role granted to the user.

§
remoteAccessAllowed?: boolean | null
[src]

Whether a team member is allowed to remotely access project resources using the SSH public key associated with the user's profile.

§
userArn?: string | null
[src]

The Amazon Resource Name (ARN) of the user whose team membership attributes were updated.