ActualState type

Defines values for ActualState.

type ActualState = "Enabling" | "Enabled" | "Disabling" | "Disabled" | "Unknown"