ConnectionInstallationState

data class ConnectionInstallationState(val actionUri: String? = null, val message: String? = null, val stage: String? = null)

Constructors

Link copied to clipboard
constructor(actionUri: String? = null, message: String? = null, stage: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val actionUri: String? = null

Output only. Link to follow for next action. Empty string if the installation is already complete.

Link copied to clipboard
val message: String? = null

Output only. Message of what the user should do next to continue the installation. Empty string if the installation is already complete.

Link copied to clipboard
val stage: String? = null

(Output) Output only. Current step of the installation process. Possible values: STAGE_UNSPECIFIED PENDING_CREATE_APP PENDING_USER_OAUTH PENDING_INSTALL_APP COMPLETE