@seamapi/http - v2.1.0
    Preparing search index...

    Type Alias PhonesSimulateCreateSandboxPhoneParameters

    type PhonesSimulateCreateSandboxPhoneParameters = {
        assa_abloy_metadata?: {
            application_version?: string;
            ble_capability?: boolean;
            hce_capability?: boolean;
            nfc_capability?: boolean;
            seos_applet_version?: string;
            seos_tsm_endpoint_id?: number;
        };
        custom_sdk_installation_id?: string;
        phone_metadata?: {
            device_manufacturer?: string;
            device_model?: string;
            operating_system?: "android"
            | "ios";
            os_version?: string;
        };
        user_identity_id: string;
    }
    Index
    assa_abloy_metadata?: {
        application_version?: string;
        ble_capability?: boolean;
        hce_capability?: boolean;
        nfc_capability?: boolean;
        seos_applet_version?: string;
        seos_tsm_endpoint_id?: number;
    }

    ASSA ABLOY metadata that you want to associate with the simulated phone.

    Type Declaration

    • Optionalapplication_version?: string

      Application version that you want to use for the simulated phone.

    • Optionalble_capability?: boolean

      Indicates whether the simulated phone should have Bluetooth low energy (BLE) capability.

    • Optionalhce_capability?: boolean

      Indicates whether the simulated phone should have host card emulation (HCE) capability.

    • Optionalnfc_capability?: boolean

      Indicates whether the simulated phone should have near-field communication (NFC) capability.

    • Optionalseos_applet_version?: string

      SEOS applet version that you want to use for the simulated phone.

    • Optionalseos_tsm_endpoint_id?: number

      ID of the SEOS trusted service manager (TSM) endpoint that you want to use for the simulated phone.

    custom_sdk_installation_id?: string

    ID of the custom SDK installation that you want to use for the simulated phone.

    phone_metadata?: {
        device_manufacturer?: string;
        device_model?: string;
        operating_system?: "android" | "ios";
        os_version?: string;
    }

    Metadata that you want to associate with the simulated phone.

    Type Declaration

    • Optionaldevice_manufacturer?: string

      Manufacturer that you want to use for the simulated phone.

    • Optionaldevice_model?: string

      Device model that you want to use for the simulated phone.

    • Optionaloperating_system?: "android" | "ios"

      Mobile operating system that you want to use for the simulated phone.

    • Optionalos_version?: string

      Mobile operating system version that you want to use for the simulated phone.

    user_identity_id: string

    ID of the user identity that you want to associate with the simulated phone.