@beyondidentity/bi-sdk-js
    Preparing search index...

    Interface Tenant

    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;
    }
    Index

    Properties

    Properties

    displayName: string
    id: string