An individual team's ownership entry within a teams ownership rule.

Hierarchy

  • TeamsOwnershipRuleTeamMapping

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
mappingId: string

The ID of the underlying mapping, used to delete this team's ownership individually.

teamHandle: string

The handle of the owning team.

Generated using TypeDoc