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 |
Synopsis
Documentation
data PermissionEntry Source #
A structure containing the identity of one user or group and the Admin
or Editor
role that they have.
See: newPermissionEntry
smart constructor.
Instances
Create a value of PermissionEntry
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':PermissionEntry'
, permissionEntry_role
- Specifies whether the user or group has the Admin
or Editor
role.
$sel:user:PermissionEntry'
, permissionEntry_user
- A structure with the ID of the user or group with this role.
permissionEntry_role :: Lens' PermissionEntry Role Source #
Specifies whether the user or group has the Admin
or Editor
role.
permissionEntry_user :: Lens' PermissionEntry User Source #
A structure with the ID of the user or group with this role.