Class TeamSyncSelectionStateExternalId

The external identifier for a team or organization in the source platform.

Hierarchy

  • TeamSyncSelectionStateExternalId

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 type of external identifier for the selection state item. For GitHub synchronization, the allowed values are team and organization.

value: string

The external identifier value from the source platform. For GitHub, this is the string representation of a GitHub organization ID or team ID.

Generated using TypeDoc