| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.WorkDocs.Types.PermissionInfo
Description
Documentation
data PermissionInfo Source #
Describes the permissions.
See: newPermissionInfo smart constructor.
Constructors
| PermissionInfo' | |
Instances
newPermissionInfo :: PermissionInfo Source #
Create a value of PermissionInfo 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:role':PermissionInfo', permissionInfo_role - The role of the user.
$sel:type':PermissionInfo', permissionInfo_type - The type of permissions.
permissionInfo_role :: Lens' PermissionInfo (Maybe RoleType) Source #
The role of the user.
permissionInfo_type :: Lens' PermissionInfo (Maybe RolePermissionType) Source #
The type of permissions.