ping-identity
    Preparing search index...

    Type Alias DeviceProfileCallbackInputValue

    Represents a device profile structured for PingOne AIC consumption.

    JavaScript must not reshape this payload.

    type DeviceProfileCallbackInputValue = {
        alias?: string;
        identifier?: string;
        location?: { latitude?: number; longitude?: number };
        metadata?: Record<string, unknown>;
    }
    Index

    Properties

    alias?: string
    identifier?: string
    location?: { latitude?: number; longitude?: number }
    metadata?: Record<string, unknown>