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

ProfileDetailResponse

import type { ProfileDetailResponse } from "https://aws-api.deno.dev/v0.4/services/rolesanywhere.ts?docs=full";
interface ProfileDetailResponse {
profile?: ProfileDetail | null;
}

§Properties

§
profile?: ProfileDetail | null
[src]

The state of the profile after a read or write operation.