AWS SDK for .NET Documentation
PathPrefix Property
AmazonAmazon.IdentityManagement.ModelListUsersRequestPathPrefix Did this page help you?   Yes   No    Tell us about it...
Gets and sets the property PathPrefix.

The path prefix for filtering the results. For example:

CopyC#
/division_abc/subdivision_xyz/
, which would get all user names whose path starts with
CopyC#
/division_abc/subdivision_xyz/
.

This parameter is optional. If it is not included, it defaults to a slash (/), listing all user names.

Declaration Syntax
C#
public string PathPrefix { get; set; }

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)