Class: DatadogAPIClient::V2::SecurityMonitoringTriageUser
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SecurityMonitoringTriageUser
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/security_monitoring_triage_user.rb
Overview
Object representing a given user entity.
Instance Attribute Summary collapse
-
#handle ⇒ Object
The handle for this user account.
-
#id ⇒ Object
Numerical ID assigned by Datadog to this user account.
-
#name ⇒ Object
The name for this user account.
-
#uuid ⇒ Object
readonly
UUID assigned by Datadog to this user account.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#handle ⇒ Object
The handle for this user account.
29 30 31 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_triage_user.rb', line 29 def handle @handle end |
#id ⇒ Object
Numerical ID assigned by Datadog to this user account.
32 33 34 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_triage_user.rb', line 32 def id @id end |
#name ⇒ Object
The name for this user account.
35 36 37 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_triage_user.rb', line 35 def name @name end |
#uuid ⇒ Object
UUID assigned by Datadog to this user account.
38 39 40 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_triage_user.rb', line 38 def uuid @uuid end |