Type Alias ListIPPoliciesResult

type ListIPPoliciesResult = {
    data: IPPolicyListItem[];
    links: ipPolicies.Links;
    totalResults?: number;
}
Index

Properties

An array of IP policies.

Contains pagination links. self is a link to the current results page, next is a link to the next results page and prev is a link to the previous results page

totalResults?: number

Indicates the total number of matching documents. Will only be returned if the query parameter "totalResults" is true.