libZSservicesZSamazonka-nimbleZSamazonka-nimble
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Nimble.Types.ActiveDirectoryComputerAttribute

Description

 
Synopsis

Documentation

data ActiveDirectoryComputerAttribute Source #

An LDAP attribute of an Active Directory computer account, in the form of a name:value pair.

See: newActiveDirectoryComputerAttribute smart constructor.

Constructors

ActiveDirectoryComputerAttribute' 

Fields

Instances

Instances details
Eq ActiveDirectoryComputerAttribute Source # 
Instance details

Defined in Amazonka.Nimble.Types.ActiveDirectoryComputerAttribute

Read ActiveDirectoryComputerAttribute Source # 
Instance details

Defined in Amazonka.Nimble.Types.ActiveDirectoryComputerAttribute

Show ActiveDirectoryComputerAttribute Source # 
Instance details

Defined in Amazonka.Nimble.Types.ActiveDirectoryComputerAttribute

Generic ActiveDirectoryComputerAttribute Source # 
Instance details

Defined in Amazonka.Nimble.Types.ActiveDirectoryComputerAttribute

Associated Types

type Rep ActiveDirectoryComputerAttribute :: Type -> Type #

NFData ActiveDirectoryComputerAttribute Source # 
Instance details

Defined in Amazonka.Nimble.Types.ActiveDirectoryComputerAttribute

Hashable ActiveDirectoryComputerAttribute Source # 
Instance details

Defined in Amazonka.Nimble.Types.ActiveDirectoryComputerAttribute

ToJSON ActiveDirectoryComputerAttribute Source # 
Instance details

Defined in Amazonka.Nimble.Types.ActiveDirectoryComputerAttribute

FromJSON ActiveDirectoryComputerAttribute Source # 
Instance details

Defined in Amazonka.Nimble.Types.ActiveDirectoryComputerAttribute

type Rep ActiveDirectoryComputerAttribute Source # 
Instance details

Defined in Amazonka.Nimble.Types.ActiveDirectoryComputerAttribute

type Rep ActiveDirectoryComputerAttribute = D1 ('MetaData "ActiveDirectoryComputerAttribute" "Amazonka.Nimble.Types.ActiveDirectoryComputerAttribute" "libZSservicesZSamazonka-nimbleZSamazonka-nimble" 'False) (C1 ('MetaCons "ActiveDirectoryComputerAttribute'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newActiveDirectoryComputerAttribute :: ActiveDirectoryComputerAttribute Source #

Create a value of ActiveDirectoryComputerAttribute with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:value:ActiveDirectoryComputerAttribute', activeDirectoryComputerAttribute_value - The value for the LDAP attribute.

$sel:name:ActiveDirectoryComputerAttribute', activeDirectoryComputerAttribute_name - The name for the LDAP attribute.