Class: DatadogAPIClient::V2::TeamSyncSelectionStateItem
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::TeamSyncSelectionStateItem
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/team_sync_selection_state_item.rb
Overview
Identifies a team or organization hierarchy to include in synchronization.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#external_id ⇒ Object
readonly
The external identifier for a team or organization in the source platform.
-
#operation ⇒ Object
The operation to perform on the selected hierarchy.
-
#scope ⇒ Object
The scope of the selection.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/team_sync_selection_state_item.rb', line 37 def additional_properties @additional_properties end |
#external_id ⇒ Object
The external identifier for a team or organization in the source platform.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/team_sync_selection_state_item.rb', line 25 def external_id @external_id end |
#operation ⇒ Object
The operation to perform on the selected hierarchy.
When set to include, synchronization covers the
referenced teams or organizations.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/team_sync_selection_state_item.rb', line 30 def operation @operation end |
#scope ⇒ Object
The scope of the selection. When set to subtree,
synchronization includes the referenced team or
organization and everything nested under it.
35 36 37 |
# File 'lib/datadog_api_client/v2/models/team_sync_selection_state_item.rb', line 35 def scope @scope end |