tsb.tetrate.io/v2
Team
| Name | Type | Description | Required |
|---|---|---|---|
| apiVersion | string | tsb.tetrate.io/v2 | true |
| kind | string | Team | true |
| metadata | object | Refer to the Kubernetes API documentation for the fields of the metadata field. | true |
| spec | object |
| false |
| status | object | false |
Team.spec
Team is a named collection of users, service accounts, and other teams.
| Name | Type | Description | Required |
|---|---|---|---|
| description | string | A description of the resource. | false |
| displayName | string | User friendly name for the resource. | false |
| etag | string | The etag for the resource. | false |
| fqn | string | Fully-qualified name of the resource. | false |
| members | []string | List of members under the team. | false |
| sourceType | enum | Where the team comes from. Enum: INVALID, LDAP, LOCAL, AZURE, MANUAL | false |