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

    Variable getTrustedDeviceResponseSchemaConst

    getTrustedDeviceResponseSchema: ZodObject<
        {
            created: ZodReadonly<ZodISODateTime>;
            expiry: ZodReadonly<ZodISODateTime>;
            id: ZodReadonly<ZodInt>;
            last_authenticated: ZodReadonly<ZodISODateTime>;
            last_remote_addr: ZodReadonly<ZodString>;
            user_agent: ZodReadonly<ZodString>;
        },
        $strip,
    > = ...

    A trusted device object represents an active Remember Me session with login.linode.com.