@akamai/openapi-ts
    Preparing search index...

    Type Alias GetTrustedDeviceData

    type GetTrustedDeviceData = {
        body?: never;
        path: { deviceId: number };
        query?: never;
        url: "profile/devices/{deviceId}";
    }
    Index

    Properties

    Properties

    body?: never
    path: { deviceId: number }

    Type Declaration

    • deviceId: number

      The ID of the TrustedDevice.

    query?: never
    url: "profile/devices/{deviceId}"