Sha256: 8af9abbd8c34479625fd5079ed2f350805be370910dba40864b70c70b3168d1f
Contents?: true
Size: 559 Bytes
Versions: 1
Compression:
Stored size: 559 Bytes
Contents
# DatadogAPIClient::V2::CloudWorkloadSecurityAgentRuleUpdaterAttributes ## Properties | Name | Type | Description | Notes | | ---------- | ---------- | ----------------------- | ---------- | | **handle** | **String** | The handle of the user. | [optional] | | **name** | **String** | The name of the user. | [optional] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::CloudWorkloadSecurityAgentRuleUpdaterAttributes.new( handle: datadog.user@example.com, name: Datadog User ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v2/CloudWorkloadSecurityAgentRuleUpdaterAttributes.md |