Safe Haskell | None |
---|---|
Language | Haskell2010 |
Stratosphere.Resources.DirectoryServiceMicrosoftAD
- data DirectoryServiceMicrosoftAD = DirectoryServiceMicrosoftAD {
- _directoryServiceMicrosoftADCreateAlias :: Maybe (Val Bool)
- _directoryServiceMicrosoftADEnableSso :: Maybe (Val Bool)
- _directoryServiceMicrosoftADName :: Val Text
- _directoryServiceMicrosoftADPassword :: Val Text
- _directoryServiceMicrosoftADShortName :: Maybe (Val Text)
- _directoryServiceMicrosoftADVpcSettings :: DirectoryServiceMicrosoftADVpcSettings
- directoryServiceMicrosoftAD :: Val Text -> Val Text -> DirectoryServiceMicrosoftADVpcSettings -> DirectoryServiceMicrosoftAD
- dsmadCreateAlias :: Lens' DirectoryServiceMicrosoftAD (Maybe (Val Bool))
- dsmadEnableSso :: Lens' DirectoryServiceMicrosoftAD (Maybe (Val Bool))
- dsmadName :: Lens' DirectoryServiceMicrosoftAD (Val Text)
- dsmadPassword :: Lens' DirectoryServiceMicrosoftAD (Val Text)
- dsmadShortName :: Lens' DirectoryServiceMicrosoftAD (Maybe (Val Text))
- dsmadVpcSettings :: Lens' DirectoryServiceMicrosoftAD DirectoryServiceMicrosoftADVpcSettings
Documentation
data DirectoryServiceMicrosoftAD #
Full data type definition for DirectoryServiceMicrosoftAD. See
directoryServiceMicrosoftAD
for a more convenient constructor.
Constructors
Arguments
:: Val Text | |
-> Val Text | |
-> DirectoryServiceMicrosoftADVpcSettings | |
-> DirectoryServiceMicrosoftAD |
Constructor for DirectoryServiceMicrosoftAD
containing required fields
as arguments.