Team attributes.

Hierarchy

  • AuthNMappingTeamAttributes

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
avatar?: string

Unicode representation of the avatar for the team, limited to a single grapheme

banner?: number

Banner selection for the team

handle?: string

The team's identifier

linkCount?: number

The number of links belonging to the team

name?: string

The name of the team

summary?: string

A brief summary of the team, derived from the description

userCount?: number

The number of users belonging to the team

Generated using TypeDoc