ENUM
CloudAccountState
Description
State of a cloud account.
link GraphQL Schema definition
- enum CloudAccountState {
- # The cloud account is connected.
- # The cloud account is connecting.
- # The cloud account is not enabled.
- # The cloud account is disconnected.
- # The cloud account is missing permissions.
- # The cloud account state is not specified.
- }