Sha256: 3877ce287b2035e248e087bc5d64ccc897be1ed611c6744d46c095dcdddb9b32
Contents?: true
Size: 582 Bytes
Versions: 4
Compression:
Stored size: 582 Bytes
Contents
# DatadogAPIClient::V2::SecurityFilter ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **attributes** | [**SecurityFilterAttributes**](SecurityFilterAttributes.md) | | [optional] | | **id** | **String** | The ID of the security filter. | [optional] | | **type** | [**SecurityFilterType**](SecurityFilterType.md) | | [optional][default to 'security_filters'] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::SecurityFilter.new( attributes: null, id: 3dd-0uc-h1s, type: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems