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

    Interface Realm

    Realm information associated with a Passkey. A Realm is a unique administrative domain within a Tenant. Some Tenants will only need the use of a single Realm, in this case a Realm and a Tenant may seem synonymous. Each Realm contains a unique set of Directory, Policy, Event, Application, and Branding objects.

    interface Realm {
        displayName: string;
        id: string;
    }
    Index

    Properties

    Properties

    displayName: string
    id: string