C# 클래스 Amazon.IdentityManagement.Model.ListPoliciesRequest

Container for the parameters to the ListPolicies operation. Lists all the managed policies that are available in your AWS account, including your own customer-defined managed policies and all AWS managed policies.

You can filter the list of policies that is returned using the optional OnlyAttached, Scope, and PathPrefix parameters. For example, to list only the customer managed policies in your AWS account, set Scope to Local. To list only AWS managed policies, set Scope to AWS.

You can paginate the results using the MaxItems and Marker parameters.

For more information about managed policies, see Managed Policies and Inline Policies in the IAM User Guide.

상속: AmazonIdentityManagementServiceRequest
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

비공개 메소드들

메소드 설명
IsSetMarker ( ) : bool
IsSetMaxItems ( ) : bool
IsSetOnlyAttached ( ) : bool
IsSetPathPrefix ( ) : bool
IsSetScope ( ) : bool