stage property
Current step of the installation process.
Output only. Possible string values are:
- "STAGE_UNSPECIFIED" : No stage specified.
- "PENDING_CREATE_APP" : Only for GitHub Enterprise. An App creation has been requested. The user needs to confirm the creation in their GitHub enterprise host.
- "PENDING_USER_OAUTH" : User needs to authorize the GitHub (or Enterprise) App via OAuth.
- "PENDING_INSTALL_APP" : User needs to follow the link to install the GitHub (or Enterprise) App.
- "COMPLETE" : Installation process has been completed.
Implementation
core.String? stage;