Member Junction
    Preparing search index...

    The injected admin surfaces a StubAgentIdentityProvisioner binds. All optional.

    interface AgentIdentityProvisionerOptions {
        Carrier?: ITelephonyCarrierLike;
        EmailDirectory?: "Graph" | "GoogleWorkspace";
        GoogleWorkspace?: IGoogleWorkspaceAdminLike;
        Graph?: IGraphAdminLike;
    }
    Index

    Properties

    The telephony-carrier surface — bound when carrier (PhoneNumber) provisioning is configured.

    EmailDirectory?: "Graph" | "GoogleWorkspace"

    Which mailbox directory to use for IdentityType='Email' when both Graph and Workspace are bound. Defaults to 'Graph'. A host with only one mailbox surface bound need not set this.

    GoogleWorkspace?: IGoogleWorkspaceAdminLike

    The Google Workspace Admin surface — bound when Workspace (Email) provisioning is configured.

    The Microsoft Graph admin surface — bound when Graph (Email) provisioning is configured.