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

SessionIssuer

import type { SessionIssuer } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/macie2.ts";
interface SessionIssuer {
accountId?: string | null;
arn?: string | null;
principalId?: string | null;
type?: string | null;
userName?: string | null;
}

§Properties

§
accountId?: string | null
[src]
§
arn?: string | null
[src]
§
principalId?: string | null
[src]
§
type?: string | null
[src]
§
userName?: string | null
[src]