SyncState type
The action that triggered the most recent registry sync.
KnownSyncState can be used interchangeably with SyncState,
this enum contains the known values that the service supports.
Known values supported by the service
NotActivated: Connected Registry is not activated
Syncing: Connected Registry is syncing
Failed: Connected Registry sync failed
Succeeded: Connected Registry sync succeeded
TimedOut: Connected Registry sync timed out
Pending: Connected Registry sync is pending
type SyncState = string