AccessInvitationStatus
Possible access invitation status of a user
Enums |
UNSPECIFIED
|
Not specified. |
UNKNOWN
|
Used for return value only. Represents value unknown in this version. |
PENDING
|
The initial state of an invitation, before being acted upon by anyone. |
DECLINED
|
Invitation process was terminated by the email recipient. No new user was created. |
EXPIRED
|
Invitation URLs expired without being acted upon. No new user can be created. Invitations expire 20 days after creation. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-02-20 UTC.
[null,null,["Last updated 2024-02-20 UTC."],[[["Possible access invitation statuses include pending, declined, and expired, in addition to unspecified and unknown states."],["A pending invitation is the initial state before any action is taken."],["Declined invitations indicate termination by the recipient, resulting in no new user creation."],["Expired invitations, which occur after 20 days of inactivity, prevent new user creation."],["Unspecified and unknown states are used for system defaults and handling unknown values respectively."]]],[]]