listOrganizationPolicies: List Policies

Description Usage Arguments

View source: R/UmbrellaManagementAPI.R

Description

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

Usage

1
2
3
4
5
6
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


samterfa/umbrella documentation built on Dec. 31, 2020, 5:04 a.m.