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

    Type Alias UserIdentitiesRevokeAccessToDeviceParameters

    type UserIdentitiesRevokeAccessToDeviceParameters = {
        device_id: string;
        user_identity_id: string;
    }
    Index
    device_id: string

    ID of the managed device to which you want to revoke access from the user identity.

    user_identity_id: string

    ID of the user identity from which you want to revoke access to a device.