C# Класс Amazon.IdentityManagement.Model.ListUserPoliciesRequest

Container for the parameters to the ListUserPolicies operation. Lists the names of the inline policies embedded in the specified IAM user.

An IAM user can also have managed policies attached to it. To list the managed policies that are attached to a user, use ListAttachedUserPolicies. For more information about policies, see Managed Policies and Inline Policies in the IAM User Guide.

You can paginate the results using the MaxItems and Marker parameters. If there are no inline policies embedded with the specified user, the action returns an empty list.

Наследование: AmazonIdentityManagementServiceRequest
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ListUserPoliciesRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

ListUserPoliciesRequest ( string userName ) : System

Instantiates ListUserPoliciesRequest with the parameterized properties

Приватные методы

Метод Описание
IsSetMarker ( ) : bool
IsSetMaxItems ( ) : bool
IsSetUserName ( ) : bool

Описание методов

ListUserPoliciesRequest() публичный Метод

Empty constructor used to set properties independently even when a simple constructor is available
public ListUserPoliciesRequest ( ) : System
Результат System

ListUserPoliciesRequest() публичный Метод

Instantiates ListUserPoliciesRequest with the parameterized properties
public ListUserPoliciesRequest ( string userName ) : System
userName string The name of the user to list policies for. This parameter allows (per its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-
Результат System