PendingOrganizationInvite
PendingOrganizationInvite describes an invite that has been sent out for someone to join a Pulumi organization.
Properties
idstring requiredID is the internal ID of the invite. Used to refer to this invite later to accept/cancel.emailstring requiredThe email address the invite was sent to.roleenum requiredRole is the new role to give the member. Must be one of MEMBER, ADMIN, or BILLING MANAGER.Values:none,member,admin,potential-member,stack-collaborator,billing-manager- The user who sent the invite.
- ↳
namestring requiredThe user’s display name. - ↳
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. sentAtinteger requiredSentAt is the timestamp when the invite was first sent.acceptInviteUrlstring requiredAcceptInviteURL is the url where a user would go to accept an invite to an organization.acceptErrorstring optionalAcceptError is the most recent error a user has hit while trying to accept an organization invite. By default it is null.statusstring requiredThe friendly name of the invite status. Valid values are “pending”, “accepted”, “expired”, and “canceled”.roleIdstring optionalRoleID is the optional UUID of a custom role assigned to this invite.
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.