Sha256: 4f5ebeb1f22acddf9bad13ce929e6ea68d60ef320c8bdadeac040880d7c966f5
Contents?: true
Size: 559 Bytes
Versions: 1
Compression:
Stored size: 559 Bytes
Contents
# DatadogAPIClient::V2::CloudWorkloadSecurityAgentRuleCreatorAttributes ## 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::CloudWorkloadSecurityAgentRuleCreatorAttributes.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/CloudWorkloadSecurityAgentRuleCreatorAttributes.md |