pl-api
    Preparing search index...

    Interface AdminCreateIpBlockParams

    interface AdminCreateIpBlockParams {
        comment?: string;
        expires_in?: number;
        ip?: string;
        severity: string;
    }
    Index

    Properties

    comment?: string

    String. The reason for this IP block.

    expires_in?: number

    Integer. The number of seconds in which this IP block will expire.

    ip?: string

    String. The IP address and prefix to block. Defaults to 0.0.0.0/32

    severity: string

    String. The policy to apply to this IP range: sign_up_requires_approval, sign_up_block, or no_access