Values.PolicyGrantingServiceAccessSourceContains 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 object.
type nonrec t = {policyName : PolicyNameType.t option;The policy name.
*)policyType : PolicyType.t option;The policy type. For more information about these policy types, see Managed policies and inline policies in the IAM User Guide.
*)policyArn : ArnType.t option;entityType : PolicyOwnerEntityType.t option;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 in the IAM User Guide.
*)entityName : EntityNameType.t option;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 in the IAM User Guide.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of PolicyNameType.t ]) list ]