public sealed class ListPoliciesRequest : IPageRequest, IMessage<ListPoliciesRequest>, IEquatable<ListPoliciesRequest>, IDeepCloneable<ListPoliciesRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Identity and Access Management (IAM) v2 API class ListPoliciesRequest.
Request message for ListPolicies
.
Implements
IPageRequest, IMessageListPoliciesRequest, IEquatableListPoliciesRequest, IDeepCloneableListPoliciesRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Iam.V2Assembly
Google.Cloud.Iam.V2.dll
Constructors
ListPoliciesRequest()
public ListPoliciesRequest()
ListPoliciesRequest(ListPoliciesRequest)
public ListPoliciesRequest(ListPoliciesRequest other)
Parameter | |
---|---|
Name | Description |
other | ListPoliciesRequest |
Properties
PageSize
public int PageSize { get; set; }
The maximum number of policies to return. IAM ignores this value and uses the value 1000.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
A page token received in a [ListPoliciesResponse][google.iam.v2.ListPoliciesResponse]. Provide this token to retrieve the next page.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The resource that the policy is attached to, along with the kind of policy
to list. Format:
policies/{attachment_point}/denypolicies
The attachment point is identified by its URL-encoded full resource name,
which means that the forward-slash character, /
, must be written as
%2F
. For example,
policies/cloudresourcemanager.googleapis.com%2Fprojects%2Fmy-project/denypolicies
.
For organizations and folders, use the numeric ID in the full resource name. For projects, you can use the alphanumeric or the numeric ID.
Property Value | |
---|---|
Type | Description |
string |