Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data AccessDescription Source #
Provides access information used by the authorityInfoAccess
and
subjectInfoAccess
extensions described in
RFC 5280.
See: newAccessDescription
smart constructor.
AccessDescription' | |
|
Instances
Create a value of AccessDescription
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:accessMethod:AccessDescription'
, accessDescription_accessMethod
- The type and format of AccessDescription
information.
$sel:accessLocation:AccessDescription'
, accessDescription_accessLocation
- The location of AccessDescription
information.
accessDescription_accessMethod :: Lens' AccessDescription AccessMethod Source #
The type and format of AccessDescription
information.
accessDescription_accessLocation :: Lens' AccessDescription GeneralName Source #
The location of AccessDescription
information.