Skip to content
Docs

Policy Bundle

Policy Bundle

Fetch the effective Policy Bundle for the user
client.policyBundle.retrieve(PolicyBundleRetrieveParams { ifNoneMatch, xClientRequestID } params?, RequestOptionsoptions?): Response
GET/policy/bundle
Apply a Policy Bundle for the calling user
client.policyBundle.update("string" | "ArrayBuffer" | "ArrayBufferView" | 2 morebody, PolicyBundleUpdateParams { ifMatch, xClientRequestID } params, RequestOptionsoptions?): Response
PUT/policy/bundle
Revert to the default policies for the calling user
client.policyBundle.reset(PolicyBundleResetParams { xClientRequestID } params?, RequestOptionsoptions?): void
DELETE/policy/bundle