masto
    Preparing search index...

    Interface UpdateIpBlockParams

    interface UpdateIpBlockParams {
        comment?: string | null;
        expiresIn?: number | null;
        ip?: string | null;
        severity?: (keyof IpBlockSeverityRegistry) | null;
    }
    Index

    Properties

    comment?: string | null

    The reason for this IP block.

    expiresIn?: number | null

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

    ip?: string | null

    The IP address and prefix to block.

    severity?: (keyof IpBlockSeverityRegistry) | null

    The policy to apply to this IP range.