Class: DatadogAPIClient::V2::TeamSyncAttributesType

Inherits:
Object
  • Object
show all
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".freeze
PROVISION =
"provision".freeze

Method Summary

Methods included from BaseEnumModel

included