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

UpdateProfileRequest

import type { UpdateProfileRequest } from "https://aws-api.deno.dev/v0.4/services/rolesanywhere.ts?docs=full";
interface UpdateProfileRequest {
durationSeconds?: number | null;
managedPolicyArns?: string[] | null;
name?: string | null;
profileId: string;
roleArns?: string[] | null;
sessionPolicy?: string | null;
}

§Properties

§
durationSeconds?: number | null
[src]

The number of seconds the vended session credentials are valid for.

§
managedPolicyArns?: string[] | null
[src]

A list of managed policy ARNs that apply to the vended session credentials.

§
name?: string | null
[src]

The name of the profile.

§
profileId: string
[src]

The unique identifier of the profile.

§
roleArns?: string[] | null
[src]

A list of IAM roles that this profile can assume in a CreateSession operation.

§
sessionPolicy?: string | null
[src]

A session policy that applies to the trust boundary of the vended session credentials.