Team
Team describes a Pulumi team. A Pulumi team may have its organization managed by another service, such as GitHub.
Properties
kindenum requiredThe kind of team (e.g., pulumi or GitHub-backed).Values:github,pulumi,scimnamestring requiredThe unique identifier name of the team within the organization.displayNamestring requiredThe human-readable display name shown in the UI.descriptionstring requiredA free-form text description of the team’s purpose.- The list of team members.
- ↳
namestring requiredThe user’s display name. - ↳
roleenum requiredThe member’s role within the team.Values:none,member,admin - ↳
githubLoginstring requiredThe user’s login name. - ↳
avatarUrlstring requiredThe URL of the user’s avatar image. - ↳
emailstring optionalIMPORTANT: The email address of the user is only included on a few admin-only APIs. For nearly all APIs that return a UserInfo object, this will not be provided. considered sensitive information. - The list of stack permissions granted to the team.
- ↳
projectNamestring requiredThe project containing the stack. - ↳
stackNamestring requiredThe stack within the project. - ↳
permissionenum requiredThe permission level the team has on this stack (e.g., read, write, admin).Values:0,101,102,103,104 - ↳
permissionSetNamestring optionalDisplay name of the permission set for this stack, when available. Enables read-only entity access UI without requiring RoleRead. - The list of environment settings for the team.
- ↳
projectNamestring requiredThe project containing the environment. - ↳
envNamestring requiredThe environment within the project. - ↳
permissionenum requiredThe permission level the team has on this environment.Values:none,read,open,write,admin - ↳
maxOpenDurationstring optionalThe maximum duration an environment session can remain open, as a Go duration string (e.g. “1h30m”). - ↳
permissionSetNamestring optionalDisplay name of the permission set for this environment, when available. Enables read-only entity access UI without requiring RoleRead. - The list of account permissions granted to the team.
- ↳
accountNamestring requiredThe Insights account name. - ↳
permissionenum requiredThe permission level the team has on this Insights account.Values:0,1,2,3 - ↳
permissionSetNamestring optionalDisplay name of the permission set for this account, when available. Enables read-only entity access UI without requiring RoleRead. listMembersErrorstring optionalListMembersError is the error message if an error was encountered whilst trying to contact the team’s backend (eg. GitHub). The UI will only show this error if it is non-nil and if Members itself is an empty slice.userRoleenum optionalUserRole is the calling user’s role on the given team.Values:none,member,adminroleIdsarray[string] optionalRoleIDs are the IDs of the FGA roles assigned to the team, if any. Currently only one role per team is supported.
Thank you for your feedback!
If you have a question about how to use Pulumi, reach out in Community Slack.
Open an issue on GitHub to report a problem or suggest an improvement.