module Stratosphere.ElasticLoadBalancingV2.ListenerRule.AuthenticateOidcConfigProperty (
        AuthenticateOidcConfigProperty(..),
        mkAuthenticateOidcConfigProperty
    ) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import Stratosphere.ResourceProperties
import Stratosphere.Value
data AuthenticateOidcConfigProperty
  = -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listenerrule-authenticateoidcconfig.html>
    AuthenticateOidcConfigProperty {AuthenticateOidcConfigProperty -> ()
haddock_workaround_ :: (),
                                    -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listenerrule-authenticateoidcconfig.html#cfn-elasticloadbalancingv2-listenerrule-authenticateoidcconfig-authenticationrequestextraparams>
                                    AuthenticateOidcConfigProperty -> Maybe (Map Text (Value Text))
authenticationRequestExtraParams :: (Prelude.Maybe (Prelude.Map Prelude.Text (Value Prelude.Text))),
                                    -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listenerrule-authenticateoidcconfig.html#cfn-elasticloadbalancingv2-listenerrule-authenticateoidcconfig-authorizationendpoint>
                                    AuthenticateOidcConfigProperty -> Value Text
authorizationEndpoint :: (Value Prelude.Text),
                                    -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listenerrule-authenticateoidcconfig.html#cfn-elasticloadbalancingv2-listenerrule-authenticateoidcconfig-clientid>
                                    AuthenticateOidcConfigProperty -> Value Text
clientId :: (Value Prelude.Text),
                                    -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listenerrule-authenticateoidcconfig.html#cfn-elasticloadbalancingv2-listenerrule-authenticateoidcconfig-clientsecret>
                                    AuthenticateOidcConfigProperty -> Maybe (Value Text)
clientSecret :: (Prelude.Maybe (Value Prelude.Text)),
                                    -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listenerrule-authenticateoidcconfig.html#cfn-elasticloadbalancingv2-listenerrule-authenticateoidcconfig-issuer>
                                    AuthenticateOidcConfigProperty -> Value Text
issuer :: (Value Prelude.Text),
                                    -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listenerrule-authenticateoidcconfig.html#cfn-elasticloadbalancingv2-listenerrule-authenticateoidcconfig-onunauthenticatedrequest>
                                    AuthenticateOidcConfigProperty -> Maybe (Value Text)
onUnauthenticatedRequest :: (Prelude.Maybe (Value Prelude.Text)),
                                    -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listenerrule-authenticateoidcconfig.html#cfn-elasticloadbalancingv2-listenerrule-authenticateoidcconfig-scope>
                                    AuthenticateOidcConfigProperty -> Maybe (Value Text)
scope :: (Prelude.Maybe (Value Prelude.Text)),
                                    -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listenerrule-authenticateoidcconfig.html#cfn-elasticloadbalancingv2-listenerrule-authenticateoidcconfig-sessioncookiename>
                                    AuthenticateOidcConfigProperty -> Maybe (Value Text)
sessionCookieName :: (Prelude.Maybe (Value Prelude.Text)),
                                    -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listenerrule-authenticateoidcconfig.html#cfn-elasticloadbalancingv2-listenerrule-authenticateoidcconfig-sessiontimeout>
                                    AuthenticateOidcConfigProperty -> Maybe (Value Integer)
sessionTimeout :: (Prelude.Maybe (Value Prelude.Integer)),
                                    -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listenerrule-authenticateoidcconfig.html#cfn-elasticloadbalancingv2-listenerrule-authenticateoidcconfig-tokenendpoint>
                                    AuthenticateOidcConfigProperty -> Value Text
tokenEndpoint :: (Value Prelude.Text),
                                    -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listenerrule-authenticateoidcconfig.html#cfn-elasticloadbalancingv2-listenerrule-authenticateoidcconfig-useexistingclientsecret>
                                    AuthenticateOidcConfigProperty -> Maybe (Value Bool)
useExistingClientSecret :: (Prelude.Maybe (Value Prelude.Bool)),
                                    -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listenerrule-authenticateoidcconfig.html#cfn-elasticloadbalancingv2-listenerrule-authenticateoidcconfig-userinfoendpoint>
                                    AuthenticateOidcConfigProperty -> Value Text
userInfoEndpoint :: (Value Prelude.Text)}
  deriving stock (AuthenticateOidcConfigProperty
-> AuthenticateOidcConfigProperty -> Bool
(AuthenticateOidcConfigProperty
 -> AuthenticateOidcConfigProperty -> Bool)
-> (AuthenticateOidcConfigProperty
    -> AuthenticateOidcConfigProperty -> Bool)
-> Eq AuthenticateOidcConfigProperty
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: AuthenticateOidcConfigProperty
-> AuthenticateOidcConfigProperty -> Bool
== :: AuthenticateOidcConfigProperty
-> AuthenticateOidcConfigProperty -> Bool
$c/= :: AuthenticateOidcConfigProperty
-> AuthenticateOidcConfigProperty -> Bool
/= :: AuthenticateOidcConfigProperty
-> AuthenticateOidcConfigProperty -> Bool
Prelude.Eq, Int -> AuthenticateOidcConfigProperty -> ShowS
[AuthenticateOidcConfigProperty] -> ShowS
AuthenticateOidcConfigProperty -> String
(Int -> AuthenticateOidcConfigProperty -> ShowS)
-> (AuthenticateOidcConfigProperty -> String)
-> ([AuthenticateOidcConfigProperty] -> ShowS)
-> Show AuthenticateOidcConfigProperty
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> AuthenticateOidcConfigProperty -> ShowS
showsPrec :: Int -> AuthenticateOidcConfigProperty -> ShowS
$cshow :: AuthenticateOidcConfigProperty -> String
show :: AuthenticateOidcConfigProperty -> String
$cshowList :: [AuthenticateOidcConfigProperty] -> ShowS
showList :: [AuthenticateOidcConfigProperty] -> ShowS
Prelude.Show)
mkAuthenticateOidcConfigProperty ::
  Value Prelude.Text
  -> Value Prelude.Text
     -> Value Prelude.Text
        -> Value Prelude.Text
           -> Value Prelude.Text -> AuthenticateOidcConfigProperty
mkAuthenticateOidcConfigProperty :: Value Text
-> Value Text
-> Value Text
-> Value Text
-> Value Text
-> AuthenticateOidcConfigProperty
mkAuthenticateOidcConfigProperty
  Value Text
authorizationEndpoint
  Value Text
clientId
  Value Text
issuer
  Value Text
tokenEndpoint
  Value Text
userInfoEndpoint
  = AuthenticateOidcConfigProperty
      {haddock_workaround_ :: ()
haddock_workaround_ = (),
       authorizationEndpoint :: Value Text
authorizationEndpoint = Value Text
authorizationEndpoint, clientId :: Value Text
clientId = Value Text
clientId,
       issuer :: Value Text
issuer = Value Text
issuer, tokenEndpoint :: Value Text
tokenEndpoint = Value Text
tokenEndpoint,
       userInfoEndpoint :: Value Text
userInfoEndpoint = Value Text
userInfoEndpoint,
       authenticationRequestExtraParams :: Maybe (Map Text (Value Text))
authenticationRequestExtraParams = Maybe (Map Text (Value Text))
forall a. Maybe a
Prelude.Nothing,
       clientSecret :: Maybe (Value Text)
clientSecret = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       onUnauthenticatedRequest :: Maybe (Value Text)
onUnauthenticatedRequest = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       scope :: Maybe (Value Text)
scope = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, sessionCookieName :: Maybe (Value Text)
sessionCookieName = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       sessionTimeout :: Maybe (Value Integer)
sessionTimeout = Maybe (Value Integer)
forall a. Maybe a
Prelude.Nothing,
       useExistingClientSecret :: Maybe (Value Bool)
useExistingClientSecret = Maybe (Value Bool)
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties AuthenticateOidcConfigProperty where
  toResourceProperties :: AuthenticateOidcConfigProperty -> ResourceProperties
toResourceProperties AuthenticateOidcConfigProperty {Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: AuthenticateOidcConfigProperty -> ()
authenticationRequestExtraParams :: AuthenticateOidcConfigProperty -> Maybe (Map Text (Value Text))
authorizationEndpoint :: AuthenticateOidcConfigProperty -> Value Text
clientId :: AuthenticateOidcConfigProperty -> Value Text
clientSecret :: AuthenticateOidcConfigProperty -> Maybe (Value Text)
issuer :: AuthenticateOidcConfigProperty -> Value Text
onUnauthenticatedRequest :: AuthenticateOidcConfigProperty -> Maybe (Value Text)
scope :: AuthenticateOidcConfigProperty -> Maybe (Value Text)
sessionCookieName :: AuthenticateOidcConfigProperty -> Maybe (Value Text)
sessionTimeout :: AuthenticateOidcConfigProperty -> Maybe (Value Integer)
tokenEndpoint :: AuthenticateOidcConfigProperty -> Value Text
useExistingClientSecret :: AuthenticateOidcConfigProperty -> Maybe (Value Bool)
userInfoEndpoint :: AuthenticateOidcConfigProperty -> Value Text
haddock_workaround_ :: ()
authenticationRequestExtraParams :: Maybe (Map Text (Value Text))
authorizationEndpoint :: Value Text
clientId :: Value Text
clientSecret :: Maybe (Value Text)
issuer :: Value Text
onUnauthenticatedRequest :: Maybe (Value Text)
scope :: Maybe (Value Text)
sessionCookieName :: Maybe (Value Text)
sessionTimeout :: Maybe (Value Integer)
tokenEndpoint :: Value Text
useExistingClientSecret :: Maybe (Value Bool)
userInfoEndpoint :: Value Text
..}
    = ResourceProperties
        {awsType :: Text
awsType = Text
"AWS::ElasticLoadBalancingV2::ListenerRule.AuthenticateOidcConfig",
         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
"AuthorizationEndpoint" 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
authorizationEndpoint,
                            Key
"ClientId" 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
clientId, Key
"Issuer" 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
issuer,
                            Key
"TokenEndpoint" 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
tokenEndpoint,
                            Key
"UserInfoEndpoint" 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
userInfoEndpoint]
                           ([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
                              [Key -> Map Text (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
"AuthenticationRequestExtraParams"
                                 (Map Text (Value Text) -> (Key, Value))
-> Maybe (Map Text (Value Text)) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Map Text (Value Text))
authenticationRequestExtraParams,
                               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
"ClientSecret" (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)
clientSecret,
                               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
"OnUnauthenticatedRequest"
                                 (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)
onUnauthenticatedRequest,
                               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
"Scope" (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)
scope,
                               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
"SessionCookieName" (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)
sessionCookieName,
                               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
"SessionTimeout" (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)
sessionTimeout,
                               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
"UseExistingClientSecret"
                                 (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)
useExistingClientSecret]))}
instance JSON.ToJSON AuthenticateOidcConfigProperty where
  toJSON :: AuthenticateOidcConfigProperty -> Value
toJSON AuthenticateOidcConfigProperty {Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: AuthenticateOidcConfigProperty -> ()
authenticationRequestExtraParams :: AuthenticateOidcConfigProperty -> Maybe (Map Text (Value Text))
authorizationEndpoint :: AuthenticateOidcConfigProperty -> Value Text
clientId :: AuthenticateOidcConfigProperty -> Value Text
clientSecret :: AuthenticateOidcConfigProperty -> Maybe (Value Text)
issuer :: AuthenticateOidcConfigProperty -> Value Text
onUnauthenticatedRequest :: AuthenticateOidcConfigProperty -> Maybe (Value Text)
scope :: AuthenticateOidcConfigProperty -> Maybe (Value Text)
sessionCookieName :: AuthenticateOidcConfigProperty -> Maybe (Value Text)
sessionTimeout :: AuthenticateOidcConfigProperty -> Maybe (Value Integer)
tokenEndpoint :: AuthenticateOidcConfigProperty -> Value Text
useExistingClientSecret :: AuthenticateOidcConfigProperty -> Maybe (Value Bool)
userInfoEndpoint :: AuthenticateOidcConfigProperty -> Value Text
haddock_workaround_ :: ()
authenticationRequestExtraParams :: Maybe (Map Text (Value Text))
authorizationEndpoint :: Value Text
clientId :: Value Text
clientSecret :: Maybe (Value Text)
issuer :: Value Text
onUnauthenticatedRequest :: Maybe (Value Text)
scope :: Maybe (Value Text)
sessionCookieName :: Maybe (Value Text)
sessionTimeout :: Maybe (Value Integer)
tokenEndpoint :: Value Text
useExistingClientSecret :: Maybe (Value Bool)
userInfoEndpoint :: Value Text
..}
    = [(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
"AuthorizationEndpoint" 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
authorizationEndpoint,
               Key
"ClientId" 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
clientId, Key
"Issuer" 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
issuer,
               Key
"TokenEndpoint" 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
tokenEndpoint,
               Key
"UserInfoEndpoint" 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
userInfoEndpoint]
              ([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
                 [Key -> Map Text (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
"AuthenticationRequestExtraParams"
                    (Map Text (Value Text) -> (Key, Value))
-> Maybe (Map Text (Value Text)) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Map Text (Value Text))
authenticationRequestExtraParams,
                  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
"ClientSecret" (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)
clientSecret,
                  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
"OnUnauthenticatedRequest"
                    (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)
onUnauthenticatedRequest,
                  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
"Scope" (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)
scope,
                  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
"SessionCookieName" (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)
sessionCookieName,
                  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
"SessionTimeout" (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)
sessionTimeout,
                  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
"UseExistingClientSecret"
                    (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)
useExistingClientSecret])))
instance Property "AuthenticationRequestExtraParams" AuthenticateOidcConfigProperty where
  type PropertyType "AuthenticationRequestExtraParams" AuthenticateOidcConfigProperty = Prelude.Map Prelude.Text (Value Prelude.Text)
  set :: PropertyType
  "AuthenticationRequestExtraParams" AuthenticateOidcConfigProperty
-> AuthenticateOidcConfigProperty -> AuthenticateOidcConfigProperty
set PropertyType
  "AuthenticationRequestExtraParams" AuthenticateOidcConfigProperty
newValue AuthenticateOidcConfigProperty {Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: AuthenticateOidcConfigProperty -> ()
authenticationRequestExtraParams :: AuthenticateOidcConfigProperty -> Maybe (Map Text (Value Text))
authorizationEndpoint :: AuthenticateOidcConfigProperty -> Value Text
clientId :: AuthenticateOidcConfigProperty -> Value Text
clientSecret :: AuthenticateOidcConfigProperty -> Maybe (Value Text)
issuer :: AuthenticateOidcConfigProperty -> Value Text
onUnauthenticatedRequest :: AuthenticateOidcConfigProperty -> Maybe (Value Text)
scope :: AuthenticateOidcConfigProperty -> Maybe (Value Text)
sessionCookieName :: AuthenticateOidcConfigProperty -> Maybe (Value Text)
sessionTimeout :: AuthenticateOidcConfigProperty -> Maybe (Value Integer)
tokenEndpoint :: AuthenticateOidcConfigProperty -> Value Text
useExistingClientSecret :: AuthenticateOidcConfigProperty -> Maybe (Value Bool)
userInfoEndpoint :: AuthenticateOidcConfigProperty -> Value Text
haddock_workaround_ :: ()
authenticationRequestExtraParams :: Maybe (Map Text (Value Text))
authorizationEndpoint :: Value Text
clientId :: Value Text
clientSecret :: Maybe (Value Text)
issuer :: Value Text
onUnauthenticatedRequest :: Maybe (Value Text)
scope :: Maybe (Value Text)
sessionCookieName :: Maybe (Value Text)
sessionTimeout :: Maybe (Value Integer)
tokenEndpoint :: Value Text
useExistingClientSecret :: Maybe (Value Bool)
userInfoEndpoint :: Value Text
..}
    = AuthenticateOidcConfigProperty
        {authenticationRequestExtraParams :: Maybe (Map Text (Value Text))
authenticationRequestExtraParams = Map Text (Value Text) -> Maybe (Map Text (Value Text))
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure Map Text (Value Text)
PropertyType
  "AuthenticationRequestExtraParams" AuthenticateOidcConfigProperty
newValue, Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
authorizationEndpoint :: Value Text
clientId :: Value Text
clientSecret :: Maybe (Value Text)
issuer :: Value Text
onUnauthenticatedRequest :: Maybe (Value Text)
scope :: Maybe (Value Text)
sessionCookieName :: Maybe (Value Text)
sessionTimeout :: Maybe (Value Integer)
tokenEndpoint :: Value Text
useExistingClientSecret :: Maybe (Value Bool)
userInfoEndpoint :: Value Text
haddock_workaround_ :: ()
authorizationEndpoint :: Value Text
clientId :: Value Text
clientSecret :: Maybe (Value Text)
issuer :: Value Text
onUnauthenticatedRequest :: Maybe (Value Text)
scope :: Maybe (Value Text)
sessionCookieName :: Maybe (Value Text)
sessionTimeout :: Maybe (Value Integer)
tokenEndpoint :: Value Text
useExistingClientSecret :: Maybe (Value Bool)
userInfoEndpoint :: Value Text
..}
instance Property "AuthorizationEndpoint" AuthenticateOidcConfigProperty where
  type PropertyType "AuthorizationEndpoint" AuthenticateOidcConfigProperty = Value Prelude.Text
  set :: PropertyType "AuthorizationEndpoint" AuthenticateOidcConfigProperty
-> AuthenticateOidcConfigProperty -> AuthenticateOidcConfigProperty
set PropertyType "AuthorizationEndpoint" AuthenticateOidcConfigProperty
newValue AuthenticateOidcConfigProperty {Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: AuthenticateOidcConfigProperty -> ()
authenticationRequestExtraParams :: AuthenticateOidcConfigProperty -> Maybe (Map Text (Value Text))
authorizationEndpoint :: AuthenticateOidcConfigProperty -> Value Text
clientId :: AuthenticateOidcConfigProperty -> Value Text
clientSecret :: AuthenticateOidcConfigProperty -> Maybe (Value Text)
issuer :: AuthenticateOidcConfigProperty -> Value Text
onUnauthenticatedRequest :: AuthenticateOidcConfigProperty -> Maybe (Value Text)
scope :: AuthenticateOidcConfigProperty -> Maybe (Value Text)
sessionCookieName :: AuthenticateOidcConfigProperty -> Maybe (Value Text)
sessionTimeout :: AuthenticateOidcConfigProperty -> Maybe (Value Integer)
tokenEndpoint :: AuthenticateOidcConfigProperty -> Value Text
useExistingClientSecret :: AuthenticateOidcConfigProperty -> Maybe (Value Bool)
userInfoEndpoint :: AuthenticateOidcConfigProperty -> Value Text
haddock_workaround_ :: ()
authenticationRequestExtraParams :: Maybe (Map Text (Value Text))
authorizationEndpoint :: Value Text
clientId :: Value Text
clientSecret :: Maybe (Value Text)
issuer :: Value Text
onUnauthenticatedRequest :: Maybe (Value Text)
scope :: Maybe (Value Text)
sessionCookieName :: Maybe (Value Text)
sessionTimeout :: Maybe (Value Integer)
tokenEndpoint :: Value Text
useExistingClientSecret :: Maybe (Value Bool)
userInfoEndpoint :: Value Text
..}
    = AuthenticateOidcConfigProperty
        {authorizationEndpoint :: Value Text
authorizationEndpoint = PropertyType "AuthorizationEndpoint" AuthenticateOidcConfigProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
authenticationRequestExtraParams :: Maybe (Map Text (Value Text))
clientId :: Value Text
clientSecret :: Maybe (Value Text)
issuer :: Value Text
onUnauthenticatedRequest :: Maybe (Value Text)
scope :: Maybe (Value Text)
sessionCookieName :: Maybe (Value Text)
sessionTimeout :: Maybe (Value Integer)
tokenEndpoint :: Value Text
useExistingClientSecret :: Maybe (Value Bool)
userInfoEndpoint :: Value Text
haddock_workaround_ :: ()
authenticationRequestExtraParams :: Maybe (Map Text (Value Text))
clientId :: Value Text
clientSecret :: Maybe (Value Text)
issuer :: Value Text
onUnauthenticatedRequest :: Maybe (Value Text)
scope :: Maybe (Value Text)
sessionCookieName :: Maybe (Value Text)
sessionTimeout :: Maybe (Value Integer)
tokenEndpoint :: Value Text
useExistingClientSecret :: Maybe (Value Bool)
userInfoEndpoint :: Value Text
..}
instance Property "ClientId" AuthenticateOidcConfigProperty where
  type PropertyType "ClientId" AuthenticateOidcConfigProperty = Value Prelude.Text
  set :: PropertyType "ClientId" AuthenticateOidcConfigProperty
-> AuthenticateOidcConfigProperty -> AuthenticateOidcConfigProperty
set PropertyType "ClientId" AuthenticateOidcConfigProperty
newValue AuthenticateOidcConfigProperty {Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: AuthenticateOidcConfigProperty -> ()
authenticationRequestExtraParams :: AuthenticateOidcConfigProperty -> Maybe (Map Text (Value Text))
authorizationEndpoint :: AuthenticateOidcConfigProperty -> Value Text
clientId :: AuthenticateOidcConfigProperty -> Value Text
clientSecret :: AuthenticateOidcConfigProperty -> Maybe (Value Text)
issuer :: AuthenticateOidcConfigProperty -> Value Text
onUnauthenticatedRequest :: AuthenticateOidcConfigProperty -> Maybe (Value Text)
scope :: AuthenticateOidcConfigProperty -> Maybe (Value Text)
sessionCookieName :: AuthenticateOidcConfigProperty -> Maybe (Value Text)
sessionTimeout :: AuthenticateOidcConfigProperty -> Maybe (Value Integer)
tokenEndpoint :: AuthenticateOidcConfigProperty -> Value Text
useExistingClientSecret :: AuthenticateOidcConfigProperty -> Maybe (Value Bool)
userInfoEndpoint :: AuthenticateOidcConfigProperty -> Value Text
haddock_workaround_ :: ()
authenticationRequestExtraParams :: Maybe (Map Text (Value Text))
authorizationEndpoint :: Value Text
clientId :: Value Text
clientSecret :: Maybe (Value Text)
issuer :: Value Text
onUnauthenticatedRequest :: Maybe (Value Text)
scope :: Maybe (Value Text)
sessionCookieName :: Maybe (Value Text)
sessionTimeout :: Maybe (Value Integer)
tokenEndpoint :: Value Text
useExistingClientSecret :: Maybe (Value Bool)
userInfoEndpoint :: Value Text
..}
    = AuthenticateOidcConfigProperty {clientId :: Value Text
clientId = PropertyType "ClientId" AuthenticateOidcConfigProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
authenticationRequestExtraParams :: Maybe (Map Text (Value Text))
authorizationEndpoint :: Value Text
clientSecret :: Maybe (Value Text)
issuer :: Value Text
onUnauthenticatedRequest :: Maybe (Value Text)
scope :: Maybe (Value Text)
sessionCookieName :: Maybe (Value Text)
sessionTimeout :: Maybe (Value Integer)
tokenEndpoint :: Value Text
useExistingClientSecret :: Maybe (Value Bool)
userInfoEndpoint :: Value Text
haddock_workaround_ :: ()
authenticationRequestExtraParams :: Maybe (Map Text (Value Text))
authorizationEndpoint :: Value Text
clientSecret :: Maybe (Value Text)
issuer :: Value Text
onUnauthenticatedRequest :: Maybe (Value Text)
scope :: Maybe (Value Text)
sessionCookieName :: Maybe (Value Text)
sessionTimeout :: Maybe (Value Integer)
tokenEndpoint :: Value Text
useExistingClientSecret :: Maybe (Value Bool)
userInfoEndpoint :: Value Text
..}
instance Property "ClientSecret" AuthenticateOidcConfigProperty where
  type PropertyType "ClientSecret" AuthenticateOidcConfigProperty = Value Prelude.Text
  set :: PropertyType "ClientSecret" AuthenticateOidcConfigProperty
-> AuthenticateOidcConfigProperty -> AuthenticateOidcConfigProperty
set PropertyType "ClientSecret" AuthenticateOidcConfigProperty
newValue AuthenticateOidcConfigProperty {Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: AuthenticateOidcConfigProperty -> ()
authenticationRequestExtraParams :: AuthenticateOidcConfigProperty -> Maybe (Map Text (Value Text))
authorizationEndpoint :: AuthenticateOidcConfigProperty -> Value Text
clientId :: AuthenticateOidcConfigProperty -> Value Text
clientSecret :: AuthenticateOidcConfigProperty -> Maybe (Value Text)
issuer :: AuthenticateOidcConfigProperty -> Value Text
onUnauthenticatedRequest :: AuthenticateOidcConfigProperty -> Maybe (Value Text)
scope :: AuthenticateOidcConfigProperty -> Maybe (Value Text)
sessionCookieName :: AuthenticateOidcConfigProperty -> Maybe (Value Text)
sessionTimeout :: AuthenticateOidcConfigProperty -> Maybe (Value Integer)
tokenEndpoint :: AuthenticateOidcConfigProperty -> Value Text
useExistingClientSecret :: AuthenticateOidcConfigProperty -> Maybe (Value Bool)
userInfoEndpoint :: AuthenticateOidcConfigProperty -> Value Text
haddock_workaround_ :: ()
authenticationRequestExtraParams :: Maybe (Map Text (Value Text))
authorizationEndpoint :: Value Text
clientId :: Value Text
clientSecret :: Maybe (Value Text)
issuer :: Value Text
onUnauthenticatedRequest :: Maybe (Value Text)
scope :: Maybe (Value Text)
sessionCookieName :: Maybe (Value Text)
sessionTimeout :: Maybe (Value Integer)
tokenEndpoint :: Value Text
useExistingClientSecret :: Maybe (Value Bool)
userInfoEndpoint :: Value Text
..}
    = AuthenticateOidcConfigProperty
        {clientSecret :: Maybe (Value Text)
clientSecret = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ClientSecret" AuthenticateOidcConfigProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
authenticationRequestExtraParams :: Maybe (Map Text (Value Text))
authorizationEndpoint :: Value Text
clientId :: Value Text
issuer :: Value Text
onUnauthenticatedRequest :: Maybe (Value Text)
scope :: Maybe (Value Text)
sessionCookieName :: Maybe (Value Text)
sessionTimeout :: Maybe (Value Integer)
tokenEndpoint :: Value Text
useExistingClientSecret :: Maybe (Value Bool)
userInfoEndpoint :: Value Text
haddock_workaround_ :: ()
authenticationRequestExtraParams :: Maybe (Map Text (Value Text))
authorizationEndpoint :: Value Text
clientId :: Value Text
issuer :: Value Text
onUnauthenticatedRequest :: Maybe (Value Text)
scope :: Maybe (Value Text)
sessionCookieName :: Maybe (Value Text)
sessionTimeout :: Maybe (Value Integer)
tokenEndpoint :: Value Text
useExistingClientSecret :: Maybe (Value Bool)
userInfoEndpoint :: Value Text
..}
instance Property "Issuer" AuthenticateOidcConfigProperty where
  type PropertyType "Issuer" AuthenticateOidcConfigProperty = Value Prelude.Text
  set :: PropertyType "Issuer" AuthenticateOidcConfigProperty
-> AuthenticateOidcConfigProperty -> AuthenticateOidcConfigProperty
set PropertyType "Issuer" AuthenticateOidcConfigProperty
newValue AuthenticateOidcConfigProperty {Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: AuthenticateOidcConfigProperty -> ()
authenticationRequestExtraParams :: AuthenticateOidcConfigProperty -> Maybe (Map Text (Value Text))
authorizationEndpoint :: AuthenticateOidcConfigProperty -> Value Text
clientId :: AuthenticateOidcConfigProperty -> Value Text
clientSecret :: AuthenticateOidcConfigProperty -> Maybe (Value Text)
issuer :: AuthenticateOidcConfigProperty -> Value Text
onUnauthenticatedRequest :: AuthenticateOidcConfigProperty -> Maybe (Value Text)
scope :: AuthenticateOidcConfigProperty -> Maybe (Value Text)
sessionCookieName :: AuthenticateOidcConfigProperty -> Maybe (Value Text)
sessionTimeout :: AuthenticateOidcConfigProperty -> Maybe (Value Integer)
tokenEndpoint :: AuthenticateOidcConfigProperty -> Value Text
useExistingClientSecret :: AuthenticateOidcConfigProperty -> Maybe (Value Bool)
userInfoEndpoint :: AuthenticateOidcConfigProperty -> Value Text
haddock_workaround_ :: ()
authenticationRequestExtraParams :: Maybe (Map Text (Value Text))
authorizationEndpoint :: Value Text
clientId :: Value Text
clientSecret :: Maybe (Value Text)
issuer :: Value Text
onUnauthenticatedRequest :: Maybe (Value Text)
scope :: Maybe (Value Text)
sessionCookieName :: Maybe (Value Text)
sessionTimeout :: Maybe (Value Integer)
tokenEndpoint :: Value Text
useExistingClientSecret :: Maybe (Value Bool)
userInfoEndpoint :: Value Text
..}
    = AuthenticateOidcConfigProperty {issuer :: Value Text
issuer = PropertyType "Issuer" AuthenticateOidcConfigProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
authenticationRequestExtraParams :: Maybe (Map Text (Value Text))
authorizationEndpoint :: Value Text
clientId :: Value Text
clientSecret :: Maybe (Value Text)
onUnauthenticatedRequest :: Maybe (Value Text)
scope :: Maybe (Value Text)
sessionCookieName :: Maybe (Value Text)
sessionTimeout :: Maybe (Value Integer)
tokenEndpoint :: Value Text
useExistingClientSecret :: Maybe (Value Bool)
userInfoEndpoint :: Value Text
haddock_workaround_ :: ()
authenticationRequestExtraParams :: Maybe (Map Text (Value Text))
authorizationEndpoint :: Value Text
clientId :: Value Text
clientSecret :: Maybe (Value Text)
onUnauthenticatedRequest :: Maybe (Value Text)
scope :: Maybe (Value Text)
sessionCookieName :: Maybe (Value Text)
sessionTimeout :: Maybe (Value Integer)
tokenEndpoint :: Value Text
useExistingClientSecret :: Maybe (Value Bool)
userInfoEndpoint :: Value Text
..}
instance Property "OnUnauthenticatedRequest" AuthenticateOidcConfigProperty where
  type PropertyType "OnUnauthenticatedRequest" AuthenticateOidcConfigProperty = Value Prelude.Text
  set :: PropertyType
  "OnUnauthenticatedRequest" AuthenticateOidcConfigProperty
-> AuthenticateOidcConfigProperty -> AuthenticateOidcConfigProperty
set PropertyType
  "OnUnauthenticatedRequest" AuthenticateOidcConfigProperty
newValue AuthenticateOidcConfigProperty {Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: AuthenticateOidcConfigProperty -> ()
authenticationRequestExtraParams :: AuthenticateOidcConfigProperty -> Maybe (Map Text (Value Text))
authorizationEndpoint :: AuthenticateOidcConfigProperty -> Value Text
clientId :: AuthenticateOidcConfigProperty -> Value Text
clientSecret :: AuthenticateOidcConfigProperty -> Maybe (Value Text)
issuer :: AuthenticateOidcConfigProperty -> Value Text
onUnauthenticatedRequest :: AuthenticateOidcConfigProperty -> Maybe (Value Text)
scope :: AuthenticateOidcConfigProperty -> Maybe (Value Text)
sessionCookieName :: AuthenticateOidcConfigProperty -> Maybe (Value Text)
sessionTimeout :: AuthenticateOidcConfigProperty -> Maybe (Value Integer)
tokenEndpoint :: AuthenticateOidcConfigProperty -> Value Text
useExistingClientSecret :: AuthenticateOidcConfigProperty -> Maybe (Value Bool)
userInfoEndpoint :: AuthenticateOidcConfigProperty -> Value Text
haddock_workaround_ :: ()
authenticationRequestExtraParams :: Maybe (Map Text (Value Text))
authorizationEndpoint :: Value Text
clientId :: Value Text
clientSecret :: Maybe (Value Text)
issuer :: Value Text
onUnauthenticatedRequest :: Maybe (Value Text)
scope :: Maybe (Value Text)
sessionCookieName :: Maybe (Value Text)
sessionTimeout :: Maybe (Value Integer)
tokenEndpoint :: Value Text
useExistingClientSecret :: Maybe (Value Bool)
userInfoEndpoint :: Value Text
..}
    = AuthenticateOidcConfigProperty
        {onUnauthenticatedRequest :: Maybe (Value Text)
onUnauthenticatedRequest = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
  "OnUnauthenticatedRequest" AuthenticateOidcConfigProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
authenticationRequestExtraParams :: Maybe (Map Text (Value Text))
authorizationEndpoint :: Value Text
clientId :: Value Text
clientSecret :: Maybe (Value Text)
issuer :: Value Text
scope :: Maybe (Value Text)
sessionCookieName :: Maybe (Value Text)
sessionTimeout :: Maybe (Value Integer)
tokenEndpoint :: Value Text
useExistingClientSecret :: Maybe (Value Bool)
userInfoEndpoint :: Value Text
haddock_workaround_ :: ()
authenticationRequestExtraParams :: Maybe (Map Text (Value Text))
authorizationEndpoint :: Value Text
clientId :: Value Text
clientSecret :: Maybe (Value Text)
issuer :: Value Text
scope :: Maybe (Value Text)
sessionCookieName :: Maybe (Value Text)
sessionTimeout :: Maybe (Value Integer)
tokenEndpoint :: Value Text
useExistingClientSecret :: Maybe (Value Bool)
userInfoEndpoint :: Value Text
..}
instance Property "Scope" AuthenticateOidcConfigProperty where
  type PropertyType "Scope" AuthenticateOidcConfigProperty = Value Prelude.Text
  set :: PropertyType "Scope" AuthenticateOidcConfigProperty
-> AuthenticateOidcConfigProperty -> AuthenticateOidcConfigProperty
set PropertyType "Scope" AuthenticateOidcConfigProperty
newValue AuthenticateOidcConfigProperty {Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: AuthenticateOidcConfigProperty -> ()
authenticationRequestExtraParams :: AuthenticateOidcConfigProperty -> Maybe (Map Text (Value Text))
authorizationEndpoint :: AuthenticateOidcConfigProperty -> Value Text
clientId :: AuthenticateOidcConfigProperty -> Value Text
clientSecret :: AuthenticateOidcConfigProperty -> Maybe (Value Text)
issuer :: AuthenticateOidcConfigProperty -> Value Text
onUnauthenticatedRequest :: AuthenticateOidcConfigProperty -> Maybe (Value Text)
scope :: AuthenticateOidcConfigProperty -> Maybe (Value Text)
sessionCookieName :: AuthenticateOidcConfigProperty -> Maybe (Value Text)
sessionTimeout :: AuthenticateOidcConfigProperty -> Maybe (Value Integer)
tokenEndpoint :: AuthenticateOidcConfigProperty -> Value Text
useExistingClientSecret :: AuthenticateOidcConfigProperty -> Maybe (Value Bool)
userInfoEndpoint :: AuthenticateOidcConfigProperty -> Value Text
haddock_workaround_ :: ()
authenticationRequestExtraParams :: Maybe (Map Text (Value Text))
authorizationEndpoint :: Value Text
clientId :: Value Text
clientSecret :: Maybe (Value Text)
issuer :: Value Text
onUnauthenticatedRequest :: Maybe (Value Text)
scope :: Maybe (Value Text)
sessionCookieName :: Maybe (Value Text)
sessionTimeout :: Maybe (Value Integer)
tokenEndpoint :: Value Text
useExistingClientSecret :: Maybe (Value Bool)
userInfoEndpoint :: Value Text
..}
    = AuthenticateOidcConfigProperty
        {scope :: Maybe (Value Text)
scope = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Scope" AuthenticateOidcConfigProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
authenticationRequestExtraParams :: Maybe (Map Text (Value Text))
authorizationEndpoint :: Value Text
clientId :: Value Text
clientSecret :: Maybe (Value Text)
issuer :: Value Text
onUnauthenticatedRequest :: Maybe (Value Text)
sessionCookieName :: Maybe (Value Text)
sessionTimeout :: Maybe (Value Integer)
tokenEndpoint :: Value Text
useExistingClientSecret :: Maybe (Value Bool)
userInfoEndpoint :: Value Text
haddock_workaround_ :: ()
authenticationRequestExtraParams :: Maybe (Map Text (Value Text))
authorizationEndpoint :: Value Text
clientId :: Value Text
clientSecret :: Maybe (Value Text)
issuer :: Value Text
onUnauthenticatedRequest :: Maybe (Value Text)
sessionCookieName :: Maybe (Value Text)
sessionTimeout :: Maybe (Value Integer)
tokenEndpoint :: Value Text
useExistingClientSecret :: Maybe (Value Bool)
userInfoEndpoint :: Value Text
..}
instance Property "SessionCookieName" AuthenticateOidcConfigProperty where
  type PropertyType "SessionCookieName" AuthenticateOidcConfigProperty = Value Prelude.Text
  set :: PropertyType "SessionCookieName" AuthenticateOidcConfigProperty
-> AuthenticateOidcConfigProperty -> AuthenticateOidcConfigProperty
set PropertyType "SessionCookieName" AuthenticateOidcConfigProperty
newValue AuthenticateOidcConfigProperty {Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: AuthenticateOidcConfigProperty -> ()
authenticationRequestExtraParams :: AuthenticateOidcConfigProperty -> Maybe (Map Text (Value Text))
authorizationEndpoint :: AuthenticateOidcConfigProperty -> Value Text
clientId :: AuthenticateOidcConfigProperty -> Value Text
clientSecret :: AuthenticateOidcConfigProperty -> Maybe (Value Text)
issuer :: AuthenticateOidcConfigProperty -> Value Text
onUnauthenticatedRequest :: AuthenticateOidcConfigProperty -> Maybe (Value Text)
scope :: AuthenticateOidcConfigProperty -> Maybe (Value Text)
sessionCookieName :: AuthenticateOidcConfigProperty -> Maybe (Value Text)
sessionTimeout :: AuthenticateOidcConfigProperty -> Maybe (Value Integer)
tokenEndpoint :: AuthenticateOidcConfigProperty -> Value Text
useExistingClientSecret :: AuthenticateOidcConfigProperty -> Maybe (Value Bool)
userInfoEndpoint :: AuthenticateOidcConfigProperty -> Value Text
haddock_workaround_ :: ()
authenticationRequestExtraParams :: Maybe (Map Text (Value Text))
authorizationEndpoint :: Value Text
clientId :: Value Text
clientSecret :: Maybe (Value Text)
issuer :: Value Text
onUnauthenticatedRequest :: Maybe (Value Text)
scope :: Maybe (Value Text)
sessionCookieName :: Maybe (Value Text)
sessionTimeout :: Maybe (Value Integer)
tokenEndpoint :: Value Text
useExistingClientSecret :: Maybe (Value Bool)
userInfoEndpoint :: Value Text
..}
    = AuthenticateOidcConfigProperty
        {sessionCookieName :: Maybe (Value Text)
sessionCookieName = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "SessionCookieName" AuthenticateOidcConfigProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
authenticationRequestExtraParams :: Maybe (Map Text (Value Text))
authorizationEndpoint :: Value Text
clientId :: Value Text
clientSecret :: Maybe (Value Text)
issuer :: Value Text
onUnauthenticatedRequest :: Maybe (Value Text)
scope :: Maybe (Value Text)
sessionTimeout :: Maybe (Value Integer)
tokenEndpoint :: Value Text
useExistingClientSecret :: Maybe (Value Bool)
userInfoEndpoint :: Value Text
haddock_workaround_ :: ()
authenticationRequestExtraParams :: Maybe (Map Text (Value Text))
authorizationEndpoint :: Value Text
clientId :: Value Text
clientSecret :: Maybe (Value Text)
issuer :: Value Text
onUnauthenticatedRequest :: Maybe (Value Text)
scope :: Maybe (Value Text)
sessionTimeout :: Maybe (Value Integer)
tokenEndpoint :: Value Text
useExistingClientSecret :: Maybe (Value Bool)
userInfoEndpoint :: Value Text
..}
instance Property "SessionTimeout" AuthenticateOidcConfigProperty where
  type PropertyType "SessionTimeout" AuthenticateOidcConfigProperty = Value Prelude.Integer
  set :: PropertyType "SessionTimeout" AuthenticateOidcConfigProperty
-> AuthenticateOidcConfigProperty -> AuthenticateOidcConfigProperty
set PropertyType "SessionTimeout" AuthenticateOidcConfigProperty
newValue AuthenticateOidcConfigProperty {Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: AuthenticateOidcConfigProperty -> ()
authenticationRequestExtraParams :: AuthenticateOidcConfigProperty -> Maybe (Map Text (Value Text))
authorizationEndpoint :: AuthenticateOidcConfigProperty -> Value Text
clientId :: AuthenticateOidcConfigProperty -> Value Text
clientSecret :: AuthenticateOidcConfigProperty -> Maybe (Value Text)
issuer :: AuthenticateOidcConfigProperty -> Value Text
onUnauthenticatedRequest :: AuthenticateOidcConfigProperty -> Maybe (Value Text)
scope :: AuthenticateOidcConfigProperty -> Maybe (Value Text)
sessionCookieName :: AuthenticateOidcConfigProperty -> Maybe (Value Text)
sessionTimeout :: AuthenticateOidcConfigProperty -> Maybe (Value Integer)
tokenEndpoint :: AuthenticateOidcConfigProperty -> Value Text
useExistingClientSecret :: AuthenticateOidcConfigProperty -> Maybe (Value Bool)
userInfoEndpoint :: AuthenticateOidcConfigProperty -> Value Text
haddock_workaround_ :: ()
authenticationRequestExtraParams :: Maybe (Map Text (Value Text))
authorizationEndpoint :: Value Text
clientId :: Value Text
clientSecret :: Maybe (Value Text)
issuer :: Value Text
onUnauthenticatedRequest :: Maybe (Value Text)
scope :: Maybe (Value Text)
sessionCookieName :: Maybe (Value Text)
sessionTimeout :: Maybe (Value Integer)
tokenEndpoint :: Value Text
useExistingClientSecret :: Maybe (Value Bool)
userInfoEndpoint :: Value Text
..}
    = AuthenticateOidcConfigProperty
        {sessionTimeout :: Maybe (Value Integer)
sessionTimeout = Value Integer -> Maybe (Value Integer)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "SessionTimeout" AuthenticateOidcConfigProperty
Value Integer
newValue, Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
authenticationRequestExtraParams :: Maybe (Map Text (Value Text))
authorizationEndpoint :: Value Text
clientId :: Value Text
clientSecret :: Maybe (Value Text)
issuer :: Value Text
onUnauthenticatedRequest :: Maybe (Value Text)
scope :: Maybe (Value Text)
sessionCookieName :: Maybe (Value Text)
tokenEndpoint :: Value Text
useExistingClientSecret :: Maybe (Value Bool)
userInfoEndpoint :: Value Text
haddock_workaround_ :: ()
authenticationRequestExtraParams :: Maybe (Map Text (Value Text))
authorizationEndpoint :: Value Text
clientId :: Value Text
clientSecret :: Maybe (Value Text)
issuer :: Value Text
onUnauthenticatedRequest :: Maybe (Value Text)
scope :: Maybe (Value Text)
sessionCookieName :: Maybe (Value Text)
tokenEndpoint :: Value Text
useExistingClientSecret :: Maybe (Value Bool)
userInfoEndpoint :: Value Text
..}
instance Property "TokenEndpoint" AuthenticateOidcConfigProperty where
  type PropertyType "TokenEndpoint" AuthenticateOidcConfigProperty = Value Prelude.Text
  set :: PropertyType "TokenEndpoint" AuthenticateOidcConfigProperty
-> AuthenticateOidcConfigProperty -> AuthenticateOidcConfigProperty
set PropertyType "TokenEndpoint" AuthenticateOidcConfigProperty
newValue AuthenticateOidcConfigProperty {Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: AuthenticateOidcConfigProperty -> ()
authenticationRequestExtraParams :: AuthenticateOidcConfigProperty -> Maybe (Map Text (Value Text))
authorizationEndpoint :: AuthenticateOidcConfigProperty -> Value Text
clientId :: AuthenticateOidcConfigProperty -> Value Text
clientSecret :: AuthenticateOidcConfigProperty -> Maybe (Value Text)
issuer :: AuthenticateOidcConfigProperty -> Value Text
onUnauthenticatedRequest :: AuthenticateOidcConfigProperty -> Maybe (Value Text)
scope :: AuthenticateOidcConfigProperty -> Maybe (Value Text)
sessionCookieName :: AuthenticateOidcConfigProperty -> Maybe (Value Text)
sessionTimeout :: AuthenticateOidcConfigProperty -> Maybe (Value Integer)
tokenEndpoint :: AuthenticateOidcConfigProperty -> Value Text
useExistingClientSecret :: AuthenticateOidcConfigProperty -> Maybe (Value Bool)
userInfoEndpoint :: AuthenticateOidcConfigProperty -> Value Text
haddock_workaround_ :: ()
authenticationRequestExtraParams :: Maybe (Map Text (Value Text))
authorizationEndpoint :: Value Text
clientId :: Value Text
clientSecret :: Maybe (Value Text)
issuer :: Value Text
onUnauthenticatedRequest :: Maybe (Value Text)
scope :: Maybe (Value Text)
sessionCookieName :: Maybe (Value Text)
sessionTimeout :: Maybe (Value Integer)
tokenEndpoint :: Value Text
useExistingClientSecret :: Maybe (Value Bool)
userInfoEndpoint :: Value Text
..}
    = AuthenticateOidcConfigProperty {tokenEndpoint :: Value Text
tokenEndpoint = PropertyType "TokenEndpoint" AuthenticateOidcConfigProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
authenticationRequestExtraParams :: Maybe (Map Text (Value Text))
authorizationEndpoint :: Value Text
clientId :: Value Text
clientSecret :: Maybe (Value Text)
issuer :: Value Text
onUnauthenticatedRequest :: Maybe (Value Text)
scope :: Maybe (Value Text)
sessionCookieName :: Maybe (Value Text)
sessionTimeout :: Maybe (Value Integer)
useExistingClientSecret :: Maybe (Value Bool)
userInfoEndpoint :: Value Text
haddock_workaround_ :: ()
authenticationRequestExtraParams :: Maybe (Map Text (Value Text))
authorizationEndpoint :: Value Text
clientId :: Value Text
clientSecret :: Maybe (Value Text)
issuer :: Value Text
onUnauthenticatedRequest :: Maybe (Value Text)
scope :: Maybe (Value Text)
sessionCookieName :: Maybe (Value Text)
sessionTimeout :: Maybe (Value Integer)
useExistingClientSecret :: Maybe (Value Bool)
userInfoEndpoint :: Value Text
..}
instance Property "UseExistingClientSecret" AuthenticateOidcConfigProperty where
  type PropertyType "UseExistingClientSecret" AuthenticateOidcConfigProperty = Value Prelude.Bool
  set :: PropertyType
  "UseExistingClientSecret" AuthenticateOidcConfigProperty
-> AuthenticateOidcConfigProperty -> AuthenticateOidcConfigProperty
set PropertyType
  "UseExistingClientSecret" AuthenticateOidcConfigProperty
newValue AuthenticateOidcConfigProperty {Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: AuthenticateOidcConfigProperty -> ()
authenticationRequestExtraParams :: AuthenticateOidcConfigProperty -> Maybe (Map Text (Value Text))
authorizationEndpoint :: AuthenticateOidcConfigProperty -> Value Text
clientId :: AuthenticateOidcConfigProperty -> Value Text
clientSecret :: AuthenticateOidcConfigProperty -> Maybe (Value Text)
issuer :: AuthenticateOidcConfigProperty -> Value Text
onUnauthenticatedRequest :: AuthenticateOidcConfigProperty -> Maybe (Value Text)
scope :: AuthenticateOidcConfigProperty -> Maybe (Value Text)
sessionCookieName :: AuthenticateOidcConfigProperty -> Maybe (Value Text)
sessionTimeout :: AuthenticateOidcConfigProperty -> Maybe (Value Integer)
tokenEndpoint :: AuthenticateOidcConfigProperty -> Value Text
useExistingClientSecret :: AuthenticateOidcConfigProperty -> Maybe (Value Bool)
userInfoEndpoint :: AuthenticateOidcConfigProperty -> Value Text
haddock_workaround_ :: ()
authenticationRequestExtraParams :: Maybe (Map Text (Value Text))
authorizationEndpoint :: Value Text
clientId :: Value Text
clientSecret :: Maybe (Value Text)
issuer :: Value Text
onUnauthenticatedRequest :: Maybe (Value Text)
scope :: Maybe (Value Text)
sessionCookieName :: Maybe (Value Text)
sessionTimeout :: Maybe (Value Integer)
tokenEndpoint :: Value Text
useExistingClientSecret :: Maybe (Value Bool)
userInfoEndpoint :: Value Text
..}
    = AuthenticateOidcConfigProperty
        {useExistingClientSecret :: Maybe (Value Bool)
useExistingClientSecret = Value Bool -> Maybe (Value Bool)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
  "UseExistingClientSecret" AuthenticateOidcConfigProperty
Value Bool
newValue, Maybe (Map Text (Value Text))
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
authenticationRequestExtraParams :: Maybe (Map Text (Value Text))
authorizationEndpoint :: Value Text
clientId :: Value Text
clientSecret :: Maybe (Value Text)
issuer :: Value Text
onUnauthenticatedRequest :: Maybe (Value Text)
scope :: Maybe (Value Text)
sessionCookieName :: Maybe (Value Text)
sessionTimeout :: Maybe (Value Integer)
tokenEndpoint :: Value Text
userInfoEndpoint :: Value Text
haddock_workaround_ :: ()
authenticationRequestExtraParams :: Maybe (Map Text (Value Text))
authorizationEndpoint :: Value Text
clientId :: Value Text
clientSecret :: Maybe (Value Text)
issuer :: Value Text
onUnauthenticatedRequest :: Maybe (Value Text)
scope :: Maybe (Value Text)
sessionCookieName :: Maybe (Value Text)
sessionTimeout :: Maybe (Value Integer)
tokenEndpoint :: Value Text
userInfoEndpoint :: Value Text
..}
instance Property "UserInfoEndpoint" AuthenticateOidcConfigProperty where
  type PropertyType "UserInfoEndpoint" AuthenticateOidcConfigProperty = Value Prelude.Text
  set :: PropertyType "UserInfoEndpoint" AuthenticateOidcConfigProperty
-> AuthenticateOidcConfigProperty -> AuthenticateOidcConfigProperty
set PropertyType "UserInfoEndpoint" AuthenticateOidcConfigProperty
newValue AuthenticateOidcConfigProperty {Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: AuthenticateOidcConfigProperty -> ()
authenticationRequestExtraParams :: AuthenticateOidcConfigProperty -> Maybe (Map Text (Value Text))
authorizationEndpoint :: AuthenticateOidcConfigProperty -> Value Text
clientId :: AuthenticateOidcConfigProperty -> Value Text
clientSecret :: AuthenticateOidcConfigProperty -> Maybe (Value Text)
issuer :: AuthenticateOidcConfigProperty -> Value Text
onUnauthenticatedRequest :: AuthenticateOidcConfigProperty -> Maybe (Value Text)
scope :: AuthenticateOidcConfigProperty -> Maybe (Value Text)
sessionCookieName :: AuthenticateOidcConfigProperty -> Maybe (Value Text)
sessionTimeout :: AuthenticateOidcConfigProperty -> Maybe (Value Integer)
tokenEndpoint :: AuthenticateOidcConfigProperty -> Value Text
useExistingClientSecret :: AuthenticateOidcConfigProperty -> Maybe (Value Bool)
userInfoEndpoint :: AuthenticateOidcConfigProperty -> Value Text
haddock_workaround_ :: ()
authenticationRequestExtraParams :: Maybe (Map Text (Value Text))
authorizationEndpoint :: Value Text
clientId :: Value Text
clientSecret :: Maybe (Value Text)
issuer :: Value Text
onUnauthenticatedRequest :: Maybe (Value Text)
scope :: Maybe (Value Text)
sessionCookieName :: Maybe (Value Text)
sessionTimeout :: Maybe (Value Integer)
tokenEndpoint :: Value Text
useExistingClientSecret :: Maybe (Value Bool)
userInfoEndpoint :: Value Text
..}
    = AuthenticateOidcConfigProperty {userInfoEndpoint :: Value Text
userInfoEndpoint = PropertyType "UserInfoEndpoint" AuthenticateOidcConfigProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
authenticationRequestExtraParams :: Maybe (Map Text (Value Text))
authorizationEndpoint :: Value Text
clientId :: Value Text
clientSecret :: Maybe (Value Text)
issuer :: Value Text
onUnauthenticatedRequest :: Maybe (Value Text)
scope :: Maybe (Value Text)
sessionCookieName :: Maybe (Value Text)
sessionTimeout :: Maybe (Value Integer)
tokenEndpoint :: Value Text
useExistingClientSecret :: Maybe (Value Bool)
haddock_workaround_ :: ()
authenticationRequestExtraParams :: Maybe (Map Text (Value Text))
authorizationEndpoint :: Value Text
clientId :: Value Text
clientSecret :: Maybe (Value Text)
issuer :: Value Text
onUnauthenticatedRequest :: Maybe (Value Text)
scope :: Maybe (Value Text)
sessionCookieName :: Maybe (Value Text)
sessionTimeout :: Maybe (Value Integer)
tokenEndpoint :: Value Text
useExistingClientSecret :: Maybe (Value Bool)
..}