

# PolicyGrantingServiceAccess
<a name="API_PolicyGrantingServiceAccess"></a>

Contains details about the permissions policies that are attached to the specified identity (user, group, or role).

This data type is an element of the [ListPoliciesGrantingServiceAccessEntry](https://docs.amazonaws.cn/IAM/latest/APIReference/API_ListPoliciesGrantingServiceAccessEntry.html) object.

## Contents
<a name="API_PolicyGrantingServiceAccess_Contents"></a>

 ** PolicyName **   
The policy name.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 128.  
Pattern: `[\w+=,.@-]+`   
Required: Yes

 ** PolicyType **   
The policy type. For more information about these policy types, see [Managed policies and inline policies](https://docs.amazonaws.cn/IAM/latest/UserGuide/access_policies_managed-vs-inline.html) in the *IAM User Guide*.  
Type: String  
Valid Values: `INLINE | MANAGED`   
Required: Yes

 ** EntityName **   
The name of the entity (user or role) to which the inline policy is attached.  
This field is null for managed policies. For more information about these policy types, see [Managed policies and inline policies](https://docs.amazonaws.cn/IAM/latest/UserGuide/access_policies_managed-vs-inline.html) in the *IAM User Guide*.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 128.  
Pattern: `[\w+=,.@-]+`   
Required: No

 ** EntityType **   
The type of entity (user or role) that used the policy to access the service to which the inline policy is attached.  
This field is null for managed policies. For more information about these policy types, see [Managed policies and inline policies](https://docs.amazonaws.cn/IAM/latest/UserGuide/access_policies_managed-vs-inline.html) in the *IAM User Guide*.  
Type: String  
Valid Values: `USER | ROLE | GROUP`   
Required: No

 ** PolicyArn **   
The Amazon Resource Name (ARN). ARNs are unique identifiers for Amazon resources.  
For more information about ARNs, go to [Amazon Resource Names (ARNs)](https://docs.amazonaws.cn/general/latest/gr/aws-arns-and-namespaces.html) in the * Amazon General Reference*.   
Type: String  
Length Constraints: Minimum length of 20. Maximum length of 2048.  
Required: No

## See Also
<a name="API_PolicyGrantingServiceAccess_SeeAlso"></a>

For more information about using this API in one of the language-specific Amazon SDKs, see the following:
+  [Amazon SDK for C\$1\$1](https://docs.amazonaws.cn/goto/SdkForCpp/iam-2010-05-08/PolicyGrantingServiceAccess) 
+  [Amazon SDK for Java V2](https://docs.amazonaws.cn/goto/SdkForJavaV2/iam-2010-05-08/PolicyGrantingServiceAccess) 
+  [Amazon SDK for Ruby V3](https://docs.amazonaws.cn/goto/SdkForRubyV3/iam-2010-05-08/PolicyGrantingServiceAccess) 