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
Optional
options: ApiCallOptionsDeletes a specific content security policy.
Deletes a specific content security policy.
The CSP entry's unique identifier.
Optional
options: ApiCallOptionsRetrieves all content security policies for a tenant.
Retrieves all content security policies for a tenant.
an object with query parameters
Optional
childSrc?: booleanFilter resources by directive 'childSrc', true/false.
Optional
connectSrc?: booleanFilter resources by directive 'connectSrc', true/false.
Optional
connectSrcWSS?: booleanFilter resources by directive 'connectSrcWSS', true/false.
Optional
fontSrc?: booleanFilter resources by directive 'fontSrc', true/false.
Optional
formAction?: booleanFilter resources by directive 'formAction', true/false.
Optional
frameAncestors?: booleanFilter resources by directive 'frameAncestors', true/false.
Optional
frameSrc?: booleanFilter resources by directive 'frameSrc', true/false.
Optional
imgSrc?: booleanFilter resources by directive 'imgSrc', true/false.
Optional
limit?: numberMaximum number of CSP-Origins to retrieve.
Optional
mediaSrc?: booleanFilter resources by directive 'mediaSrc', true/false.
Optional
name?: stringFilter resources by name (wildcard and case insensitive).
Optional
next?: stringCursor to the next page.
Optional
objectSrc?: booleanFilter resources by directive 'objectSrc', true/false.
Optional
origin?: stringFilter resources by origin (wildcard and case insensitive).
Optional
prev?: stringCursor to previous next page.
Optional
scriptSrc?: booleanFilter resources by directive 'scriptSrc', true/false.
Optional
sort?: Field to sort by, prefix with -/+ to indicate order.
Optional
styleSrc?: booleanFilter resources by directive 'styleSrc', true/false.
Optional
workerSrc?: booleanFilter resources by directive 'workerSrc', true/false.
Optional
options: ApiCallOptionsReturns details for a specific content security policy.
Returns details for a specific content security policy.
The CSP entry's unique identifier.
Optional
options: 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.
Optional
options: ApiCallOptionsUpdates a content security policy.
Updates a content security policy.
The CSP entry's unique identifier.
an object with the body content
Optional
options: ApiCallOptions
Clears the cache for csp-origins api requests.