public sealed class ListAccessPoliciesRequest : IPageRequest, IMessage<ListAccessPoliciesRequest>, IEquatable<ListAccessPoliciesRequest>, IDeepCloneable<ListAccessPoliciesRequest>, IBufferMessage, IMessageReference documentation and code samples for the Identity and Access Management (IAM) v3beta API class ListAccessPoliciesRequest.
Request message for ListAccessPolicies method.
Implements
IPageRequest, IMessageListAccessPoliciesRequest, IEquatableListAccessPoliciesRequest, IDeepCloneableListAccessPoliciesRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Iam.V3BetaAssembly
Google.Cloud.Iam.V3Beta.dll
Constructors
ListAccessPoliciesRequest()
public ListAccessPoliciesRequest()ListAccessPoliciesRequest(ListAccessPoliciesRequest)
public ListAccessPoliciesRequest(ListAccessPoliciesRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListAccessPoliciesRequest |
Properties
PageSize
public int PageSize { get; set; }Optional. The maximum number of access policies to return. The service may return fewer than this value.
If unspecified, at most 50 access policies will be returned. Valid value ranges from 1 to 1000; values above 1000 will be coerced to 1000.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }Optional. A page token, received from a previous
ListAccessPolicies call. Provide this to retrieve the
subsequent page.
When paginating, all other parameters provided to
ListAccessPolicies must match the call that provided the
page token.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The parent resource, which owns the collection of access policy resources.
Format:
projects/{project_id}/locations/{location}
projects/{project_number}/locations/{location}
folders/{folder_id}/locations/{location}
organizations/{organization_id}/locations/{location}
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsFolderLocationName
public FolderLocationName ParentAsFolderLocationName { get; set; }FolderLocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
FolderLocationName |
|
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
LocationName |
|
ParentAsOrganizationLocationName
public OrganizationLocationName ParentAsOrganizationLocationName { get; set; }OrganizationLocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
OrganizationLocationName |
|
ParentAsResourceName
public IResourceName ParentAsResourceName { get; set; }IResourceName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
IResourceName |
|