Options
All
  • Public
  • Public/Protected
  • All
Menu

IP Policy Rules are the IPv4 or IPv6 CIDRs entries that make up an IP Policy.

Hierarchy

  • IPPolicyRules

Index

Constructors

Methods

Constructors

constructor

  • Do not construct this object directly, use the ipPolicyRules property of an Ngrok client object instead.

    Parameters

    • httpClient: Wretcher

    Returns IPPolicyRules

Methods

create

delete

  • delete(id: any): Promise<void>
  • Delete an IP policy rule.

    Parameters

    • id: any

    Returns Promise<void>

get

list

  • list(beforeId?: string, limit?: string): Promise<IPPolicyRule[]>
  • List all IP policy rules on this account

    Parameters

    • Optional beforeId: string
    • Optional limit: string

    Returns Promise<IPPolicyRule[]>

update

Generated using TypeDoc