module Stratosphere.AmazonMQ.Broker.LdapServerMetadataProperty (
LdapServerMetadataProperty(..), mkLdapServerMetadataProperty
) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import Stratosphere.ResourceProperties
import Stratosphere.Value
data LdapServerMetadataProperty
=
LdapServerMetadataProperty {LdapServerMetadataProperty -> ()
haddock_workaround_ :: (),
LdapServerMetadataProperty -> ValueList Text
hosts :: (ValueList Prelude.Text),
LdapServerMetadataProperty -> Value Text
roleBase :: (Value Prelude.Text),
LdapServerMetadataProperty -> Maybe (Value Text)
roleName :: (Prelude.Maybe (Value Prelude.Text)),
LdapServerMetadataProperty -> Value Text
roleSearchMatching :: (Value Prelude.Text),
LdapServerMetadataProperty -> Maybe (Value Bool)
roleSearchSubtree :: (Prelude.Maybe (Value Prelude.Bool)),
LdapServerMetadataProperty -> Maybe (Value Text)
serviceAccountPassword :: (Prelude.Maybe (Value Prelude.Text)),
LdapServerMetadataProperty -> Value Text
serviceAccountUsername :: (Value Prelude.Text),
LdapServerMetadataProperty -> Value Text
userBase :: (Value Prelude.Text),
LdapServerMetadataProperty -> Maybe (Value Text)
userRoleName :: (Prelude.Maybe (Value Prelude.Text)),
LdapServerMetadataProperty -> Value Text
userSearchMatching :: (Value Prelude.Text),
LdapServerMetadataProperty -> Maybe (Value Bool)
userSearchSubtree :: (Prelude.Maybe (Value Prelude.Bool))}
deriving stock (LdapServerMetadataProperty -> LdapServerMetadataProperty -> Bool
(LdapServerMetadataProperty -> LdapServerMetadataProperty -> Bool)
-> (LdapServerMetadataProperty
-> LdapServerMetadataProperty -> Bool)
-> Eq LdapServerMetadataProperty
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: LdapServerMetadataProperty -> LdapServerMetadataProperty -> Bool
== :: LdapServerMetadataProperty -> LdapServerMetadataProperty -> Bool
$c/= :: LdapServerMetadataProperty -> LdapServerMetadataProperty -> Bool
/= :: LdapServerMetadataProperty -> LdapServerMetadataProperty -> Bool
Prelude.Eq, Int -> LdapServerMetadataProperty -> ShowS
[LdapServerMetadataProperty] -> ShowS
LdapServerMetadataProperty -> String
(Int -> LdapServerMetadataProperty -> ShowS)
-> (LdapServerMetadataProperty -> String)
-> ([LdapServerMetadataProperty] -> ShowS)
-> Show LdapServerMetadataProperty
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> LdapServerMetadataProperty -> ShowS
showsPrec :: Int -> LdapServerMetadataProperty -> ShowS
$cshow :: LdapServerMetadataProperty -> String
show :: LdapServerMetadataProperty -> String
$cshowList :: [LdapServerMetadataProperty] -> ShowS
showList :: [LdapServerMetadataProperty] -> ShowS
Prelude.Show)
mkLdapServerMetadataProperty ::
ValueList Prelude.Text
-> Value Prelude.Text
-> Value Prelude.Text
-> Value Prelude.Text
-> Value Prelude.Text
-> Value Prelude.Text -> LdapServerMetadataProperty
mkLdapServerMetadataProperty :: ValueList Text
-> Value Text
-> Value Text
-> Value Text
-> Value Text
-> Value Text
-> LdapServerMetadataProperty
mkLdapServerMetadataProperty
ValueList Text
hosts
Value Text
roleBase
Value Text
roleSearchMatching
Value Text
serviceAccountUsername
Value Text
userBase
Value Text
userSearchMatching
= LdapServerMetadataProperty
{haddock_workaround_ :: ()
haddock_workaround_ = (), hosts :: ValueList Text
hosts = ValueList Text
hosts, roleBase :: Value Text
roleBase = Value Text
roleBase,
roleSearchMatching :: Value Text
roleSearchMatching = Value Text
roleSearchMatching,
serviceAccountUsername :: Value Text
serviceAccountUsername = Value Text
serviceAccountUsername,
userBase :: Value Text
userBase = Value Text
userBase, userSearchMatching :: Value Text
userSearchMatching = Value Text
userSearchMatching,
roleName :: Maybe (Value Text)
roleName = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, roleSearchSubtree :: Maybe (Value Bool)
roleSearchSubtree = Maybe (Value Bool)
forall a. Maybe a
Prelude.Nothing,
serviceAccountPassword :: Maybe (Value Text)
serviceAccountPassword = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
userRoleName :: Maybe (Value Text)
userRoleName = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
userSearchSubtree :: Maybe (Value Bool)
userSearchSubtree = Maybe (Value Bool)
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties LdapServerMetadataProperty where
toResourceProperties :: LdapServerMetadataProperty -> ResourceProperties
toResourceProperties LdapServerMetadataProperty {Maybe (Value Bool)
Maybe (Value Text)
()
ValueList Text
Value Text
haddock_workaround_ :: LdapServerMetadataProperty -> ()
hosts :: LdapServerMetadataProperty -> ValueList Text
roleBase :: LdapServerMetadataProperty -> Value Text
roleName :: LdapServerMetadataProperty -> Maybe (Value Text)
roleSearchMatching :: LdapServerMetadataProperty -> Value Text
roleSearchSubtree :: LdapServerMetadataProperty -> Maybe (Value Bool)
serviceAccountPassword :: LdapServerMetadataProperty -> Maybe (Value Text)
serviceAccountUsername :: LdapServerMetadataProperty -> Value Text
userBase :: LdapServerMetadataProperty -> Value Text
userRoleName :: LdapServerMetadataProperty -> Maybe (Value Text)
userSearchMatching :: LdapServerMetadataProperty -> Value Text
userSearchSubtree :: LdapServerMetadataProperty -> Maybe (Value Bool)
haddock_workaround_ :: ()
hosts :: ValueList Text
roleBase :: Value Text
roleName :: Maybe (Value Text)
roleSearchMatching :: Value Text
roleSearchSubtree :: Maybe (Value Bool)
serviceAccountPassword :: Maybe (Value Text)
serviceAccountUsername :: Value Text
userBase :: Value Text
userRoleName :: Maybe (Value Text)
userSearchMatching :: Value Text
userSearchSubtree :: Maybe (Value Bool)
..}
= ResourceProperties
{awsType :: Text
awsType = Text
"AWS::AmazonMQ::Broker.LdapServerMetadata",
supportsTags :: Bool
supportsTags = Bool
Prelude.False,
properties :: Object
properties = [Item Object] -> Object
forall l. IsList l => [Item l] -> l
Prelude.fromList
([(Key, Value)] -> [(Key, Value)] -> [(Key, Value)]
forall a. Semigroup a => a -> a -> a
(Prelude.<>)
[Key
"Hosts" Key -> ValueList Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= ValueList Text
hosts, Key
"RoleBase" 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..= Value Text
roleBase,
Key
"RoleSearchMatching" 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..= Value Text
roleSearchMatching,
Key
"ServiceAccountUsername" 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..= Value Text
serviceAccountUsername,
Key
"UserBase" 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..= Value Text
userBase,
Key
"UserSearchMatching" 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..= Value Text
userSearchMatching]
([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
"RoleName" (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)
roleName,
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
"RoleSearchSubtree" (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)
roleSearchSubtree,
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
"ServiceAccountPassword"
(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)
serviceAccountPassword,
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
"UserRoleName" (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)
userRoleName,
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
"UserSearchSubtree" (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)
userSearchSubtree]))}
instance JSON.ToJSON LdapServerMetadataProperty where
toJSON :: LdapServerMetadataProperty -> Value
toJSON LdapServerMetadataProperty {Maybe (Value Bool)
Maybe (Value Text)
()
ValueList Text
Value Text
haddock_workaround_ :: LdapServerMetadataProperty -> ()
hosts :: LdapServerMetadataProperty -> ValueList Text
roleBase :: LdapServerMetadataProperty -> Value Text
roleName :: LdapServerMetadataProperty -> Maybe (Value Text)
roleSearchMatching :: LdapServerMetadataProperty -> Value Text
roleSearchSubtree :: LdapServerMetadataProperty -> Maybe (Value Bool)
serviceAccountPassword :: LdapServerMetadataProperty -> Maybe (Value Text)
serviceAccountUsername :: LdapServerMetadataProperty -> Value Text
userBase :: LdapServerMetadataProperty -> Value Text
userRoleName :: LdapServerMetadataProperty -> Maybe (Value Text)
userSearchMatching :: LdapServerMetadataProperty -> Value Text
userSearchSubtree :: LdapServerMetadataProperty -> Maybe (Value Bool)
haddock_workaround_ :: ()
hosts :: ValueList Text
roleBase :: Value Text
roleName :: Maybe (Value Text)
roleSearchMatching :: Value Text
roleSearchSubtree :: Maybe (Value Bool)
serviceAccountPassword :: Maybe (Value Text)
serviceAccountUsername :: Value Text
userBase :: Value Text
userRoleName :: Maybe (Value Text)
userSearchMatching :: Value Text
userSearchSubtree :: Maybe (Value Bool)
..}
= [(Key, Value)] -> Value
JSON.object
([Item [(Key, Value)]] -> [(Key, Value)]
forall l. IsList l => [Item l] -> l
Prelude.fromList
([(Key, Value)] -> [(Key, Value)] -> [(Key, Value)]
forall a. Semigroup a => a -> a -> a
(Prelude.<>)
[Key
"Hosts" Key -> ValueList Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= ValueList Text
hosts, Key
"RoleBase" 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..= Value Text
roleBase,
Key
"RoleSearchMatching" 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..= Value Text
roleSearchMatching,
Key
"ServiceAccountUsername" 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..= Value Text
serviceAccountUsername,
Key
"UserBase" 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..= Value Text
userBase,
Key
"UserSearchMatching" 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..= Value Text
userSearchMatching]
([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
"RoleName" (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)
roleName,
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
"RoleSearchSubtree" (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)
roleSearchSubtree,
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
"ServiceAccountPassword"
(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)
serviceAccountPassword,
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
"UserRoleName" (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)
userRoleName,
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
"UserSearchSubtree" (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)
userSearchSubtree])))
instance Property "Hosts" LdapServerMetadataProperty where
type PropertyType "Hosts" LdapServerMetadataProperty = ValueList Prelude.Text
set :: PropertyType "Hosts" LdapServerMetadataProperty
-> LdapServerMetadataProperty -> LdapServerMetadataProperty
set PropertyType "Hosts" LdapServerMetadataProperty
newValue LdapServerMetadataProperty {Maybe (Value Bool)
Maybe (Value Text)
()
ValueList Text
Value Text
haddock_workaround_ :: LdapServerMetadataProperty -> ()
hosts :: LdapServerMetadataProperty -> ValueList Text
roleBase :: LdapServerMetadataProperty -> Value Text
roleName :: LdapServerMetadataProperty -> Maybe (Value Text)
roleSearchMatching :: LdapServerMetadataProperty -> Value Text
roleSearchSubtree :: LdapServerMetadataProperty -> Maybe (Value Bool)
serviceAccountPassword :: LdapServerMetadataProperty -> Maybe (Value Text)
serviceAccountUsername :: LdapServerMetadataProperty -> Value Text
userBase :: LdapServerMetadataProperty -> Value Text
userRoleName :: LdapServerMetadataProperty -> Maybe (Value Text)
userSearchMatching :: LdapServerMetadataProperty -> Value Text
userSearchSubtree :: LdapServerMetadataProperty -> Maybe (Value Bool)
haddock_workaround_ :: ()
hosts :: ValueList Text
roleBase :: Value Text
roleName :: Maybe (Value Text)
roleSearchMatching :: Value Text
roleSearchSubtree :: Maybe (Value Bool)
serviceAccountPassword :: Maybe (Value Text)
serviceAccountUsername :: Value Text
userBase :: Value Text
userRoleName :: Maybe (Value Text)
userSearchMatching :: Value Text
userSearchSubtree :: Maybe (Value Bool)
..}
= LdapServerMetadataProperty {hosts :: ValueList Text
hosts = PropertyType "Hosts" LdapServerMetadataProperty
ValueList Text
newValue, Maybe (Value Bool)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
roleBase :: Value Text
roleName :: Maybe (Value Text)
roleSearchMatching :: Value Text
roleSearchSubtree :: Maybe (Value Bool)
serviceAccountPassword :: Maybe (Value Text)
serviceAccountUsername :: Value Text
userBase :: Value Text
userRoleName :: Maybe (Value Text)
userSearchMatching :: Value Text
userSearchSubtree :: Maybe (Value Bool)
haddock_workaround_ :: ()
roleBase :: Value Text
roleName :: Maybe (Value Text)
roleSearchMatching :: Value Text
roleSearchSubtree :: Maybe (Value Bool)
serviceAccountPassword :: Maybe (Value Text)
serviceAccountUsername :: Value Text
userBase :: Value Text
userRoleName :: Maybe (Value Text)
userSearchMatching :: Value Text
userSearchSubtree :: Maybe (Value Bool)
..}
instance Property "RoleBase" LdapServerMetadataProperty where
type PropertyType "RoleBase" LdapServerMetadataProperty = Value Prelude.Text
set :: PropertyType "RoleBase" LdapServerMetadataProperty
-> LdapServerMetadataProperty -> LdapServerMetadataProperty
set PropertyType "RoleBase" LdapServerMetadataProperty
newValue LdapServerMetadataProperty {Maybe (Value Bool)
Maybe (Value Text)
()
ValueList Text
Value Text
haddock_workaround_ :: LdapServerMetadataProperty -> ()
hosts :: LdapServerMetadataProperty -> ValueList Text
roleBase :: LdapServerMetadataProperty -> Value Text
roleName :: LdapServerMetadataProperty -> Maybe (Value Text)
roleSearchMatching :: LdapServerMetadataProperty -> Value Text
roleSearchSubtree :: LdapServerMetadataProperty -> Maybe (Value Bool)
serviceAccountPassword :: LdapServerMetadataProperty -> Maybe (Value Text)
serviceAccountUsername :: LdapServerMetadataProperty -> Value Text
userBase :: LdapServerMetadataProperty -> Value Text
userRoleName :: LdapServerMetadataProperty -> Maybe (Value Text)
userSearchMatching :: LdapServerMetadataProperty -> Value Text
userSearchSubtree :: LdapServerMetadataProperty -> Maybe (Value Bool)
haddock_workaround_ :: ()
hosts :: ValueList Text
roleBase :: Value Text
roleName :: Maybe (Value Text)
roleSearchMatching :: Value Text
roleSearchSubtree :: Maybe (Value Bool)
serviceAccountPassword :: Maybe (Value Text)
serviceAccountUsername :: Value Text
userBase :: Value Text
userRoleName :: Maybe (Value Text)
userSearchMatching :: Value Text
userSearchSubtree :: Maybe (Value Bool)
..}
= LdapServerMetadataProperty {roleBase :: Value Text
roleBase = PropertyType "RoleBase" LdapServerMetadataProperty
Value Text
newValue, Maybe (Value Bool)
Maybe (Value Text)
()
ValueList Text
Value Text
haddock_workaround_ :: ()
hosts :: ValueList Text
roleName :: Maybe (Value Text)
roleSearchMatching :: Value Text
roleSearchSubtree :: Maybe (Value Bool)
serviceAccountPassword :: Maybe (Value Text)
serviceAccountUsername :: Value Text
userBase :: Value Text
userRoleName :: Maybe (Value Text)
userSearchMatching :: Value Text
userSearchSubtree :: Maybe (Value Bool)
haddock_workaround_ :: ()
hosts :: ValueList Text
roleName :: Maybe (Value Text)
roleSearchMatching :: Value Text
roleSearchSubtree :: Maybe (Value Bool)
serviceAccountPassword :: Maybe (Value Text)
serviceAccountUsername :: Value Text
userBase :: Value Text
userRoleName :: Maybe (Value Text)
userSearchMatching :: Value Text
userSearchSubtree :: Maybe (Value Bool)
..}
instance Property "RoleName" LdapServerMetadataProperty where
type PropertyType "RoleName" LdapServerMetadataProperty = Value Prelude.Text
set :: PropertyType "RoleName" LdapServerMetadataProperty
-> LdapServerMetadataProperty -> LdapServerMetadataProperty
set PropertyType "RoleName" LdapServerMetadataProperty
newValue LdapServerMetadataProperty {Maybe (Value Bool)
Maybe (Value Text)
()
ValueList Text
Value Text
haddock_workaround_ :: LdapServerMetadataProperty -> ()
hosts :: LdapServerMetadataProperty -> ValueList Text
roleBase :: LdapServerMetadataProperty -> Value Text
roleName :: LdapServerMetadataProperty -> Maybe (Value Text)
roleSearchMatching :: LdapServerMetadataProperty -> Value Text
roleSearchSubtree :: LdapServerMetadataProperty -> Maybe (Value Bool)
serviceAccountPassword :: LdapServerMetadataProperty -> Maybe (Value Text)
serviceAccountUsername :: LdapServerMetadataProperty -> Value Text
userBase :: LdapServerMetadataProperty -> Value Text
userRoleName :: LdapServerMetadataProperty -> Maybe (Value Text)
userSearchMatching :: LdapServerMetadataProperty -> Value Text
userSearchSubtree :: LdapServerMetadataProperty -> Maybe (Value Bool)
haddock_workaround_ :: ()
hosts :: ValueList Text
roleBase :: Value Text
roleName :: Maybe (Value Text)
roleSearchMatching :: Value Text
roleSearchSubtree :: Maybe (Value Bool)
serviceAccountPassword :: Maybe (Value Text)
serviceAccountUsername :: Value Text
userBase :: Value Text
userRoleName :: Maybe (Value Text)
userSearchMatching :: Value Text
userSearchSubtree :: Maybe (Value Bool)
..}
= LdapServerMetadataProperty {roleName :: Maybe (Value Text)
roleName = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "RoleName" LdapServerMetadataProperty
Value Text
newValue, Maybe (Value Bool)
Maybe (Value Text)
()
ValueList Text
Value Text
haddock_workaround_ :: ()
hosts :: ValueList Text
roleBase :: Value Text
roleSearchMatching :: Value Text
roleSearchSubtree :: Maybe (Value Bool)
serviceAccountPassword :: Maybe (Value Text)
serviceAccountUsername :: Value Text
userBase :: Value Text
userRoleName :: Maybe (Value Text)
userSearchMatching :: Value Text
userSearchSubtree :: Maybe (Value Bool)
haddock_workaround_ :: ()
hosts :: ValueList Text
roleBase :: Value Text
roleSearchMatching :: Value Text
roleSearchSubtree :: Maybe (Value Bool)
serviceAccountPassword :: Maybe (Value Text)
serviceAccountUsername :: Value Text
userBase :: Value Text
userRoleName :: Maybe (Value Text)
userSearchMatching :: Value Text
userSearchSubtree :: Maybe (Value Bool)
..}
instance Property "RoleSearchMatching" LdapServerMetadataProperty where
type PropertyType "RoleSearchMatching" LdapServerMetadataProperty = Value Prelude.Text
set :: PropertyType "RoleSearchMatching" LdapServerMetadataProperty
-> LdapServerMetadataProperty -> LdapServerMetadataProperty
set PropertyType "RoleSearchMatching" LdapServerMetadataProperty
newValue LdapServerMetadataProperty {Maybe (Value Bool)
Maybe (Value Text)
()
ValueList Text
Value Text
haddock_workaround_ :: LdapServerMetadataProperty -> ()
hosts :: LdapServerMetadataProperty -> ValueList Text
roleBase :: LdapServerMetadataProperty -> Value Text
roleName :: LdapServerMetadataProperty -> Maybe (Value Text)
roleSearchMatching :: LdapServerMetadataProperty -> Value Text
roleSearchSubtree :: LdapServerMetadataProperty -> Maybe (Value Bool)
serviceAccountPassword :: LdapServerMetadataProperty -> Maybe (Value Text)
serviceAccountUsername :: LdapServerMetadataProperty -> Value Text
userBase :: LdapServerMetadataProperty -> Value Text
userRoleName :: LdapServerMetadataProperty -> Maybe (Value Text)
userSearchMatching :: LdapServerMetadataProperty -> Value Text
userSearchSubtree :: LdapServerMetadataProperty -> Maybe (Value Bool)
haddock_workaround_ :: ()
hosts :: ValueList Text
roleBase :: Value Text
roleName :: Maybe (Value Text)
roleSearchMatching :: Value Text
roleSearchSubtree :: Maybe (Value Bool)
serviceAccountPassword :: Maybe (Value Text)
serviceAccountUsername :: Value Text
userBase :: Value Text
userRoleName :: Maybe (Value Text)
userSearchMatching :: Value Text
userSearchSubtree :: Maybe (Value Bool)
..}
= LdapServerMetadataProperty {roleSearchMatching :: Value Text
roleSearchMatching = PropertyType "RoleSearchMatching" LdapServerMetadataProperty
Value Text
newValue, Maybe (Value Bool)
Maybe (Value Text)
()
ValueList Text
Value Text
haddock_workaround_ :: ()
hosts :: ValueList Text
roleBase :: Value Text
roleName :: Maybe (Value Text)
roleSearchSubtree :: Maybe (Value Bool)
serviceAccountPassword :: Maybe (Value Text)
serviceAccountUsername :: Value Text
userBase :: Value Text
userRoleName :: Maybe (Value Text)
userSearchMatching :: Value Text
userSearchSubtree :: Maybe (Value Bool)
haddock_workaround_ :: ()
hosts :: ValueList Text
roleBase :: Value Text
roleName :: Maybe (Value Text)
roleSearchSubtree :: Maybe (Value Bool)
serviceAccountPassword :: Maybe (Value Text)
serviceAccountUsername :: Value Text
userBase :: Value Text
userRoleName :: Maybe (Value Text)
userSearchMatching :: Value Text
userSearchSubtree :: Maybe (Value Bool)
..}
instance Property "RoleSearchSubtree" LdapServerMetadataProperty where
type PropertyType "RoleSearchSubtree" LdapServerMetadataProperty = Value Prelude.Bool
set :: PropertyType "RoleSearchSubtree" LdapServerMetadataProperty
-> LdapServerMetadataProperty -> LdapServerMetadataProperty
set PropertyType "RoleSearchSubtree" LdapServerMetadataProperty
newValue LdapServerMetadataProperty {Maybe (Value Bool)
Maybe (Value Text)
()
ValueList Text
Value Text
haddock_workaround_ :: LdapServerMetadataProperty -> ()
hosts :: LdapServerMetadataProperty -> ValueList Text
roleBase :: LdapServerMetadataProperty -> Value Text
roleName :: LdapServerMetadataProperty -> Maybe (Value Text)
roleSearchMatching :: LdapServerMetadataProperty -> Value Text
roleSearchSubtree :: LdapServerMetadataProperty -> Maybe (Value Bool)
serviceAccountPassword :: LdapServerMetadataProperty -> Maybe (Value Text)
serviceAccountUsername :: LdapServerMetadataProperty -> Value Text
userBase :: LdapServerMetadataProperty -> Value Text
userRoleName :: LdapServerMetadataProperty -> Maybe (Value Text)
userSearchMatching :: LdapServerMetadataProperty -> Value Text
userSearchSubtree :: LdapServerMetadataProperty -> Maybe (Value Bool)
haddock_workaround_ :: ()
hosts :: ValueList Text
roleBase :: Value Text
roleName :: Maybe (Value Text)
roleSearchMatching :: Value Text
roleSearchSubtree :: Maybe (Value Bool)
serviceAccountPassword :: Maybe (Value Text)
serviceAccountUsername :: Value Text
userBase :: Value Text
userRoleName :: Maybe (Value Text)
userSearchMatching :: Value Text
userSearchSubtree :: Maybe (Value Bool)
..}
= LdapServerMetadataProperty
{roleSearchSubtree :: Maybe (Value Bool)
roleSearchSubtree = Value Bool -> Maybe (Value Bool)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "RoleSearchSubtree" LdapServerMetadataProperty
Value Bool
newValue, Maybe (Value Bool)
Maybe (Value Text)
()
ValueList Text
Value Text
haddock_workaround_ :: ()
hosts :: ValueList Text
roleBase :: Value Text
roleName :: Maybe (Value Text)
roleSearchMatching :: Value Text
serviceAccountPassword :: Maybe (Value Text)
serviceAccountUsername :: Value Text
userBase :: Value Text
userRoleName :: Maybe (Value Text)
userSearchMatching :: Value Text
userSearchSubtree :: Maybe (Value Bool)
haddock_workaround_ :: ()
hosts :: ValueList Text
roleBase :: Value Text
roleName :: Maybe (Value Text)
roleSearchMatching :: Value Text
serviceAccountPassword :: Maybe (Value Text)
serviceAccountUsername :: Value Text
userBase :: Value Text
userRoleName :: Maybe (Value Text)
userSearchMatching :: Value Text
userSearchSubtree :: Maybe (Value Bool)
..}
instance Property "ServiceAccountPassword" LdapServerMetadataProperty where
type PropertyType "ServiceAccountPassword" LdapServerMetadataProperty = Value Prelude.Text
set :: PropertyType "ServiceAccountPassword" LdapServerMetadataProperty
-> LdapServerMetadataProperty -> LdapServerMetadataProperty
set PropertyType "ServiceAccountPassword" LdapServerMetadataProperty
newValue LdapServerMetadataProperty {Maybe (Value Bool)
Maybe (Value Text)
()
ValueList Text
Value Text
haddock_workaround_ :: LdapServerMetadataProperty -> ()
hosts :: LdapServerMetadataProperty -> ValueList Text
roleBase :: LdapServerMetadataProperty -> Value Text
roleName :: LdapServerMetadataProperty -> Maybe (Value Text)
roleSearchMatching :: LdapServerMetadataProperty -> Value Text
roleSearchSubtree :: LdapServerMetadataProperty -> Maybe (Value Bool)
serviceAccountPassword :: LdapServerMetadataProperty -> Maybe (Value Text)
serviceAccountUsername :: LdapServerMetadataProperty -> Value Text
userBase :: LdapServerMetadataProperty -> Value Text
userRoleName :: LdapServerMetadataProperty -> Maybe (Value Text)
userSearchMatching :: LdapServerMetadataProperty -> Value Text
userSearchSubtree :: LdapServerMetadataProperty -> Maybe (Value Bool)
haddock_workaround_ :: ()
hosts :: ValueList Text
roleBase :: Value Text
roleName :: Maybe (Value Text)
roleSearchMatching :: Value Text
roleSearchSubtree :: Maybe (Value Bool)
serviceAccountPassword :: Maybe (Value Text)
serviceAccountUsername :: Value Text
userBase :: Value Text
userRoleName :: Maybe (Value Text)
userSearchMatching :: Value Text
userSearchSubtree :: Maybe (Value Bool)
..}
= LdapServerMetadataProperty
{serviceAccountPassword :: Maybe (Value Text)
serviceAccountPassword = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ServiceAccountPassword" LdapServerMetadataProperty
Value Text
newValue, Maybe (Value Bool)
Maybe (Value Text)
()
ValueList Text
Value Text
haddock_workaround_ :: ()
hosts :: ValueList Text
roleBase :: Value Text
roleName :: Maybe (Value Text)
roleSearchMatching :: Value Text
roleSearchSubtree :: Maybe (Value Bool)
serviceAccountUsername :: Value Text
userBase :: Value Text
userRoleName :: Maybe (Value Text)
userSearchMatching :: Value Text
userSearchSubtree :: Maybe (Value Bool)
haddock_workaround_ :: ()
hosts :: ValueList Text
roleBase :: Value Text
roleName :: Maybe (Value Text)
roleSearchMatching :: Value Text
roleSearchSubtree :: Maybe (Value Bool)
serviceAccountUsername :: Value Text
userBase :: Value Text
userRoleName :: Maybe (Value Text)
userSearchMatching :: Value Text
userSearchSubtree :: Maybe (Value Bool)
..}
instance Property "ServiceAccountUsername" LdapServerMetadataProperty where
type PropertyType "ServiceAccountUsername" LdapServerMetadataProperty = Value Prelude.Text
set :: PropertyType "ServiceAccountUsername" LdapServerMetadataProperty
-> LdapServerMetadataProperty -> LdapServerMetadataProperty
set PropertyType "ServiceAccountUsername" LdapServerMetadataProperty
newValue LdapServerMetadataProperty {Maybe (Value Bool)
Maybe (Value Text)
()
ValueList Text
Value Text
haddock_workaround_ :: LdapServerMetadataProperty -> ()
hosts :: LdapServerMetadataProperty -> ValueList Text
roleBase :: LdapServerMetadataProperty -> Value Text
roleName :: LdapServerMetadataProperty -> Maybe (Value Text)
roleSearchMatching :: LdapServerMetadataProperty -> Value Text
roleSearchSubtree :: LdapServerMetadataProperty -> Maybe (Value Bool)
serviceAccountPassword :: LdapServerMetadataProperty -> Maybe (Value Text)
serviceAccountUsername :: LdapServerMetadataProperty -> Value Text
userBase :: LdapServerMetadataProperty -> Value Text
userRoleName :: LdapServerMetadataProperty -> Maybe (Value Text)
userSearchMatching :: LdapServerMetadataProperty -> Value Text
userSearchSubtree :: LdapServerMetadataProperty -> Maybe (Value Bool)
haddock_workaround_ :: ()
hosts :: ValueList Text
roleBase :: Value Text
roleName :: Maybe (Value Text)
roleSearchMatching :: Value Text
roleSearchSubtree :: Maybe (Value Bool)
serviceAccountPassword :: Maybe (Value Text)
serviceAccountUsername :: Value Text
userBase :: Value Text
userRoleName :: Maybe (Value Text)
userSearchMatching :: Value Text
userSearchSubtree :: Maybe (Value Bool)
..}
= LdapServerMetadataProperty
{serviceAccountUsername :: Value Text
serviceAccountUsername = PropertyType "ServiceAccountUsername" LdapServerMetadataProperty
Value Text
newValue, Maybe (Value Bool)
Maybe (Value Text)
()
ValueList Text
Value Text
haddock_workaround_ :: ()
hosts :: ValueList Text
roleBase :: Value Text
roleName :: Maybe (Value Text)
roleSearchMatching :: Value Text
roleSearchSubtree :: Maybe (Value Bool)
serviceAccountPassword :: Maybe (Value Text)
userBase :: Value Text
userRoleName :: Maybe (Value Text)
userSearchMatching :: Value Text
userSearchSubtree :: Maybe (Value Bool)
haddock_workaround_ :: ()
hosts :: ValueList Text
roleBase :: Value Text
roleName :: Maybe (Value Text)
roleSearchMatching :: Value Text
roleSearchSubtree :: Maybe (Value Bool)
serviceAccountPassword :: Maybe (Value Text)
userBase :: Value Text
userRoleName :: Maybe (Value Text)
userSearchMatching :: Value Text
userSearchSubtree :: Maybe (Value Bool)
..}
instance Property "UserBase" LdapServerMetadataProperty where
type PropertyType "UserBase" LdapServerMetadataProperty = Value Prelude.Text
set :: PropertyType "UserBase" LdapServerMetadataProperty
-> LdapServerMetadataProperty -> LdapServerMetadataProperty
set PropertyType "UserBase" LdapServerMetadataProperty
newValue LdapServerMetadataProperty {Maybe (Value Bool)
Maybe (Value Text)
()
ValueList Text
Value Text
haddock_workaround_ :: LdapServerMetadataProperty -> ()
hosts :: LdapServerMetadataProperty -> ValueList Text
roleBase :: LdapServerMetadataProperty -> Value Text
roleName :: LdapServerMetadataProperty -> Maybe (Value Text)
roleSearchMatching :: LdapServerMetadataProperty -> Value Text
roleSearchSubtree :: LdapServerMetadataProperty -> Maybe (Value Bool)
serviceAccountPassword :: LdapServerMetadataProperty -> Maybe (Value Text)
serviceAccountUsername :: LdapServerMetadataProperty -> Value Text
userBase :: LdapServerMetadataProperty -> Value Text
userRoleName :: LdapServerMetadataProperty -> Maybe (Value Text)
userSearchMatching :: LdapServerMetadataProperty -> Value Text
userSearchSubtree :: LdapServerMetadataProperty -> Maybe (Value Bool)
haddock_workaround_ :: ()
hosts :: ValueList Text
roleBase :: Value Text
roleName :: Maybe (Value Text)
roleSearchMatching :: Value Text
roleSearchSubtree :: Maybe (Value Bool)
serviceAccountPassword :: Maybe (Value Text)
serviceAccountUsername :: Value Text
userBase :: Value Text
userRoleName :: Maybe (Value Text)
userSearchMatching :: Value Text
userSearchSubtree :: Maybe (Value Bool)
..}
= LdapServerMetadataProperty {userBase :: Value Text
userBase = PropertyType "UserBase" LdapServerMetadataProperty
Value Text
newValue, Maybe (Value Bool)
Maybe (Value Text)
()
ValueList Text
Value Text
haddock_workaround_ :: ()
hosts :: ValueList Text
roleBase :: Value Text
roleName :: Maybe (Value Text)
roleSearchMatching :: Value Text
roleSearchSubtree :: Maybe (Value Bool)
serviceAccountPassword :: Maybe (Value Text)
serviceAccountUsername :: Value Text
userRoleName :: Maybe (Value Text)
userSearchMatching :: Value Text
userSearchSubtree :: Maybe (Value Bool)
haddock_workaround_ :: ()
hosts :: ValueList Text
roleBase :: Value Text
roleName :: Maybe (Value Text)
roleSearchMatching :: Value Text
roleSearchSubtree :: Maybe (Value Bool)
serviceAccountPassword :: Maybe (Value Text)
serviceAccountUsername :: Value Text
userRoleName :: Maybe (Value Text)
userSearchMatching :: Value Text
userSearchSubtree :: Maybe (Value Bool)
..}
instance Property "UserRoleName" LdapServerMetadataProperty where
type PropertyType "UserRoleName" LdapServerMetadataProperty = Value Prelude.Text
set :: PropertyType "UserRoleName" LdapServerMetadataProperty
-> LdapServerMetadataProperty -> LdapServerMetadataProperty
set PropertyType "UserRoleName" LdapServerMetadataProperty
newValue LdapServerMetadataProperty {Maybe (Value Bool)
Maybe (Value Text)
()
ValueList Text
Value Text
haddock_workaround_ :: LdapServerMetadataProperty -> ()
hosts :: LdapServerMetadataProperty -> ValueList Text
roleBase :: LdapServerMetadataProperty -> Value Text
roleName :: LdapServerMetadataProperty -> Maybe (Value Text)
roleSearchMatching :: LdapServerMetadataProperty -> Value Text
roleSearchSubtree :: LdapServerMetadataProperty -> Maybe (Value Bool)
serviceAccountPassword :: LdapServerMetadataProperty -> Maybe (Value Text)
serviceAccountUsername :: LdapServerMetadataProperty -> Value Text
userBase :: LdapServerMetadataProperty -> Value Text
userRoleName :: LdapServerMetadataProperty -> Maybe (Value Text)
userSearchMatching :: LdapServerMetadataProperty -> Value Text
userSearchSubtree :: LdapServerMetadataProperty -> Maybe (Value Bool)
haddock_workaround_ :: ()
hosts :: ValueList Text
roleBase :: Value Text
roleName :: Maybe (Value Text)
roleSearchMatching :: Value Text
roleSearchSubtree :: Maybe (Value Bool)
serviceAccountPassword :: Maybe (Value Text)
serviceAccountUsername :: Value Text
userBase :: Value Text
userRoleName :: Maybe (Value Text)
userSearchMatching :: Value Text
userSearchSubtree :: Maybe (Value Bool)
..}
= LdapServerMetadataProperty
{userRoleName :: Maybe (Value Text)
userRoleName = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "UserRoleName" LdapServerMetadataProperty
Value Text
newValue, Maybe (Value Bool)
Maybe (Value Text)
()
ValueList Text
Value Text
haddock_workaround_ :: ()
hosts :: ValueList Text
roleBase :: Value Text
roleName :: Maybe (Value Text)
roleSearchMatching :: Value Text
roleSearchSubtree :: Maybe (Value Bool)
serviceAccountPassword :: Maybe (Value Text)
serviceAccountUsername :: Value Text
userBase :: Value Text
userSearchMatching :: Value Text
userSearchSubtree :: Maybe (Value Bool)
haddock_workaround_ :: ()
hosts :: ValueList Text
roleBase :: Value Text
roleName :: Maybe (Value Text)
roleSearchMatching :: Value Text
roleSearchSubtree :: Maybe (Value Bool)
serviceAccountPassword :: Maybe (Value Text)
serviceAccountUsername :: Value Text
userBase :: Value Text
userSearchMatching :: Value Text
userSearchSubtree :: Maybe (Value Bool)
..}
instance Property "UserSearchMatching" LdapServerMetadataProperty where
type PropertyType "UserSearchMatching" LdapServerMetadataProperty = Value Prelude.Text
set :: PropertyType "UserSearchMatching" LdapServerMetadataProperty
-> LdapServerMetadataProperty -> LdapServerMetadataProperty
set PropertyType "UserSearchMatching" LdapServerMetadataProperty
newValue LdapServerMetadataProperty {Maybe (Value Bool)
Maybe (Value Text)
()
ValueList Text
Value Text
haddock_workaround_ :: LdapServerMetadataProperty -> ()
hosts :: LdapServerMetadataProperty -> ValueList Text
roleBase :: LdapServerMetadataProperty -> Value Text
roleName :: LdapServerMetadataProperty -> Maybe (Value Text)
roleSearchMatching :: LdapServerMetadataProperty -> Value Text
roleSearchSubtree :: LdapServerMetadataProperty -> Maybe (Value Bool)
serviceAccountPassword :: LdapServerMetadataProperty -> Maybe (Value Text)
serviceAccountUsername :: LdapServerMetadataProperty -> Value Text
userBase :: LdapServerMetadataProperty -> Value Text
userRoleName :: LdapServerMetadataProperty -> Maybe (Value Text)
userSearchMatching :: LdapServerMetadataProperty -> Value Text
userSearchSubtree :: LdapServerMetadataProperty -> Maybe (Value Bool)
haddock_workaround_ :: ()
hosts :: ValueList Text
roleBase :: Value Text
roleName :: Maybe (Value Text)
roleSearchMatching :: Value Text
roleSearchSubtree :: Maybe (Value Bool)
serviceAccountPassword :: Maybe (Value Text)
serviceAccountUsername :: Value Text
userBase :: Value Text
userRoleName :: Maybe (Value Text)
userSearchMatching :: Value Text
userSearchSubtree :: Maybe (Value Bool)
..}
= LdapServerMetadataProperty {userSearchMatching :: Value Text
userSearchMatching = PropertyType "UserSearchMatching" LdapServerMetadataProperty
Value Text
newValue, Maybe (Value Bool)
Maybe (Value Text)
()
ValueList Text
Value Text
haddock_workaround_ :: ()
hosts :: ValueList Text
roleBase :: Value Text
roleName :: Maybe (Value Text)
roleSearchMatching :: Value Text
roleSearchSubtree :: Maybe (Value Bool)
serviceAccountPassword :: Maybe (Value Text)
serviceAccountUsername :: Value Text
userBase :: Value Text
userRoleName :: Maybe (Value Text)
userSearchSubtree :: Maybe (Value Bool)
haddock_workaround_ :: ()
hosts :: ValueList Text
roleBase :: Value Text
roleName :: Maybe (Value Text)
roleSearchMatching :: Value Text
roleSearchSubtree :: Maybe (Value Bool)
serviceAccountPassword :: Maybe (Value Text)
serviceAccountUsername :: Value Text
userBase :: Value Text
userRoleName :: Maybe (Value Text)
userSearchSubtree :: Maybe (Value Bool)
..}
instance Property "UserSearchSubtree" LdapServerMetadataProperty where
type PropertyType "UserSearchSubtree" LdapServerMetadataProperty = Value Prelude.Bool
set :: PropertyType "UserSearchSubtree" LdapServerMetadataProperty
-> LdapServerMetadataProperty -> LdapServerMetadataProperty
set PropertyType "UserSearchSubtree" LdapServerMetadataProperty
newValue LdapServerMetadataProperty {Maybe (Value Bool)
Maybe (Value Text)
()
ValueList Text
Value Text
haddock_workaround_ :: LdapServerMetadataProperty -> ()
hosts :: LdapServerMetadataProperty -> ValueList Text
roleBase :: LdapServerMetadataProperty -> Value Text
roleName :: LdapServerMetadataProperty -> Maybe (Value Text)
roleSearchMatching :: LdapServerMetadataProperty -> Value Text
roleSearchSubtree :: LdapServerMetadataProperty -> Maybe (Value Bool)
serviceAccountPassword :: LdapServerMetadataProperty -> Maybe (Value Text)
serviceAccountUsername :: LdapServerMetadataProperty -> Value Text
userBase :: LdapServerMetadataProperty -> Value Text
userRoleName :: LdapServerMetadataProperty -> Maybe (Value Text)
userSearchMatching :: LdapServerMetadataProperty -> Value Text
userSearchSubtree :: LdapServerMetadataProperty -> Maybe (Value Bool)
haddock_workaround_ :: ()
hosts :: ValueList Text
roleBase :: Value Text
roleName :: Maybe (Value Text)
roleSearchMatching :: Value Text
roleSearchSubtree :: Maybe (Value Bool)
serviceAccountPassword :: Maybe (Value Text)
serviceAccountUsername :: Value Text
userBase :: Value Text
userRoleName :: Maybe (Value Text)
userSearchMatching :: Value Text
userSearchSubtree :: Maybe (Value Bool)
..}
= LdapServerMetadataProperty
{userSearchSubtree :: Maybe (Value Bool)
userSearchSubtree = Value Bool -> Maybe (Value Bool)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "UserSearchSubtree" LdapServerMetadataProperty
Value Bool
newValue, Maybe (Value Bool)
Maybe (Value Text)
()
ValueList Text
Value Text
haddock_workaround_ :: ()
hosts :: ValueList Text
roleBase :: Value Text
roleName :: Maybe (Value Text)
roleSearchMatching :: Value Text
roleSearchSubtree :: Maybe (Value Bool)
serviceAccountPassword :: Maybe (Value Text)
serviceAccountUsername :: Value Text
userBase :: Value Text
userRoleName :: Maybe (Value Text)
userSearchMatching :: Value Text
haddock_workaround_ :: ()
hosts :: ValueList Text
roleBase :: Value Text
roleName :: Maybe (Value Text)
roleSearchMatching :: Value Text
roleSearchSubtree :: Maybe (Value Bool)
serviceAccountPassword :: Maybe (Value Text)
serviceAccountUsername :: Value Text
userBase :: Value Text
userRoleName :: Maybe (Value Text)
userSearchMatching :: Value Text
..}