module Stratosphere.PCAConnectorAD.Template.TemplateV2Property (
        module Exports, TemplateV2Property(..), mkTemplateV2Property
    ) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import {-# SOURCE #-} Stratosphere.PCAConnectorAD.Template.CertificateValidityProperty as Exports
import {-# SOURCE #-} Stratosphere.PCAConnectorAD.Template.EnrollmentFlagsV2Property as Exports
import {-# SOURCE #-} Stratosphere.PCAConnectorAD.Template.ExtensionsV2Property as Exports
import {-# SOURCE #-} Stratosphere.PCAConnectorAD.Template.GeneralFlagsV2Property as Exports
import {-# SOURCE #-} Stratosphere.PCAConnectorAD.Template.PrivateKeyAttributesV2Property as Exports
import {-# SOURCE #-} Stratosphere.PCAConnectorAD.Template.PrivateKeyFlagsV2Property as Exports
import {-# SOURCE #-} Stratosphere.PCAConnectorAD.Template.SubjectNameFlagsV2Property as Exports
import Stratosphere.ResourceProperties
import Stratosphere.Value
data TemplateV2Property
  = -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorad-template-templatev2.html>
    TemplateV2Property {TemplateV2Property -> ()
haddock_workaround_ :: (),
                        -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorad-template-templatev2.html#cfn-pcaconnectorad-template-templatev2-certificatevalidity>
                        TemplateV2Property -> CertificateValidityProperty
certificateValidity :: CertificateValidityProperty,
                        -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorad-template-templatev2.html#cfn-pcaconnectorad-template-templatev2-enrollmentflags>
                        TemplateV2Property -> EnrollmentFlagsV2Property
enrollmentFlags :: EnrollmentFlagsV2Property,
                        -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorad-template-templatev2.html#cfn-pcaconnectorad-template-templatev2-extensions>
                        TemplateV2Property -> ExtensionsV2Property
extensions :: ExtensionsV2Property,
                        -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorad-template-templatev2.html#cfn-pcaconnectorad-template-templatev2-generalflags>
                        TemplateV2Property -> GeneralFlagsV2Property
generalFlags :: GeneralFlagsV2Property,
                        -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorad-template-templatev2.html#cfn-pcaconnectorad-template-templatev2-privatekeyattributes>
                        TemplateV2Property -> PrivateKeyAttributesV2Property
privateKeyAttributes :: PrivateKeyAttributesV2Property,
                        -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorad-template-templatev2.html#cfn-pcaconnectorad-template-templatev2-privatekeyflags>
                        TemplateV2Property -> PrivateKeyFlagsV2Property
privateKeyFlags :: PrivateKeyFlagsV2Property,
                        -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorad-template-templatev2.html#cfn-pcaconnectorad-template-templatev2-subjectnameflags>
                        TemplateV2Property -> SubjectNameFlagsV2Property
subjectNameFlags :: SubjectNameFlagsV2Property,
                        -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorad-template-templatev2.html#cfn-pcaconnectorad-template-templatev2-supersededtemplates>
                        TemplateV2Property -> Maybe (ValueList Text)
supersededTemplates :: (Prelude.Maybe (ValueList Prelude.Text))}
  deriving stock (TemplateV2Property -> TemplateV2Property -> Bool
(TemplateV2Property -> TemplateV2Property -> Bool)
-> (TemplateV2Property -> TemplateV2Property -> Bool)
-> Eq TemplateV2Property
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: TemplateV2Property -> TemplateV2Property -> Bool
== :: TemplateV2Property -> TemplateV2Property -> Bool
$c/= :: TemplateV2Property -> TemplateV2Property -> Bool
/= :: TemplateV2Property -> TemplateV2Property -> Bool
Prelude.Eq, Int -> TemplateV2Property -> ShowS
[TemplateV2Property] -> ShowS
TemplateV2Property -> String
(Int -> TemplateV2Property -> ShowS)
-> (TemplateV2Property -> String)
-> ([TemplateV2Property] -> ShowS)
-> Show TemplateV2Property
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> TemplateV2Property -> ShowS
showsPrec :: Int -> TemplateV2Property -> ShowS
$cshow :: TemplateV2Property -> String
show :: TemplateV2Property -> String
$cshowList :: [TemplateV2Property] -> ShowS
showList :: [TemplateV2Property] -> ShowS
Prelude.Show)
mkTemplateV2Property ::
  CertificateValidityProperty
  -> EnrollmentFlagsV2Property
     -> ExtensionsV2Property
        -> GeneralFlagsV2Property
           -> PrivateKeyAttributesV2Property
              -> PrivateKeyFlagsV2Property
                 -> SubjectNameFlagsV2Property -> TemplateV2Property
mkTemplateV2Property :: CertificateValidityProperty
-> EnrollmentFlagsV2Property
-> ExtensionsV2Property
-> GeneralFlagsV2Property
-> PrivateKeyAttributesV2Property
-> PrivateKeyFlagsV2Property
-> SubjectNameFlagsV2Property
-> TemplateV2Property
mkTemplateV2Property
  CertificateValidityProperty
certificateValidity
  EnrollmentFlagsV2Property
enrollmentFlags
  ExtensionsV2Property
extensions
  GeneralFlagsV2Property
generalFlags
  PrivateKeyAttributesV2Property
privateKeyAttributes
  PrivateKeyFlagsV2Property
privateKeyFlags
  SubjectNameFlagsV2Property
subjectNameFlags
  = TemplateV2Property
      {haddock_workaround_ :: ()
haddock_workaround_ = (),
       certificateValidity :: CertificateValidityProperty
certificateValidity = CertificateValidityProperty
certificateValidity,
       enrollmentFlags :: EnrollmentFlagsV2Property
enrollmentFlags = EnrollmentFlagsV2Property
enrollmentFlags, extensions :: ExtensionsV2Property
extensions = ExtensionsV2Property
extensions,
       generalFlags :: GeneralFlagsV2Property
generalFlags = GeneralFlagsV2Property
generalFlags,
       privateKeyAttributes :: PrivateKeyAttributesV2Property
privateKeyAttributes = PrivateKeyAttributesV2Property
privateKeyAttributes,
       privateKeyFlags :: PrivateKeyFlagsV2Property
privateKeyFlags = PrivateKeyFlagsV2Property
privateKeyFlags,
       subjectNameFlags :: SubjectNameFlagsV2Property
subjectNameFlags = SubjectNameFlagsV2Property
subjectNameFlags,
       supersededTemplates :: Maybe (ValueList Text)
supersededTemplates = Maybe (ValueList Text)
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties TemplateV2Property where
  toResourceProperties :: TemplateV2Property -> ResourceProperties
toResourceProperties TemplateV2Property {Maybe (ValueList Text)
()
EnrollmentFlagsV2Property
GeneralFlagsV2Property
ExtensionsV2Property
PrivateKeyAttributesV2Property
PrivateKeyFlagsV2Property
SubjectNameFlagsV2Property
CertificateValidityProperty
haddock_workaround_ :: TemplateV2Property -> ()
certificateValidity :: TemplateV2Property -> CertificateValidityProperty
enrollmentFlags :: TemplateV2Property -> EnrollmentFlagsV2Property
extensions :: TemplateV2Property -> ExtensionsV2Property
generalFlags :: TemplateV2Property -> GeneralFlagsV2Property
privateKeyAttributes :: TemplateV2Property -> PrivateKeyAttributesV2Property
privateKeyFlags :: TemplateV2Property -> PrivateKeyFlagsV2Property
subjectNameFlags :: TemplateV2Property -> SubjectNameFlagsV2Property
supersededTemplates :: TemplateV2Property -> Maybe (ValueList Text)
haddock_workaround_ :: ()
certificateValidity :: CertificateValidityProperty
enrollmentFlags :: EnrollmentFlagsV2Property
extensions :: ExtensionsV2Property
generalFlags :: GeneralFlagsV2Property
privateKeyAttributes :: PrivateKeyAttributesV2Property
privateKeyFlags :: PrivateKeyFlagsV2Property
subjectNameFlags :: SubjectNameFlagsV2Property
supersededTemplates :: Maybe (ValueList Text)
..}
    = ResourceProperties
        {awsType :: Text
awsType = Text
"AWS::PCAConnectorAD::Template.TemplateV2",
         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
"CertificateValidity" Key -> CertificateValidityProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= CertificateValidityProperty
certificateValidity,
                            Key
"EnrollmentFlags" Key -> EnrollmentFlagsV2Property -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= EnrollmentFlagsV2Property
enrollmentFlags,
                            Key
"Extensions" Key -> ExtensionsV2Property -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= ExtensionsV2Property
extensions,
                            Key
"GeneralFlags" Key -> GeneralFlagsV2Property -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= GeneralFlagsV2Property
generalFlags,
                            Key
"PrivateKeyAttributes" Key -> PrivateKeyAttributesV2Property -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= PrivateKeyAttributesV2Property
privateKeyAttributes,
                            Key
"PrivateKeyFlags" Key -> PrivateKeyFlagsV2Property -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= PrivateKeyFlagsV2Property
privateKeyFlags,
                            Key
"SubjectNameFlags" Key -> SubjectNameFlagsV2Property -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= SubjectNameFlagsV2Property
subjectNameFlags]
                           ([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
                              [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..=) Key
"SupersededTemplates"
                                 (ValueList Text -> (Key, Value))
-> Maybe (ValueList Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (ValueList Text)
supersededTemplates]))}
instance JSON.ToJSON TemplateV2Property where
  toJSON :: TemplateV2Property -> Value
toJSON TemplateV2Property {Maybe (ValueList Text)
()
EnrollmentFlagsV2Property
GeneralFlagsV2Property
ExtensionsV2Property
PrivateKeyAttributesV2Property
PrivateKeyFlagsV2Property
SubjectNameFlagsV2Property
CertificateValidityProperty
haddock_workaround_ :: TemplateV2Property -> ()
certificateValidity :: TemplateV2Property -> CertificateValidityProperty
enrollmentFlags :: TemplateV2Property -> EnrollmentFlagsV2Property
extensions :: TemplateV2Property -> ExtensionsV2Property
generalFlags :: TemplateV2Property -> GeneralFlagsV2Property
privateKeyAttributes :: TemplateV2Property -> PrivateKeyAttributesV2Property
privateKeyFlags :: TemplateV2Property -> PrivateKeyFlagsV2Property
subjectNameFlags :: TemplateV2Property -> SubjectNameFlagsV2Property
supersededTemplates :: TemplateV2Property -> Maybe (ValueList Text)
haddock_workaround_ :: ()
certificateValidity :: CertificateValidityProperty
enrollmentFlags :: EnrollmentFlagsV2Property
extensions :: ExtensionsV2Property
generalFlags :: GeneralFlagsV2Property
privateKeyAttributes :: PrivateKeyAttributesV2Property
privateKeyFlags :: PrivateKeyFlagsV2Property
subjectNameFlags :: SubjectNameFlagsV2Property
supersededTemplates :: Maybe (ValueList 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
"CertificateValidity" Key -> CertificateValidityProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= CertificateValidityProperty
certificateValidity,
               Key
"EnrollmentFlags" Key -> EnrollmentFlagsV2Property -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= EnrollmentFlagsV2Property
enrollmentFlags,
               Key
"Extensions" Key -> ExtensionsV2Property -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= ExtensionsV2Property
extensions,
               Key
"GeneralFlags" Key -> GeneralFlagsV2Property -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= GeneralFlagsV2Property
generalFlags,
               Key
"PrivateKeyAttributes" Key -> PrivateKeyAttributesV2Property -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= PrivateKeyAttributesV2Property
privateKeyAttributes,
               Key
"PrivateKeyFlags" Key -> PrivateKeyFlagsV2Property -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= PrivateKeyFlagsV2Property
privateKeyFlags,
               Key
"SubjectNameFlags" Key -> SubjectNameFlagsV2Property -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= SubjectNameFlagsV2Property
subjectNameFlags]
              ([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
                 [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..=) Key
"SupersededTemplates"
                    (ValueList Text -> (Key, Value))
-> Maybe (ValueList Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (ValueList Text)
supersededTemplates])))
instance Property "CertificateValidity" TemplateV2Property where
  type PropertyType "CertificateValidity" TemplateV2Property = CertificateValidityProperty
  set :: PropertyType "CertificateValidity" TemplateV2Property
-> TemplateV2Property -> TemplateV2Property
set PropertyType "CertificateValidity" TemplateV2Property
newValue TemplateV2Property {Maybe (ValueList Text)
()
EnrollmentFlagsV2Property
GeneralFlagsV2Property
ExtensionsV2Property
PrivateKeyAttributesV2Property
PrivateKeyFlagsV2Property
SubjectNameFlagsV2Property
CertificateValidityProperty
haddock_workaround_ :: TemplateV2Property -> ()
certificateValidity :: TemplateV2Property -> CertificateValidityProperty
enrollmentFlags :: TemplateV2Property -> EnrollmentFlagsV2Property
extensions :: TemplateV2Property -> ExtensionsV2Property
generalFlags :: TemplateV2Property -> GeneralFlagsV2Property
privateKeyAttributes :: TemplateV2Property -> PrivateKeyAttributesV2Property
privateKeyFlags :: TemplateV2Property -> PrivateKeyFlagsV2Property
subjectNameFlags :: TemplateV2Property -> SubjectNameFlagsV2Property
supersededTemplates :: TemplateV2Property -> Maybe (ValueList Text)
haddock_workaround_ :: ()
certificateValidity :: CertificateValidityProperty
enrollmentFlags :: EnrollmentFlagsV2Property
extensions :: ExtensionsV2Property
generalFlags :: GeneralFlagsV2Property
privateKeyAttributes :: PrivateKeyAttributesV2Property
privateKeyFlags :: PrivateKeyFlagsV2Property
subjectNameFlags :: SubjectNameFlagsV2Property
supersededTemplates :: Maybe (ValueList Text)
..}
    = TemplateV2Property {certificateValidity :: CertificateValidityProperty
certificateValidity = PropertyType "CertificateValidity" TemplateV2Property
CertificateValidityProperty
newValue, Maybe (ValueList Text)
()
EnrollmentFlagsV2Property
GeneralFlagsV2Property
ExtensionsV2Property
PrivateKeyAttributesV2Property
PrivateKeyFlagsV2Property
SubjectNameFlagsV2Property
haddock_workaround_ :: ()
enrollmentFlags :: EnrollmentFlagsV2Property
extensions :: ExtensionsV2Property
generalFlags :: GeneralFlagsV2Property
privateKeyAttributes :: PrivateKeyAttributesV2Property
privateKeyFlags :: PrivateKeyFlagsV2Property
subjectNameFlags :: SubjectNameFlagsV2Property
supersededTemplates :: Maybe (ValueList Text)
haddock_workaround_ :: ()
enrollmentFlags :: EnrollmentFlagsV2Property
extensions :: ExtensionsV2Property
generalFlags :: GeneralFlagsV2Property
privateKeyAttributes :: PrivateKeyAttributesV2Property
privateKeyFlags :: PrivateKeyFlagsV2Property
subjectNameFlags :: SubjectNameFlagsV2Property
supersededTemplates :: Maybe (ValueList Text)
..}
instance Property "EnrollmentFlags" TemplateV2Property where
  type PropertyType "EnrollmentFlags" TemplateV2Property = EnrollmentFlagsV2Property
  set :: PropertyType "EnrollmentFlags" TemplateV2Property
-> TemplateV2Property -> TemplateV2Property
set PropertyType "EnrollmentFlags" TemplateV2Property
newValue TemplateV2Property {Maybe (ValueList Text)
()
EnrollmentFlagsV2Property
GeneralFlagsV2Property
ExtensionsV2Property
PrivateKeyAttributesV2Property
PrivateKeyFlagsV2Property
SubjectNameFlagsV2Property
CertificateValidityProperty
haddock_workaround_ :: TemplateV2Property -> ()
certificateValidity :: TemplateV2Property -> CertificateValidityProperty
enrollmentFlags :: TemplateV2Property -> EnrollmentFlagsV2Property
extensions :: TemplateV2Property -> ExtensionsV2Property
generalFlags :: TemplateV2Property -> GeneralFlagsV2Property
privateKeyAttributes :: TemplateV2Property -> PrivateKeyAttributesV2Property
privateKeyFlags :: TemplateV2Property -> PrivateKeyFlagsV2Property
subjectNameFlags :: TemplateV2Property -> SubjectNameFlagsV2Property
supersededTemplates :: TemplateV2Property -> Maybe (ValueList Text)
haddock_workaround_ :: ()
certificateValidity :: CertificateValidityProperty
enrollmentFlags :: EnrollmentFlagsV2Property
extensions :: ExtensionsV2Property
generalFlags :: GeneralFlagsV2Property
privateKeyAttributes :: PrivateKeyAttributesV2Property
privateKeyFlags :: PrivateKeyFlagsV2Property
subjectNameFlags :: SubjectNameFlagsV2Property
supersededTemplates :: Maybe (ValueList Text)
..}
    = TemplateV2Property {enrollmentFlags :: EnrollmentFlagsV2Property
enrollmentFlags = PropertyType "EnrollmentFlags" TemplateV2Property
EnrollmentFlagsV2Property
newValue, Maybe (ValueList Text)
()
GeneralFlagsV2Property
ExtensionsV2Property
PrivateKeyAttributesV2Property
PrivateKeyFlagsV2Property
SubjectNameFlagsV2Property
CertificateValidityProperty
haddock_workaround_ :: ()
certificateValidity :: CertificateValidityProperty
extensions :: ExtensionsV2Property
generalFlags :: GeneralFlagsV2Property
privateKeyAttributes :: PrivateKeyAttributesV2Property
privateKeyFlags :: PrivateKeyFlagsV2Property
subjectNameFlags :: SubjectNameFlagsV2Property
supersededTemplates :: Maybe (ValueList Text)
haddock_workaround_ :: ()
certificateValidity :: CertificateValidityProperty
extensions :: ExtensionsV2Property
generalFlags :: GeneralFlagsV2Property
privateKeyAttributes :: PrivateKeyAttributesV2Property
privateKeyFlags :: PrivateKeyFlagsV2Property
subjectNameFlags :: SubjectNameFlagsV2Property
supersededTemplates :: Maybe (ValueList Text)
..}
instance Property "Extensions" TemplateV2Property where
  type PropertyType "Extensions" TemplateV2Property = ExtensionsV2Property
  set :: PropertyType "Extensions" TemplateV2Property
-> TemplateV2Property -> TemplateV2Property
set PropertyType "Extensions" TemplateV2Property
newValue TemplateV2Property {Maybe (ValueList Text)
()
EnrollmentFlagsV2Property
GeneralFlagsV2Property
ExtensionsV2Property
PrivateKeyAttributesV2Property
PrivateKeyFlagsV2Property
SubjectNameFlagsV2Property
CertificateValidityProperty
haddock_workaround_ :: TemplateV2Property -> ()
certificateValidity :: TemplateV2Property -> CertificateValidityProperty
enrollmentFlags :: TemplateV2Property -> EnrollmentFlagsV2Property
extensions :: TemplateV2Property -> ExtensionsV2Property
generalFlags :: TemplateV2Property -> GeneralFlagsV2Property
privateKeyAttributes :: TemplateV2Property -> PrivateKeyAttributesV2Property
privateKeyFlags :: TemplateV2Property -> PrivateKeyFlagsV2Property
subjectNameFlags :: TemplateV2Property -> SubjectNameFlagsV2Property
supersededTemplates :: TemplateV2Property -> Maybe (ValueList Text)
haddock_workaround_ :: ()
certificateValidity :: CertificateValidityProperty
enrollmentFlags :: EnrollmentFlagsV2Property
extensions :: ExtensionsV2Property
generalFlags :: GeneralFlagsV2Property
privateKeyAttributes :: PrivateKeyAttributesV2Property
privateKeyFlags :: PrivateKeyFlagsV2Property
subjectNameFlags :: SubjectNameFlagsV2Property
supersededTemplates :: Maybe (ValueList Text)
..}
    = TemplateV2Property {extensions :: ExtensionsV2Property
extensions = PropertyType "Extensions" TemplateV2Property
ExtensionsV2Property
newValue, Maybe (ValueList Text)
()
EnrollmentFlagsV2Property
GeneralFlagsV2Property
PrivateKeyAttributesV2Property
PrivateKeyFlagsV2Property
SubjectNameFlagsV2Property
CertificateValidityProperty
haddock_workaround_ :: ()
certificateValidity :: CertificateValidityProperty
enrollmentFlags :: EnrollmentFlagsV2Property
generalFlags :: GeneralFlagsV2Property
privateKeyAttributes :: PrivateKeyAttributesV2Property
privateKeyFlags :: PrivateKeyFlagsV2Property
subjectNameFlags :: SubjectNameFlagsV2Property
supersededTemplates :: Maybe (ValueList Text)
haddock_workaround_ :: ()
certificateValidity :: CertificateValidityProperty
enrollmentFlags :: EnrollmentFlagsV2Property
generalFlags :: GeneralFlagsV2Property
privateKeyAttributes :: PrivateKeyAttributesV2Property
privateKeyFlags :: PrivateKeyFlagsV2Property
subjectNameFlags :: SubjectNameFlagsV2Property
supersededTemplates :: Maybe (ValueList Text)
..}
instance Property "GeneralFlags" TemplateV2Property where
  type PropertyType "GeneralFlags" TemplateV2Property = GeneralFlagsV2Property
  set :: PropertyType "GeneralFlags" TemplateV2Property
-> TemplateV2Property -> TemplateV2Property
set PropertyType "GeneralFlags" TemplateV2Property
newValue TemplateV2Property {Maybe (ValueList Text)
()
EnrollmentFlagsV2Property
GeneralFlagsV2Property
ExtensionsV2Property
PrivateKeyAttributesV2Property
PrivateKeyFlagsV2Property
SubjectNameFlagsV2Property
CertificateValidityProperty
haddock_workaround_ :: TemplateV2Property -> ()
certificateValidity :: TemplateV2Property -> CertificateValidityProperty
enrollmentFlags :: TemplateV2Property -> EnrollmentFlagsV2Property
extensions :: TemplateV2Property -> ExtensionsV2Property
generalFlags :: TemplateV2Property -> GeneralFlagsV2Property
privateKeyAttributes :: TemplateV2Property -> PrivateKeyAttributesV2Property
privateKeyFlags :: TemplateV2Property -> PrivateKeyFlagsV2Property
subjectNameFlags :: TemplateV2Property -> SubjectNameFlagsV2Property
supersededTemplates :: TemplateV2Property -> Maybe (ValueList Text)
haddock_workaround_ :: ()
certificateValidity :: CertificateValidityProperty
enrollmentFlags :: EnrollmentFlagsV2Property
extensions :: ExtensionsV2Property
generalFlags :: GeneralFlagsV2Property
privateKeyAttributes :: PrivateKeyAttributesV2Property
privateKeyFlags :: PrivateKeyFlagsV2Property
subjectNameFlags :: SubjectNameFlagsV2Property
supersededTemplates :: Maybe (ValueList Text)
..}
    = TemplateV2Property {generalFlags :: GeneralFlagsV2Property
generalFlags = PropertyType "GeneralFlags" TemplateV2Property
GeneralFlagsV2Property
newValue, Maybe (ValueList Text)
()
EnrollmentFlagsV2Property
ExtensionsV2Property
PrivateKeyAttributesV2Property
PrivateKeyFlagsV2Property
SubjectNameFlagsV2Property
CertificateValidityProperty
haddock_workaround_ :: ()
certificateValidity :: CertificateValidityProperty
enrollmentFlags :: EnrollmentFlagsV2Property
extensions :: ExtensionsV2Property
privateKeyAttributes :: PrivateKeyAttributesV2Property
privateKeyFlags :: PrivateKeyFlagsV2Property
subjectNameFlags :: SubjectNameFlagsV2Property
supersededTemplates :: Maybe (ValueList Text)
haddock_workaround_ :: ()
certificateValidity :: CertificateValidityProperty
enrollmentFlags :: EnrollmentFlagsV2Property
extensions :: ExtensionsV2Property
privateKeyAttributes :: PrivateKeyAttributesV2Property
privateKeyFlags :: PrivateKeyFlagsV2Property
subjectNameFlags :: SubjectNameFlagsV2Property
supersededTemplates :: Maybe (ValueList Text)
..}
instance Property "PrivateKeyAttributes" TemplateV2Property where
  type PropertyType "PrivateKeyAttributes" TemplateV2Property = PrivateKeyAttributesV2Property
  set :: PropertyType "PrivateKeyAttributes" TemplateV2Property
-> TemplateV2Property -> TemplateV2Property
set PropertyType "PrivateKeyAttributes" TemplateV2Property
newValue TemplateV2Property {Maybe (ValueList Text)
()
EnrollmentFlagsV2Property
GeneralFlagsV2Property
ExtensionsV2Property
PrivateKeyAttributesV2Property
PrivateKeyFlagsV2Property
SubjectNameFlagsV2Property
CertificateValidityProperty
haddock_workaround_ :: TemplateV2Property -> ()
certificateValidity :: TemplateV2Property -> CertificateValidityProperty
enrollmentFlags :: TemplateV2Property -> EnrollmentFlagsV2Property
extensions :: TemplateV2Property -> ExtensionsV2Property
generalFlags :: TemplateV2Property -> GeneralFlagsV2Property
privateKeyAttributes :: TemplateV2Property -> PrivateKeyAttributesV2Property
privateKeyFlags :: TemplateV2Property -> PrivateKeyFlagsV2Property
subjectNameFlags :: TemplateV2Property -> SubjectNameFlagsV2Property
supersededTemplates :: TemplateV2Property -> Maybe (ValueList Text)
haddock_workaround_ :: ()
certificateValidity :: CertificateValidityProperty
enrollmentFlags :: EnrollmentFlagsV2Property
extensions :: ExtensionsV2Property
generalFlags :: GeneralFlagsV2Property
privateKeyAttributes :: PrivateKeyAttributesV2Property
privateKeyFlags :: PrivateKeyFlagsV2Property
subjectNameFlags :: SubjectNameFlagsV2Property
supersededTemplates :: Maybe (ValueList Text)
..}
    = TemplateV2Property {privateKeyAttributes :: PrivateKeyAttributesV2Property
privateKeyAttributes = PropertyType "PrivateKeyAttributes" TemplateV2Property
PrivateKeyAttributesV2Property
newValue, Maybe (ValueList Text)
()
EnrollmentFlagsV2Property
GeneralFlagsV2Property
ExtensionsV2Property
PrivateKeyFlagsV2Property
SubjectNameFlagsV2Property
CertificateValidityProperty
haddock_workaround_ :: ()
certificateValidity :: CertificateValidityProperty
enrollmentFlags :: EnrollmentFlagsV2Property
extensions :: ExtensionsV2Property
generalFlags :: GeneralFlagsV2Property
privateKeyFlags :: PrivateKeyFlagsV2Property
subjectNameFlags :: SubjectNameFlagsV2Property
supersededTemplates :: Maybe (ValueList Text)
haddock_workaround_ :: ()
certificateValidity :: CertificateValidityProperty
enrollmentFlags :: EnrollmentFlagsV2Property
extensions :: ExtensionsV2Property
generalFlags :: GeneralFlagsV2Property
privateKeyFlags :: PrivateKeyFlagsV2Property
subjectNameFlags :: SubjectNameFlagsV2Property
supersededTemplates :: Maybe (ValueList Text)
..}
instance Property "PrivateKeyFlags" TemplateV2Property where
  type PropertyType "PrivateKeyFlags" TemplateV2Property = PrivateKeyFlagsV2Property
  set :: PropertyType "PrivateKeyFlags" TemplateV2Property
-> TemplateV2Property -> TemplateV2Property
set PropertyType "PrivateKeyFlags" TemplateV2Property
newValue TemplateV2Property {Maybe (ValueList Text)
()
EnrollmentFlagsV2Property
GeneralFlagsV2Property
ExtensionsV2Property
PrivateKeyAttributesV2Property
PrivateKeyFlagsV2Property
SubjectNameFlagsV2Property
CertificateValidityProperty
haddock_workaround_ :: TemplateV2Property -> ()
certificateValidity :: TemplateV2Property -> CertificateValidityProperty
enrollmentFlags :: TemplateV2Property -> EnrollmentFlagsV2Property
extensions :: TemplateV2Property -> ExtensionsV2Property
generalFlags :: TemplateV2Property -> GeneralFlagsV2Property
privateKeyAttributes :: TemplateV2Property -> PrivateKeyAttributesV2Property
privateKeyFlags :: TemplateV2Property -> PrivateKeyFlagsV2Property
subjectNameFlags :: TemplateV2Property -> SubjectNameFlagsV2Property
supersededTemplates :: TemplateV2Property -> Maybe (ValueList Text)
haddock_workaround_ :: ()
certificateValidity :: CertificateValidityProperty
enrollmentFlags :: EnrollmentFlagsV2Property
extensions :: ExtensionsV2Property
generalFlags :: GeneralFlagsV2Property
privateKeyAttributes :: PrivateKeyAttributesV2Property
privateKeyFlags :: PrivateKeyFlagsV2Property
subjectNameFlags :: SubjectNameFlagsV2Property
supersededTemplates :: Maybe (ValueList Text)
..}
    = TemplateV2Property {privateKeyFlags :: PrivateKeyFlagsV2Property
privateKeyFlags = PropertyType "PrivateKeyFlags" TemplateV2Property
PrivateKeyFlagsV2Property
newValue, Maybe (ValueList Text)
()
EnrollmentFlagsV2Property
GeneralFlagsV2Property
ExtensionsV2Property
PrivateKeyAttributesV2Property
SubjectNameFlagsV2Property
CertificateValidityProperty
haddock_workaround_ :: ()
certificateValidity :: CertificateValidityProperty
enrollmentFlags :: EnrollmentFlagsV2Property
extensions :: ExtensionsV2Property
generalFlags :: GeneralFlagsV2Property
privateKeyAttributes :: PrivateKeyAttributesV2Property
subjectNameFlags :: SubjectNameFlagsV2Property
supersededTemplates :: Maybe (ValueList Text)
haddock_workaround_ :: ()
certificateValidity :: CertificateValidityProperty
enrollmentFlags :: EnrollmentFlagsV2Property
extensions :: ExtensionsV2Property
generalFlags :: GeneralFlagsV2Property
privateKeyAttributes :: PrivateKeyAttributesV2Property
subjectNameFlags :: SubjectNameFlagsV2Property
supersededTemplates :: Maybe (ValueList Text)
..}
instance Property "SubjectNameFlags" TemplateV2Property where
  type PropertyType "SubjectNameFlags" TemplateV2Property = SubjectNameFlagsV2Property
  set :: PropertyType "SubjectNameFlags" TemplateV2Property
-> TemplateV2Property -> TemplateV2Property
set PropertyType "SubjectNameFlags" TemplateV2Property
newValue TemplateV2Property {Maybe (ValueList Text)
()
EnrollmentFlagsV2Property
GeneralFlagsV2Property
ExtensionsV2Property
PrivateKeyAttributesV2Property
PrivateKeyFlagsV2Property
SubjectNameFlagsV2Property
CertificateValidityProperty
haddock_workaround_ :: TemplateV2Property -> ()
certificateValidity :: TemplateV2Property -> CertificateValidityProperty
enrollmentFlags :: TemplateV2Property -> EnrollmentFlagsV2Property
extensions :: TemplateV2Property -> ExtensionsV2Property
generalFlags :: TemplateV2Property -> GeneralFlagsV2Property
privateKeyAttributes :: TemplateV2Property -> PrivateKeyAttributesV2Property
privateKeyFlags :: TemplateV2Property -> PrivateKeyFlagsV2Property
subjectNameFlags :: TemplateV2Property -> SubjectNameFlagsV2Property
supersededTemplates :: TemplateV2Property -> Maybe (ValueList Text)
haddock_workaround_ :: ()
certificateValidity :: CertificateValidityProperty
enrollmentFlags :: EnrollmentFlagsV2Property
extensions :: ExtensionsV2Property
generalFlags :: GeneralFlagsV2Property
privateKeyAttributes :: PrivateKeyAttributesV2Property
privateKeyFlags :: PrivateKeyFlagsV2Property
subjectNameFlags :: SubjectNameFlagsV2Property
supersededTemplates :: Maybe (ValueList Text)
..}
    = TemplateV2Property {subjectNameFlags :: SubjectNameFlagsV2Property
subjectNameFlags = PropertyType "SubjectNameFlags" TemplateV2Property
SubjectNameFlagsV2Property
newValue, Maybe (ValueList Text)
()
EnrollmentFlagsV2Property
GeneralFlagsV2Property
ExtensionsV2Property
PrivateKeyAttributesV2Property
PrivateKeyFlagsV2Property
CertificateValidityProperty
haddock_workaround_ :: ()
certificateValidity :: CertificateValidityProperty
enrollmentFlags :: EnrollmentFlagsV2Property
extensions :: ExtensionsV2Property
generalFlags :: GeneralFlagsV2Property
privateKeyAttributes :: PrivateKeyAttributesV2Property
privateKeyFlags :: PrivateKeyFlagsV2Property
supersededTemplates :: Maybe (ValueList Text)
haddock_workaround_ :: ()
certificateValidity :: CertificateValidityProperty
enrollmentFlags :: EnrollmentFlagsV2Property
extensions :: ExtensionsV2Property
generalFlags :: GeneralFlagsV2Property
privateKeyAttributes :: PrivateKeyAttributesV2Property
privateKeyFlags :: PrivateKeyFlagsV2Property
supersededTemplates :: Maybe (ValueList Text)
..}
instance Property "SupersededTemplates" TemplateV2Property where
  type PropertyType "SupersededTemplates" TemplateV2Property = ValueList Prelude.Text
  set :: PropertyType "SupersededTemplates" TemplateV2Property
-> TemplateV2Property -> TemplateV2Property
set PropertyType "SupersededTemplates" TemplateV2Property
newValue TemplateV2Property {Maybe (ValueList Text)
()
EnrollmentFlagsV2Property
GeneralFlagsV2Property
ExtensionsV2Property
PrivateKeyAttributesV2Property
PrivateKeyFlagsV2Property
SubjectNameFlagsV2Property
CertificateValidityProperty
haddock_workaround_ :: TemplateV2Property -> ()
certificateValidity :: TemplateV2Property -> CertificateValidityProperty
enrollmentFlags :: TemplateV2Property -> EnrollmentFlagsV2Property
extensions :: TemplateV2Property -> ExtensionsV2Property
generalFlags :: TemplateV2Property -> GeneralFlagsV2Property
privateKeyAttributes :: TemplateV2Property -> PrivateKeyAttributesV2Property
privateKeyFlags :: TemplateV2Property -> PrivateKeyFlagsV2Property
subjectNameFlags :: TemplateV2Property -> SubjectNameFlagsV2Property
supersededTemplates :: TemplateV2Property -> Maybe (ValueList Text)
haddock_workaround_ :: ()
certificateValidity :: CertificateValidityProperty
enrollmentFlags :: EnrollmentFlagsV2Property
extensions :: ExtensionsV2Property
generalFlags :: GeneralFlagsV2Property
privateKeyAttributes :: PrivateKeyAttributesV2Property
privateKeyFlags :: PrivateKeyFlagsV2Property
subjectNameFlags :: SubjectNameFlagsV2Property
supersededTemplates :: Maybe (ValueList Text)
..}
    = TemplateV2Property
        {supersededTemplates :: Maybe (ValueList Text)
supersededTemplates = ValueList Text -> Maybe (ValueList Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "SupersededTemplates" TemplateV2Property
ValueList Text
newValue, ()
EnrollmentFlagsV2Property
GeneralFlagsV2Property
ExtensionsV2Property
PrivateKeyAttributesV2Property
PrivateKeyFlagsV2Property
SubjectNameFlagsV2Property
CertificateValidityProperty
haddock_workaround_ :: ()
certificateValidity :: CertificateValidityProperty
enrollmentFlags :: EnrollmentFlagsV2Property
extensions :: ExtensionsV2Property
generalFlags :: GeneralFlagsV2Property
privateKeyAttributes :: PrivateKeyAttributesV2Property
privateKeyFlags :: PrivateKeyFlagsV2Property
subjectNameFlags :: SubjectNameFlagsV2Property
haddock_workaround_ :: ()
certificateValidity :: CertificateValidityProperty
enrollmentFlags :: EnrollmentFlagsV2Property
extensions :: ExtensionsV2Property
generalFlags :: GeneralFlagsV2Property
privateKeyAttributes :: PrivateKeyAttributesV2Property
privateKeyFlags :: PrivateKeyFlagsV2Property
subjectNameFlags :: SubjectNameFlagsV2Property
..}