Identity and Access Management (IAM) v3beta API - Class ListPolicyBindingsRequest (1.0.0-beta01)

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

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

Request message for ListPolicyBindings method.

Inheritance

object > ListPolicyBindingsRequest

Namespace

Google.Cloud.Iam.V3Beta

Assembly

Google.Cloud.Iam.V3Beta.dll

Constructors

ListPolicyBindingsRequest()

public ListPolicyBindingsRequest()

ListPolicyBindingsRequest(ListPolicyBindingsRequest)

public ListPolicyBindingsRequest(ListPolicyBindingsRequest other)
Parameter
Name Description
other ListPolicyBindingsRequest

Properties

Filter

public string Filter { get; set; }

Optional. An expression for filtering the results of the request. Filter rules are case insensitive. Some eligible fields for filtering are:

  • target
  • policy

Some examples of filter queries:

  • target:ex*: The binding target's name starts with "ex".
  • target:example: The binding target's name is example.
  • policy:example: The binding policy's name is example.
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 ListPolicyBindings call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListPolicyBindings 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 policy bindings.

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