| 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.Grafana.Types.PermissionEntry
Description
Synopsis
Documentation
data PermissionEntry Source #
A structure containing the identity of one user or group and the
Admin, Editor, or Viewer role that they have.
See: newPermissionEntry smart constructor.
Constructors
| PermissionEntry' | |
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, Editor, or
Viewer 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, Editor, or
Viewer role.
permissionEntry_user :: Lens' PermissionEntry User Source #
A structure with the ID of the user or group with this role.