module Stratosphere.AppFlow.ConnectorProfile.SAPODataConnectorProfilePropertiesProperty (
module Exports, SAPODataConnectorProfilePropertiesProperty(..),
mkSAPODataConnectorProfilePropertiesProperty
) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import {-# SOURCE #-} Stratosphere.AppFlow.ConnectorProfile.OAuthPropertiesProperty as Exports
import Stratosphere.ResourceProperties
import Stratosphere.Value
data SAPODataConnectorProfilePropertiesProperty
=
SAPODataConnectorProfilePropertiesProperty {SAPODataConnectorProfilePropertiesProperty -> ()
haddock_workaround_ :: (),
SAPODataConnectorProfilePropertiesProperty -> Maybe (Value Text)
applicationHostUrl :: (Prelude.Maybe (Value Prelude.Text)),
SAPODataConnectorProfilePropertiesProperty -> Maybe (Value Text)
applicationServicePath :: (Prelude.Maybe (Value Prelude.Text)),
SAPODataConnectorProfilePropertiesProperty -> Maybe (Value Text)
clientNumber :: (Prelude.Maybe (Value Prelude.Text)),
SAPODataConnectorProfilePropertiesProperty -> Maybe (Value Bool)
disableSSO :: (Prelude.Maybe (Value Prelude.Bool)),
SAPODataConnectorProfilePropertiesProperty -> Maybe (Value Text)
logonLanguage :: (Prelude.Maybe (Value Prelude.Text)),
SAPODataConnectorProfilePropertiesProperty
-> Maybe OAuthPropertiesProperty
oAuthProperties :: (Prelude.Maybe OAuthPropertiesProperty),
SAPODataConnectorProfilePropertiesProperty -> Maybe (Value Integer)
portNumber :: (Prelude.Maybe (Value Prelude.Integer)),
SAPODataConnectorProfilePropertiesProperty -> Maybe (Value Text)
privateLinkServiceName :: (Prelude.Maybe (Value Prelude.Text))}
deriving stock (SAPODataConnectorProfilePropertiesProperty
-> SAPODataConnectorProfilePropertiesProperty -> Bool
(SAPODataConnectorProfilePropertiesProperty
-> SAPODataConnectorProfilePropertiesProperty -> Bool)
-> (SAPODataConnectorProfilePropertiesProperty
-> SAPODataConnectorProfilePropertiesProperty -> Bool)
-> Eq SAPODataConnectorProfilePropertiesProperty
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: SAPODataConnectorProfilePropertiesProperty
-> SAPODataConnectorProfilePropertiesProperty -> Bool
== :: SAPODataConnectorProfilePropertiesProperty
-> SAPODataConnectorProfilePropertiesProperty -> Bool
$c/= :: SAPODataConnectorProfilePropertiesProperty
-> SAPODataConnectorProfilePropertiesProperty -> Bool
/= :: SAPODataConnectorProfilePropertiesProperty
-> SAPODataConnectorProfilePropertiesProperty -> Bool
Prelude.Eq, Int -> SAPODataConnectorProfilePropertiesProperty -> ShowS
[SAPODataConnectorProfilePropertiesProperty] -> ShowS
SAPODataConnectorProfilePropertiesProperty -> String
(Int -> SAPODataConnectorProfilePropertiesProperty -> ShowS)
-> (SAPODataConnectorProfilePropertiesProperty -> String)
-> ([SAPODataConnectorProfilePropertiesProperty] -> ShowS)
-> Show SAPODataConnectorProfilePropertiesProperty
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> SAPODataConnectorProfilePropertiesProperty -> ShowS
showsPrec :: Int -> SAPODataConnectorProfilePropertiesProperty -> ShowS
$cshow :: SAPODataConnectorProfilePropertiesProperty -> String
show :: SAPODataConnectorProfilePropertiesProperty -> String
$cshowList :: [SAPODataConnectorProfilePropertiesProperty] -> ShowS
showList :: [SAPODataConnectorProfilePropertiesProperty] -> ShowS
Prelude.Show)
mkSAPODataConnectorProfilePropertiesProperty ::
SAPODataConnectorProfilePropertiesProperty
mkSAPODataConnectorProfilePropertiesProperty :: SAPODataConnectorProfilePropertiesProperty
mkSAPODataConnectorProfilePropertiesProperty
= SAPODataConnectorProfilePropertiesProperty
{haddock_workaround_ :: ()
haddock_workaround_ = (), applicationHostUrl :: Maybe (Value Text)
applicationHostUrl = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
applicationServicePath :: Maybe (Value Text)
applicationServicePath = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
clientNumber :: Maybe (Value Text)
clientNumber = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, disableSSO :: Maybe (Value Bool)
disableSSO = Maybe (Value Bool)
forall a. Maybe a
Prelude.Nothing,
logonLanguage :: Maybe (Value Text)
logonLanguage = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, oAuthProperties :: Maybe OAuthPropertiesProperty
oAuthProperties = Maybe OAuthPropertiesProperty
forall a. Maybe a
Prelude.Nothing,
portNumber :: Maybe (Value Integer)
portNumber = Maybe (Value Integer)
forall a. Maybe a
Prelude.Nothing,
privateLinkServiceName :: Maybe (Value Text)
privateLinkServiceName = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties SAPODataConnectorProfilePropertiesProperty where
toResourceProperties :: SAPODataConnectorProfilePropertiesProperty -> ResourceProperties
toResourceProperties
SAPODataConnectorProfilePropertiesProperty {Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe OAuthPropertiesProperty
()
haddock_workaround_ :: SAPODataConnectorProfilePropertiesProperty -> ()
applicationHostUrl :: SAPODataConnectorProfilePropertiesProperty -> Maybe (Value Text)
applicationServicePath :: SAPODataConnectorProfilePropertiesProperty -> Maybe (Value Text)
clientNumber :: SAPODataConnectorProfilePropertiesProperty -> Maybe (Value Text)
disableSSO :: SAPODataConnectorProfilePropertiesProperty -> Maybe (Value Bool)
logonLanguage :: SAPODataConnectorProfilePropertiesProperty -> Maybe (Value Text)
oAuthProperties :: SAPODataConnectorProfilePropertiesProperty
-> Maybe OAuthPropertiesProperty
portNumber :: SAPODataConnectorProfilePropertiesProperty -> Maybe (Value Integer)
privateLinkServiceName :: SAPODataConnectorProfilePropertiesProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
applicationHostUrl :: Maybe (Value Text)
applicationServicePath :: Maybe (Value Text)
clientNumber :: Maybe (Value Text)
disableSSO :: Maybe (Value Bool)
logonLanguage :: Maybe (Value Text)
oAuthProperties :: Maybe OAuthPropertiesProperty
portNumber :: Maybe (Value Integer)
privateLinkServiceName :: Maybe (Value Text)
..}
= ResourceProperties
{awsType :: Text
awsType = Text
"AWS::AppFlow::ConnectorProfile.SAPODataConnectorProfileProperties",
supportsTags :: Bool
supportsTags = Bool
Prelude.False,
properties :: Object
properties = [Item Object] -> Object
forall l. IsList l => [Item l] -> l
Prelude.fromList
([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
[Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ApplicationHostUrl" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
applicationHostUrl,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ApplicationServicePath"
(Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
applicationServicePath,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ClientNumber" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
clientNumber,
Key -> Value Bool -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"DisableSSO" (Value Bool -> (Key, Value))
-> Maybe (Value Bool) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Bool)
disableSSO,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"LogonLanguage" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
logonLanguage,
Key -> OAuthPropertiesProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"OAuthProperties" (OAuthPropertiesProperty -> (Key, Value))
-> Maybe OAuthPropertiesProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe OAuthPropertiesProperty
oAuthProperties,
Key -> Value Integer -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"PortNumber" (Value Integer -> (Key, Value))
-> Maybe (Value Integer) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Integer)
portNumber,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"PrivateLinkServiceName"
(Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
privateLinkServiceName])}
instance JSON.ToJSON SAPODataConnectorProfilePropertiesProperty where
toJSON :: SAPODataConnectorProfilePropertiesProperty -> Value
toJSON SAPODataConnectorProfilePropertiesProperty {Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe OAuthPropertiesProperty
()
haddock_workaround_ :: SAPODataConnectorProfilePropertiesProperty -> ()
applicationHostUrl :: SAPODataConnectorProfilePropertiesProperty -> Maybe (Value Text)
applicationServicePath :: SAPODataConnectorProfilePropertiesProperty -> Maybe (Value Text)
clientNumber :: SAPODataConnectorProfilePropertiesProperty -> Maybe (Value Text)
disableSSO :: SAPODataConnectorProfilePropertiesProperty -> Maybe (Value Bool)
logonLanguage :: SAPODataConnectorProfilePropertiesProperty -> Maybe (Value Text)
oAuthProperties :: SAPODataConnectorProfilePropertiesProperty
-> Maybe OAuthPropertiesProperty
portNumber :: SAPODataConnectorProfilePropertiesProperty -> Maybe (Value Integer)
privateLinkServiceName :: SAPODataConnectorProfilePropertiesProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
applicationHostUrl :: Maybe (Value Text)
applicationServicePath :: Maybe (Value Text)
clientNumber :: Maybe (Value Text)
disableSSO :: Maybe (Value Bool)
logonLanguage :: Maybe (Value Text)
oAuthProperties :: Maybe OAuthPropertiesProperty
portNumber :: Maybe (Value Integer)
privateLinkServiceName :: Maybe (Value Text)
..}
= [(Key, Value)] -> Value
JSON.object
([Item [(Key, Value)]] -> [(Key, Value)]
forall l. IsList l => [Item l] -> l
Prelude.fromList
([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
[Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ApplicationHostUrl" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
applicationHostUrl,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ApplicationServicePath"
(Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
applicationServicePath,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ClientNumber" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
clientNumber,
Key -> Value Bool -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"DisableSSO" (Value Bool -> (Key, Value))
-> Maybe (Value Bool) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Bool)
disableSSO,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"LogonLanguage" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
logonLanguage,
Key -> OAuthPropertiesProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"OAuthProperties" (OAuthPropertiesProperty -> (Key, Value))
-> Maybe OAuthPropertiesProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe OAuthPropertiesProperty
oAuthProperties,
Key -> Value Integer -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"PortNumber" (Value Integer -> (Key, Value))
-> Maybe (Value Integer) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Integer)
portNumber,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"PrivateLinkServiceName"
(Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
privateLinkServiceName]))
instance Property "ApplicationHostUrl" SAPODataConnectorProfilePropertiesProperty where
type PropertyType "ApplicationHostUrl" SAPODataConnectorProfilePropertiesProperty = Value Prelude.Text
set :: PropertyType
"ApplicationHostUrl" SAPODataConnectorProfilePropertiesProperty
-> SAPODataConnectorProfilePropertiesProperty
-> SAPODataConnectorProfilePropertiesProperty
set PropertyType
"ApplicationHostUrl" SAPODataConnectorProfilePropertiesProperty
newValue SAPODataConnectorProfilePropertiesProperty {Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe OAuthPropertiesProperty
()
haddock_workaround_ :: SAPODataConnectorProfilePropertiesProperty -> ()
applicationHostUrl :: SAPODataConnectorProfilePropertiesProperty -> Maybe (Value Text)
applicationServicePath :: SAPODataConnectorProfilePropertiesProperty -> Maybe (Value Text)
clientNumber :: SAPODataConnectorProfilePropertiesProperty -> Maybe (Value Text)
disableSSO :: SAPODataConnectorProfilePropertiesProperty -> Maybe (Value Bool)
logonLanguage :: SAPODataConnectorProfilePropertiesProperty -> Maybe (Value Text)
oAuthProperties :: SAPODataConnectorProfilePropertiesProperty
-> Maybe OAuthPropertiesProperty
portNumber :: SAPODataConnectorProfilePropertiesProperty -> Maybe (Value Integer)
privateLinkServiceName :: SAPODataConnectorProfilePropertiesProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
applicationHostUrl :: Maybe (Value Text)
applicationServicePath :: Maybe (Value Text)
clientNumber :: Maybe (Value Text)
disableSSO :: Maybe (Value Bool)
logonLanguage :: Maybe (Value Text)
oAuthProperties :: Maybe OAuthPropertiesProperty
portNumber :: Maybe (Value Integer)
privateLinkServiceName :: Maybe (Value Text)
..}
= SAPODataConnectorProfilePropertiesProperty
{applicationHostUrl :: Maybe (Value Text)
applicationHostUrl = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
"ApplicationHostUrl" SAPODataConnectorProfilePropertiesProperty
Value Text
newValue, Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe OAuthPropertiesProperty
()
haddock_workaround_ :: ()
applicationServicePath :: Maybe (Value Text)
clientNumber :: Maybe (Value Text)
disableSSO :: Maybe (Value Bool)
logonLanguage :: Maybe (Value Text)
oAuthProperties :: Maybe OAuthPropertiesProperty
portNumber :: Maybe (Value Integer)
privateLinkServiceName :: Maybe (Value Text)
haddock_workaround_ :: ()
applicationServicePath :: Maybe (Value Text)
clientNumber :: Maybe (Value Text)
disableSSO :: Maybe (Value Bool)
logonLanguage :: Maybe (Value Text)
oAuthProperties :: Maybe OAuthPropertiesProperty
portNumber :: Maybe (Value Integer)
privateLinkServiceName :: Maybe (Value Text)
..}
instance Property "ApplicationServicePath" SAPODataConnectorProfilePropertiesProperty where
type PropertyType "ApplicationServicePath" SAPODataConnectorProfilePropertiesProperty = Value Prelude.Text
set :: PropertyType
"ApplicationServicePath" SAPODataConnectorProfilePropertiesProperty
-> SAPODataConnectorProfilePropertiesProperty
-> SAPODataConnectorProfilePropertiesProperty
set PropertyType
"ApplicationServicePath" SAPODataConnectorProfilePropertiesProperty
newValue SAPODataConnectorProfilePropertiesProperty {Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe OAuthPropertiesProperty
()
haddock_workaround_ :: SAPODataConnectorProfilePropertiesProperty -> ()
applicationHostUrl :: SAPODataConnectorProfilePropertiesProperty -> Maybe (Value Text)
applicationServicePath :: SAPODataConnectorProfilePropertiesProperty -> Maybe (Value Text)
clientNumber :: SAPODataConnectorProfilePropertiesProperty -> Maybe (Value Text)
disableSSO :: SAPODataConnectorProfilePropertiesProperty -> Maybe (Value Bool)
logonLanguage :: SAPODataConnectorProfilePropertiesProperty -> Maybe (Value Text)
oAuthProperties :: SAPODataConnectorProfilePropertiesProperty
-> Maybe OAuthPropertiesProperty
portNumber :: SAPODataConnectorProfilePropertiesProperty -> Maybe (Value Integer)
privateLinkServiceName :: SAPODataConnectorProfilePropertiesProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
applicationHostUrl :: Maybe (Value Text)
applicationServicePath :: Maybe (Value Text)
clientNumber :: Maybe (Value Text)
disableSSO :: Maybe (Value Bool)
logonLanguage :: Maybe (Value Text)
oAuthProperties :: Maybe OAuthPropertiesProperty
portNumber :: Maybe (Value Integer)
privateLinkServiceName :: Maybe (Value Text)
..}
= SAPODataConnectorProfilePropertiesProperty
{applicationServicePath :: Maybe (Value Text)
applicationServicePath = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
"ApplicationServicePath" SAPODataConnectorProfilePropertiesProperty
Value Text
newValue, Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe OAuthPropertiesProperty
()
haddock_workaround_ :: ()
applicationHostUrl :: Maybe (Value Text)
clientNumber :: Maybe (Value Text)
disableSSO :: Maybe (Value Bool)
logonLanguage :: Maybe (Value Text)
oAuthProperties :: Maybe OAuthPropertiesProperty
portNumber :: Maybe (Value Integer)
privateLinkServiceName :: Maybe (Value Text)
haddock_workaround_ :: ()
applicationHostUrl :: Maybe (Value Text)
clientNumber :: Maybe (Value Text)
disableSSO :: Maybe (Value Bool)
logonLanguage :: Maybe (Value Text)
oAuthProperties :: Maybe OAuthPropertiesProperty
portNumber :: Maybe (Value Integer)
privateLinkServiceName :: Maybe (Value Text)
..}
instance Property "ClientNumber" SAPODataConnectorProfilePropertiesProperty where
type PropertyType "ClientNumber" SAPODataConnectorProfilePropertiesProperty = Value Prelude.Text
set :: PropertyType
"ClientNumber" SAPODataConnectorProfilePropertiesProperty
-> SAPODataConnectorProfilePropertiesProperty
-> SAPODataConnectorProfilePropertiesProperty
set PropertyType
"ClientNumber" SAPODataConnectorProfilePropertiesProperty
newValue SAPODataConnectorProfilePropertiesProperty {Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe OAuthPropertiesProperty
()
haddock_workaround_ :: SAPODataConnectorProfilePropertiesProperty -> ()
applicationHostUrl :: SAPODataConnectorProfilePropertiesProperty -> Maybe (Value Text)
applicationServicePath :: SAPODataConnectorProfilePropertiesProperty -> Maybe (Value Text)
clientNumber :: SAPODataConnectorProfilePropertiesProperty -> Maybe (Value Text)
disableSSO :: SAPODataConnectorProfilePropertiesProperty -> Maybe (Value Bool)
logonLanguage :: SAPODataConnectorProfilePropertiesProperty -> Maybe (Value Text)
oAuthProperties :: SAPODataConnectorProfilePropertiesProperty
-> Maybe OAuthPropertiesProperty
portNumber :: SAPODataConnectorProfilePropertiesProperty -> Maybe (Value Integer)
privateLinkServiceName :: SAPODataConnectorProfilePropertiesProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
applicationHostUrl :: Maybe (Value Text)
applicationServicePath :: Maybe (Value Text)
clientNumber :: Maybe (Value Text)
disableSSO :: Maybe (Value Bool)
logonLanguage :: Maybe (Value Text)
oAuthProperties :: Maybe OAuthPropertiesProperty
portNumber :: Maybe (Value Integer)
privateLinkServiceName :: Maybe (Value Text)
..}
= SAPODataConnectorProfilePropertiesProperty
{clientNumber :: Maybe (Value Text)
clientNumber = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
"ClientNumber" SAPODataConnectorProfilePropertiesProperty
Value Text
newValue, Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe OAuthPropertiesProperty
()
haddock_workaround_ :: ()
applicationHostUrl :: Maybe (Value Text)
applicationServicePath :: Maybe (Value Text)
disableSSO :: Maybe (Value Bool)
logonLanguage :: Maybe (Value Text)
oAuthProperties :: Maybe OAuthPropertiesProperty
portNumber :: Maybe (Value Integer)
privateLinkServiceName :: Maybe (Value Text)
haddock_workaround_ :: ()
applicationHostUrl :: Maybe (Value Text)
applicationServicePath :: Maybe (Value Text)
disableSSO :: Maybe (Value Bool)
logonLanguage :: Maybe (Value Text)
oAuthProperties :: Maybe OAuthPropertiesProperty
portNumber :: Maybe (Value Integer)
privateLinkServiceName :: Maybe (Value Text)
..}
instance Property "DisableSSO" SAPODataConnectorProfilePropertiesProperty where
type PropertyType "DisableSSO" SAPODataConnectorProfilePropertiesProperty = Value Prelude.Bool
set :: PropertyType
"DisableSSO" SAPODataConnectorProfilePropertiesProperty
-> SAPODataConnectorProfilePropertiesProperty
-> SAPODataConnectorProfilePropertiesProperty
set PropertyType
"DisableSSO" SAPODataConnectorProfilePropertiesProperty
newValue SAPODataConnectorProfilePropertiesProperty {Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe OAuthPropertiesProperty
()
haddock_workaround_ :: SAPODataConnectorProfilePropertiesProperty -> ()
applicationHostUrl :: SAPODataConnectorProfilePropertiesProperty -> Maybe (Value Text)
applicationServicePath :: SAPODataConnectorProfilePropertiesProperty -> Maybe (Value Text)
clientNumber :: SAPODataConnectorProfilePropertiesProperty -> Maybe (Value Text)
disableSSO :: SAPODataConnectorProfilePropertiesProperty -> Maybe (Value Bool)
logonLanguage :: SAPODataConnectorProfilePropertiesProperty -> Maybe (Value Text)
oAuthProperties :: SAPODataConnectorProfilePropertiesProperty
-> Maybe OAuthPropertiesProperty
portNumber :: SAPODataConnectorProfilePropertiesProperty -> Maybe (Value Integer)
privateLinkServiceName :: SAPODataConnectorProfilePropertiesProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
applicationHostUrl :: Maybe (Value Text)
applicationServicePath :: Maybe (Value Text)
clientNumber :: Maybe (Value Text)
disableSSO :: Maybe (Value Bool)
logonLanguage :: Maybe (Value Text)
oAuthProperties :: Maybe OAuthPropertiesProperty
portNumber :: Maybe (Value Integer)
privateLinkServiceName :: Maybe (Value Text)
..}
= SAPODataConnectorProfilePropertiesProperty
{disableSSO :: Maybe (Value Bool)
disableSSO = Value Bool -> Maybe (Value Bool)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
"DisableSSO" SAPODataConnectorProfilePropertiesProperty
Value Bool
newValue, Maybe (Value Integer)
Maybe (Value Text)
Maybe OAuthPropertiesProperty
()
haddock_workaround_ :: ()
applicationHostUrl :: Maybe (Value Text)
applicationServicePath :: Maybe (Value Text)
clientNumber :: Maybe (Value Text)
logonLanguage :: Maybe (Value Text)
oAuthProperties :: Maybe OAuthPropertiesProperty
portNumber :: Maybe (Value Integer)
privateLinkServiceName :: Maybe (Value Text)
haddock_workaround_ :: ()
applicationHostUrl :: Maybe (Value Text)
applicationServicePath :: Maybe (Value Text)
clientNumber :: Maybe (Value Text)
logonLanguage :: Maybe (Value Text)
oAuthProperties :: Maybe OAuthPropertiesProperty
portNumber :: Maybe (Value Integer)
privateLinkServiceName :: Maybe (Value Text)
..}
instance Property "LogonLanguage" SAPODataConnectorProfilePropertiesProperty where
type PropertyType "LogonLanguage" SAPODataConnectorProfilePropertiesProperty = Value Prelude.Text
set :: PropertyType
"LogonLanguage" SAPODataConnectorProfilePropertiesProperty
-> SAPODataConnectorProfilePropertiesProperty
-> SAPODataConnectorProfilePropertiesProperty
set PropertyType
"LogonLanguage" SAPODataConnectorProfilePropertiesProperty
newValue SAPODataConnectorProfilePropertiesProperty {Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe OAuthPropertiesProperty
()
haddock_workaround_ :: SAPODataConnectorProfilePropertiesProperty -> ()
applicationHostUrl :: SAPODataConnectorProfilePropertiesProperty -> Maybe (Value Text)
applicationServicePath :: SAPODataConnectorProfilePropertiesProperty -> Maybe (Value Text)
clientNumber :: SAPODataConnectorProfilePropertiesProperty -> Maybe (Value Text)
disableSSO :: SAPODataConnectorProfilePropertiesProperty -> Maybe (Value Bool)
logonLanguage :: SAPODataConnectorProfilePropertiesProperty -> Maybe (Value Text)
oAuthProperties :: SAPODataConnectorProfilePropertiesProperty
-> Maybe OAuthPropertiesProperty
portNumber :: SAPODataConnectorProfilePropertiesProperty -> Maybe (Value Integer)
privateLinkServiceName :: SAPODataConnectorProfilePropertiesProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
applicationHostUrl :: Maybe (Value Text)
applicationServicePath :: Maybe (Value Text)
clientNumber :: Maybe (Value Text)
disableSSO :: Maybe (Value Bool)
logonLanguage :: Maybe (Value Text)
oAuthProperties :: Maybe OAuthPropertiesProperty
portNumber :: Maybe (Value Integer)
privateLinkServiceName :: Maybe (Value Text)
..}
= SAPODataConnectorProfilePropertiesProperty
{logonLanguage :: Maybe (Value Text)
logonLanguage = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
"LogonLanguage" SAPODataConnectorProfilePropertiesProperty
Value Text
newValue, Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe OAuthPropertiesProperty
()
haddock_workaround_ :: ()
applicationHostUrl :: Maybe (Value Text)
applicationServicePath :: Maybe (Value Text)
clientNumber :: Maybe (Value Text)
disableSSO :: Maybe (Value Bool)
oAuthProperties :: Maybe OAuthPropertiesProperty
portNumber :: Maybe (Value Integer)
privateLinkServiceName :: Maybe (Value Text)
haddock_workaround_ :: ()
applicationHostUrl :: Maybe (Value Text)
applicationServicePath :: Maybe (Value Text)
clientNumber :: Maybe (Value Text)
disableSSO :: Maybe (Value Bool)
oAuthProperties :: Maybe OAuthPropertiesProperty
portNumber :: Maybe (Value Integer)
privateLinkServiceName :: Maybe (Value Text)
..}
instance Property "OAuthProperties" SAPODataConnectorProfilePropertiesProperty where
type PropertyType "OAuthProperties" SAPODataConnectorProfilePropertiesProperty = OAuthPropertiesProperty
set :: PropertyType
"OAuthProperties" SAPODataConnectorProfilePropertiesProperty
-> SAPODataConnectorProfilePropertiesProperty
-> SAPODataConnectorProfilePropertiesProperty
set PropertyType
"OAuthProperties" SAPODataConnectorProfilePropertiesProperty
newValue SAPODataConnectorProfilePropertiesProperty {Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe OAuthPropertiesProperty
()
haddock_workaround_ :: SAPODataConnectorProfilePropertiesProperty -> ()
applicationHostUrl :: SAPODataConnectorProfilePropertiesProperty -> Maybe (Value Text)
applicationServicePath :: SAPODataConnectorProfilePropertiesProperty -> Maybe (Value Text)
clientNumber :: SAPODataConnectorProfilePropertiesProperty -> Maybe (Value Text)
disableSSO :: SAPODataConnectorProfilePropertiesProperty -> Maybe (Value Bool)
logonLanguage :: SAPODataConnectorProfilePropertiesProperty -> Maybe (Value Text)
oAuthProperties :: SAPODataConnectorProfilePropertiesProperty
-> Maybe OAuthPropertiesProperty
portNumber :: SAPODataConnectorProfilePropertiesProperty -> Maybe (Value Integer)
privateLinkServiceName :: SAPODataConnectorProfilePropertiesProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
applicationHostUrl :: Maybe (Value Text)
applicationServicePath :: Maybe (Value Text)
clientNumber :: Maybe (Value Text)
disableSSO :: Maybe (Value Bool)
logonLanguage :: Maybe (Value Text)
oAuthProperties :: Maybe OAuthPropertiesProperty
portNumber :: Maybe (Value Integer)
privateLinkServiceName :: Maybe (Value Text)
..}
= SAPODataConnectorProfilePropertiesProperty
{oAuthProperties :: Maybe OAuthPropertiesProperty
oAuthProperties = OAuthPropertiesProperty -> Maybe OAuthPropertiesProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
"OAuthProperties" SAPODataConnectorProfilePropertiesProperty
OAuthPropertiesProperty
newValue, Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: ()
applicationHostUrl :: Maybe (Value Text)
applicationServicePath :: Maybe (Value Text)
clientNumber :: Maybe (Value Text)
disableSSO :: Maybe (Value Bool)
logonLanguage :: Maybe (Value Text)
portNumber :: Maybe (Value Integer)
privateLinkServiceName :: Maybe (Value Text)
haddock_workaround_ :: ()
applicationHostUrl :: Maybe (Value Text)
applicationServicePath :: Maybe (Value Text)
clientNumber :: Maybe (Value Text)
disableSSO :: Maybe (Value Bool)
logonLanguage :: Maybe (Value Text)
portNumber :: Maybe (Value Integer)
privateLinkServiceName :: Maybe (Value Text)
..}
instance Property "PortNumber" SAPODataConnectorProfilePropertiesProperty where
type PropertyType "PortNumber" SAPODataConnectorProfilePropertiesProperty = Value Prelude.Integer
set :: PropertyType
"PortNumber" SAPODataConnectorProfilePropertiesProperty
-> SAPODataConnectorProfilePropertiesProperty
-> SAPODataConnectorProfilePropertiesProperty
set PropertyType
"PortNumber" SAPODataConnectorProfilePropertiesProperty
newValue SAPODataConnectorProfilePropertiesProperty {Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe OAuthPropertiesProperty
()
haddock_workaround_ :: SAPODataConnectorProfilePropertiesProperty -> ()
applicationHostUrl :: SAPODataConnectorProfilePropertiesProperty -> Maybe (Value Text)
applicationServicePath :: SAPODataConnectorProfilePropertiesProperty -> Maybe (Value Text)
clientNumber :: SAPODataConnectorProfilePropertiesProperty -> Maybe (Value Text)
disableSSO :: SAPODataConnectorProfilePropertiesProperty -> Maybe (Value Bool)
logonLanguage :: SAPODataConnectorProfilePropertiesProperty -> Maybe (Value Text)
oAuthProperties :: SAPODataConnectorProfilePropertiesProperty
-> Maybe OAuthPropertiesProperty
portNumber :: SAPODataConnectorProfilePropertiesProperty -> Maybe (Value Integer)
privateLinkServiceName :: SAPODataConnectorProfilePropertiesProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
applicationHostUrl :: Maybe (Value Text)
applicationServicePath :: Maybe (Value Text)
clientNumber :: Maybe (Value Text)
disableSSO :: Maybe (Value Bool)
logonLanguage :: Maybe (Value Text)
oAuthProperties :: Maybe OAuthPropertiesProperty
portNumber :: Maybe (Value Integer)
privateLinkServiceName :: Maybe (Value Text)
..}
= SAPODataConnectorProfilePropertiesProperty
{portNumber :: Maybe (Value Integer)
portNumber = Value Integer -> Maybe (Value Integer)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
"PortNumber" SAPODataConnectorProfilePropertiesProperty
Value Integer
newValue, Maybe (Value Bool)
Maybe (Value Text)
Maybe OAuthPropertiesProperty
()
haddock_workaround_ :: ()
applicationHostUrl :: Maybe (Value Text)
applicationServicePath :: Maybe (Value Text)
clientNumber :: Maybe (Value Text)
disableSSO :: Maybe (Value Bool)
logonLanguage :: Maybe (Value Text)
oAuthProperties :: Maybe OAuthPropertiesProperty
privateLinkServiceName :: Maybe (Value Text)
haddock_workaround_ :: ()
applicationHostUrl :: Maybe (Value Text)
applicationServicePath :: Maybe (Value Text)
clientNumber :: Maybe (Value Text)
disableSSO :: Maybe (Value Bool)
logonLanguage :: Maybe (Value Text)
oAuthProperties :: Maybe OAuthPropertiesProperty
privateLinkServiceName :: Maybe (Value Text)
..}
instance Property "PrivateLinkServiceName" SAPODataConnectorProfilePropertiesProperty where
type PropertyType "PrivateLinkServiceName" SAPODataConnectorProfilePropertiesProperty = Value Prelude.Text
set :: PropertyType
"PrivateLinkServiceName" SAPODataConnectorProfilePropertiesProperty
-> SAPODataConnectorProfilePropertiesProperty
-> SAPODataConnectorProfilePropertiesProperty
set PropertyType
"PrivateLinkServiceName" SAPODataConnectorProfilePropertiesProperty
newValue SAPODataConnectorProfilePropertiesProperty {Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe OAuthPropertiesProperty
()
haddock_workaround_ :: SAPODataConnectorProfilePropertiesProperty -> ()
applicationHostUrl :: SAPODataConnectorProfilePropertiesProperty -> Maybe (Value Text)
applicationServicePath :: SAPODataConnectorProfilePropertiesProperty -> Maybe (Value Text)
clientNumber :: SAPODataConnectorProfilePropertiesProperty -> Maybe (Value Text)
disableSSO :: SAPODataConnectorProfilePropertiesProperty -> Maybe (Value Bool)
logonLanguage :: SAPODataConnectorProfilePropertiesProperty -> Maybe (Value Text)
oAuthProperties :: SAPODataConnectorProfilePropertiesProperty
-> Maybe OAuthPropertiesProperty
portNumber :: SAPODataConnectorProfilePropertiesProperty -> Maybe (Value Integer)
privateLinkServiceName :: SAPODataConnectorProfilePropertiesProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
applicationHostUrl :: Maybe (Value Text)
applicationServicePath :: Maybe (Value Text)
clientNumber :: Maybe (Value Text)
disableSSO :: Maybe (Value Bool)
logonLanguage :: Maybe (Value Text)
oAuthProperties :: Maybe OAuthPropertiesProperty
portNumber :: Maybe (Value Integer)
privateLinkServiceName :: Maybe (Value Text)
..}
= SAPODataConnectorProfilePropertiesProperty
{privateLinkServiceName :: Maybe (Value Text)
privateLinkServiceName = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
"PrivateLinkServiceName" SAPODataConnectorProfilePropertiesProperty
Value Text
newValue, Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe OAuthPropertiesProperty
()
haddock_workaround_ :: ()
applicationHostUrl :: Maybe (Value Text)
applicationServicePath :: Maybe (Value Text)
clientNumber :: Maybe (Value Text)
disableSSO :: Maybe (Value Bool)
logonLanguage :: Maybe (Value Text)
oAuthProperties :: Maybe OAuthPropertiesProperty
portNumber :: Maybe (Value Integer)
haddock_workaround_ :: ()
applicationHostUrl :: Maybe (Value Text)
applicationServicePath :: Maybe (Value Text)
clientNumber :: Maybe (Value Text)
disableSSO :: Maybe (Value Bool)
logonLanguage :: Maybe (Value Text)
oAuthProperties :: Maybe OAuthPropertiesProperty
portNumber :: Maybe (Value Integer)
..}