Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 631 Bytes

SensorUpdateUpdatePolicyReqV2.md

File metadata and controls

24 lines (18 loc) · 631 Bytes

Falcon::SensorUpdateUpdatePolicyReqV2

Properties

Name Type Description Notes
description String The new description to assign to the policy [optional]
id String The id of the policy to update
name String The new name to assign to the policy [optional]
settings SensorUpdateSettingsReqV2 [optional]

Example

require 'crimson-falcon'

instance = Falcon::SensorUpdateUpdatePolicyReqV2.new(
  description: null,
  id: null,
  name: null,
  settings: null
)