Tenant information associated with a Passkey. A Tenant represents an organization in the Beyond Identity Cloud and serves as a root container for all other cloud components in your configuration.

interface Tenant {
    displayName: string;
    id: string;
}

Properties

Properties

displayName: string
id: string