Member Junction
    Preparing search index...

    The result of a provisioning request — the concrete identity that was created/claimed.

    interface AgentIdentityProvisionResult {
        Configuration?: Record<string, unknown>;
        DisplayName?: string;
        IdentityValue: string;
    }
    Index

    Properties

    Configuration?: Record<string, unknown>

    Provider-specific result detail to persist on the identity's Configuration (the external object id of the created mailbox, the credential reference, the carrier order id, …). Never contains a raw secret — secrets go through MJ's credential system and are referenced by id.

    DisplayName?: string

    The display name set on the identity.

    IdentityValue: string

    The provisioned identity value (the mailbox address / phone number / account id).