

# PermissionEntry


A structure containing the identity of one user or group and the `Admin`, `Editor`, or `Viewer` role that they have.

## Contents


 ** role **   <a name="ManagedGrafana-Type-PermissionEntry-role"></a>
Specifies whether the user or group has the `Admin`, `Editor`, or `Viewer` role.  
Type: String  
Valid Values: `ADMIN | EDITOR | VIEWER`   
Required: Yes

 ** user **   <a name="ManagedGrafana-Type-PermissionEntry-user"></a>
A structure with the ID of the user or group with this role.  
Type: [User](API_User.md) object  
Required: Yes

## See Also


For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/grafana-2020-08-18/PermissionEntry) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/grafana-2020-08-18/PermissionEntry) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/grafana-2020-08-18/PermissionEntry) 