The JSON:API data envelope for a teams ownership rule.

Hierarchy

  • TeamsOwnershipRuleResponseData

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 attributes of a teams ownership rule.

id: string

A deterministic identifier derived from the rule's grouping key. This ID cannot be used to delete the rule directly; delete individual mappings using the mapping_id under teams instead.

The type of the resource. The value should always be teams_ownership_grouped_mappings.

Generated using TypeDoc