Netskope UpdatePolicyGroup

Netskope UpdatePolicyGroup

Certified

Update a Netskope URL policy group

Adds or removes a URL/entity from a Netskope URL list policy group via the REST API v2.

yaml
type: io.kestra.plugin.netskope.remediation.UpdatePolicyGroup
yaml
id: update_netskope_policy
namespace: io.kestra.security
tasks:
  - id: block_url
    type: io.kestra.plugin.netskope.remediation.UpdatePolicyGroup
    baseUrl: "https://{{ secret('NETSKOPE_TENANT') }}.goskope.com"
    apiToken: "{{ secret('NETSKOPE_V2_TOKEN') }}"
    policyGroupId: "{{ inputs.policy_group_id }}"
    operation: ADD
    entity: "malicious-site.example.com"
Properties

The Netskope v2 API token

The base URL of the Netskope tenant

The URL or entity to add or remove from the policy group

The operation to perform

Must be 'ADD' or 'REMOVE'

The ID of the URL list policy group to update

Reference (ref) of the pluginDefaults to apply to this task.

The operation that was performed (ADD or REMOVE)

The ID of the updated policy group