ENUM

ExtensionRequiredActionType

The possible types of required actions after attempting to activate an extension.

link GraphQL Schema definition

1enum ExtensionRequiredActionType {
2
3# The user must accept the permissions in order to complete the activation.
4PROMPT_FOR_PERMISSIONS
5
6# The user must configure the extension in order to complete the activation.
7REQUIRES_CONFIGURATION
8}