module Stratosphere.Grafana.Workspace.SamlConfigurationProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data SamlConfigurationProperty :: Prelude.Type instance ToResourceProperties SamlConfigurationProperty instance Prelude.Eq SamlConfigurationProperty instance Prelude.Show SamlConfigurationProperty instance JSON.ToJSON SamlConfigurationProperty