Clears the cache for csp-origins api requests.
Creates a new content security policy for an origin.
Creates a new content security policy for an origin.
an object with the body content
Optionaloptions: ApiCallOptionsDeletes a specific content security policy.
Deletes a specific content security policy.
The CSP entry's unique identifier.
Optionaloptions: ApiCallOptionsRetrieves all content security policies for a tenant.
Retrieves all content security policies for a tenant.
an object with query parameters
OptionalchildSrc?: booleanFilter resources by directive 'childSrc', true/false.
OptionalconnectSrc?: booleanFilter resources by directive 'connectSrc', true/false.
OptionalconnectSrcWSS?: booleanFilter resources by directive 'connectSrcWSS', true/false.
OptionalfontSrc?: booleanFilter resources by directive 'fontSrc', true/false.
OptionalformAction?: booleanFilter resources by directive 'formAction', true/false.
OptionalframeAncestors?: booleanFilter resources by directive 'frameAncestors', true/false.
OptionalframeSrc?: booleanFilter resources by directive 'frameSrc', true/false.
OptionalimgSrc?: booleanFilter resources by directive 'imgSrc', true/false.
Optionallimit?: numberMaximum number of CSP-Origins to retrieve.
OptionalmediaSrc?: booleanFilter resources by directive 'mediaSrc', true/false.
Optionalname?: stringFilter resources by name (wildcard and case insensitive).
Optionalnext?: stringCursor to the next page.
OptionalobjectSrc?: booleanFilter resources by directive 'objectSrc', true/false.
Optionalorigin?: stringFilter resources by origin (wildcard and case insensitive).
Optionalprev?: stringCursor to previous next page.
OptionalscriptSrc?: booleanFilter resources by directive 'scriptSrc', true/false.
Optionalsort?: Field to sort by, prefix with -/+ to indicate order.
OptionalstyleSrc?: booleanFilter resources by directive 'styleSrc', true/false.
OptionalworkerSrc?: booleanFilter resources by directive 'workerSrc', true/false.
Optionaloptions: ApiCallOptionsReturns details for a specific content security policy.
Returns details for a specific content security policy.
The CSP entry's unique identifier.
Optionaloptions: ApiCallOptionsRetrieves the full content security policy header (including all configured policies and origins) for the tenant.
Retrieves the full content security policy header (including all configured policies and origins) for the tenant.
Optionaloptions: ApiCallOptionsUpdates a content security policy.
Updates a content security policy.
The CSP entry's unique identifier.
an object with the body content
Optionaloptions: ApiCallOptions
Clears the cache for csp-origins api requests.