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

UpdateUserProfileResult

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

§Properties

§
createdTimestamp?: Date | number | null
[src]

The date the user profile was created, in timestamp format.

§
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.

§
lastModifiedTimestamp?: Date | number | null
[src]

The date the user profile was last modified, in timestamp format.

§
sshPublicKey?: string | null
[src]

The SSH public key associated with the user in AWS CodeStar. This is the public portion of the public/private keypair the user can use to access project resources if a project owner allows the user remote access to those resources.

§
userArn: string
[src]

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