MonoCloud Management SDK
    Preparing search index...

    Interface UnblockIpRequest

    Unblock IP Request: Used to remove an IP-based lockout for a user.

    UnblockIpRequest

    interface UnblockIpRequest {
        ip_address: string;
    }
    Index

    Properties

    Properties

    ip_address: string

    The IP address to unblock. Use all to reset blocks for all IP addresses associated with the user.

    UnblockIpRequest