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

UpdateUserProfileRequest

import type { UpdateUserProfileRequest } from "https://aws-api.deno.dev/v0.3/services/codestar.ts?docs=full";
interface UpdateUserProfileRequest {
displayName?: string | null;
emailAddress?: string | null;
sshPublicKey?: string | null;
userArn: string;
}

§Properties

§
displayName?: string | null
[src]

The name that is displayed as the friendly name for the user in AWS CodeStar.

§
emailAddress?: string | null
[src]

The email address that is displayed as part of the user's profile in AWS CodeStar.

§
sshPublicKey?: string | null
[src]

The SSH public key associated with the user in AWS CodeStar. If a project owner allows the user remote access to project resources, this public key will be used along with the user's private key for SSH access.

§
userArn: string
[src]

The name that will be displayed as the friendly name for the user in AWS CodeStar.