Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶
type API struct {
// contains filtered or unexported fields
}
API describes teams API
func NewTeamsAPI ¶
NewTeamsAPI creates an object to query the team API.
type Team ¶
type Team struct { Dn string `json:"dn"` ID string `json:"id"` TeamName string `json:"id_name"` TeamID string `json:"team_id"` Type string `json:"type"` FullName string `json:"name"` Aliases []string `json:"alias"` Mails []string `json:"mail"` Members []string `json:"member"` CostCenter string `json:"cost_center"` DeliveryLead string `json:"delivery_lead"` ParentTeamID string `json:"parent_team_id"` InfrastructureAccounts []infrastructureAccount `json:"infrastructure-accounts"` }
Team defines informaiton for a single team, including the list of members and infrastructure accounts.
Click to show internal directories.
Click to hide internal directories.