Class: DatadogAPIClient::V2::TeamSyncSelectionStateItem

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_idObject

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

#operationObject

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

#scopeObject

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