Class: DatadogAPIClient::V2::TeamSyncAttributesType
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::TeamSyncAttributesType
- Includes:
- BaseEnumModel
- Defined in:
- lib/datadog_api_client/v2/models/team_sync_attributes_type.rb
Overview
The type of synchronization operation. "link" connects teams by matching names. "provision" creates new teams when no match is found.
Constant Summary collapse
- LINK =
"link".freeze
- PROVISION =
"provision".freeze