Team sync attributes.

Hierarchy

  • TeamSyncAttributes

Constructors

Properties

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

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

The type of synchronization operation. Only "link" is supported, which links existing teams by matching names.

Generated using TypeDoc