
Netskope UpdatePolicyGroup
CertifiedUpdate a Netskope URL policy group
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.UpdatePolicyGroupExamples
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
apiToken *Requiredstring
The Netskope v2 API token
baseUrl *Requiredstring
The base URL of the Netskope tenant
entity *Requiredstring
The URL or entity to add or remove from the policy group
operation *Requiredstring
The operation to perform
Must be 'ADD' or 'REMOVE'
policyGroupId *Requiredstring
The ID of the URL list policy group to update
pluginDefaultsRef Non-dynamicstring
Reference (ref) of the pluginDefaults to apply to this task.
Outputs
operation string
The operation that was performed (ADD or REMOVE)
policyGroupId string
The ID of the updated policy group