List DNS and web policies, if no filters are supplied then only DNS policies accessible with the current credentials will be returned.

listOrganizationPolicies(
  page = 1,
  limit = 100,
  type = "DNS",
  organizationId = Sys.getenv("umbrellaOrganizationId")
)

Arguments

page

Start of the page

limit

Number of items to return

type

The type of policies to be returned (either DNS or web)

organizationId

Id of the Organization owning the resources