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

UnmappedIdentity

import type { UnmappedIdentity } from "https://googleapis.deno.dev/v1/cloudsearch:v1.ts";
interface UnmappedIdentity {
externalIdentity?: Principal;
resolutionStatusCode?:
| "CODE_UNSPECIFIED"
| "NOT_FOUND"
| "IDENTITY_SOURCE_NOT_FOUND"
| "IDENTITY_SOURCE_MISCONFIGURED"
| "TOO_MANY_MAPPINGS_FOUND"
| "INTERNAL_ERROR";
}

§Properties

§
externalIdentity?: Principal
[src]

The resource name for an external user.

§
resolutionStatusCode?: "CODE_UNSPECIFIED" | "NOT_FOUND" | "IDENTITY_SOURCE_NOT_FOUND" | "IDENTITY_SOURCE_MISCONFIGURED" | "TOO_MANY_MAPPINGS_FOUND" | "INTERNAL_ERROR"
[src]

The resolution status for the external identity.