Identity and Access Management (IAM) v3beta API - Class SearchAccessPolicyBindingsRequest (1.0.0-beta03)

public sealed class SearchAccessPolicyBindingsRequest : IPageRequest, IMessage<SearchAccessPolicyBindingsRequest>, IEquatable<SearchAccessPolicyBindingsRequest>, IDeepCloneable<SearchAccessPolicyBindingsRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Identity and Access Management (IAM) v3beta API class SearchAccessPolicyBindingsRequest.

Request message for SearchAccessPolicyBindings rpc.

Inheritance

object > SearchAccessPolicyBindingsRequest

Namespace

Google.Cloud.Iam.V3Beta

Assembly

Google.Cloud.Iam.V3Beta.dll

Constructors

SearchAccessPolicyBindingsRequest()

public SearchAccessPolicyBindingsRequest()

SearchAccessPolicyBindingsRequest(SearchAccessPolicyBindingsRequest)

public SearchAccessPolicyBindingsRequest(SearchAccessPolicyBindingsRequest other)
Parameter
Name Description
other SearchAccessPolicyBindingsRequest

Properties

AccessPolicyName

public AccessPolicyName AccessPolicyName { get; set; }

AccessPolicyName-typed view over the Name resource name property.

Property Value
Type Description
AccessPolicyName

Name

public string Name { get; set; }

Required. The name of the access policy. Format: organizations/{organization_id}/locations/{location}/accessPolicies/{access_policy_id} folders/{folder_id}/locations/{location}/accessPolicies/{access_policy_id} projects/{project_id}/locations/{location}/accessPolicies/{access_policy_id} projects/{project_number}/locations/{location}/accessPolicies/{access_policy_id}

Property Value
Type Description
string

PageSize

public int PageSize { get; set; }

Optional. The maximum number of policy bindings to return. The service may return fewer than this value.

If unspecified, at most 50 policy bindings will be returned. The maximum value is 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 SearchAccessPolicyBindingsRequest call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to SearchAccessPolicyBindingsRequest must match the call that provided the page token.

Property Value
Type Description
string