TeamGetSchema – Management API – MediaKind
TeamGetSchema
object
kind
string
Optional
The kind of record.
metadata
object
TeamMetadataSchema
Required
Team metadata.
Properties
- id
string
Required
The ID of the resource - name
string
Optional
The name of the resource
spec
object
TeamSpecSchemaRead
Required
Team specification.
Properties
- description
string
Optional
0-256 characters
A description of the team. - members
map from strings to object
TeamMemberSchemaRead
Optional
The list of members.
Members Schema
[any key]
object
Properties
- email
string
Required
The email address of the team member - isTeamAdmin
boolean
Required
Does this user have the ability to edit this team - name
string
Required
The name of the team member - scopes
map from strings to object
TeamScopeSchema
Optional
The set of scopes this team has access to, and the roles on each.
Scopes Schema
[any key]
object
Properties
- roles
list of strings
Required
The names of the roles.