Team sync attributes.

Hierarchy

  • TeamSyncAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any

How often the sync process should be run. Defaults to once when not provided.

The external source platform for team synchronization. Only "github" is supported.

syncMembership?: boolean

Whether to sync members from the external team to the Datadog team. Defaults to false when not provided.

The type of synchronization operation. "link" connects teams by matching names. "provision" creates new teams when no match is found.

Generated using TypeDoc