AWS SDK Version 4 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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

This data type is used as a response element in the ListPoliciesGrantingServiceAccess operation.

Inheritance Hierarchy

System.Object
  Amazon.IdentityManagement.Model.ListPoliciesGrantingServiceAccessEntry

Namespace: Amazon.IdentityManagement.Model
Assembly: AWSSDK.IdentityManagement.dll
Version: 3.x.y.z

Syntax

C#
public class ListPoliciesGrantingServiceAccessEntry

The ListPoliciesGrantingServiceAccessEntry type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Policies System.Collections.Generic.List<Amazon.IdentityManagement.Model.PolicyGrantingServiceAccess>

Gets and sets the property Policies.

TheĀ PoliciesGrantingServiceAccess object that contains details about the policy.

Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.

Public Property ServiceNamespace System.String

Gets and sets the property ServiceNamespace.

The namespace of the service that was accessed.

To learn the service namespace of a service, see Actions, resources, and condition keys for Amazon Web Services services in the Service Authorization Reference. Choose the name of the service to view details for that service. In the first paragraph, find the service prefix. For example, (service prefix: a4b). For more information about service namespaces, see Amazon Web Services service namespaces in theĀ Amazon Web Services General Reference.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.7.2 and newer