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

public sealed class ListPolicyBindingsResponse : IPageResponse<PolicyBinding>, IEnumerable<PolicyBinding>, IEnumerable, IMessage<ListPolicyBindingsResponse>, IEquatable<ListPolicyBindingsResponse>, IDeepCloneable<ListPolicyBindingsResponse>, IBufferMessage, IMessage

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

Response message for ListPolicyBindings method.

Inheritance

object > ListPolicyBindingsResponse

Namespace

Google.Cloud.Iam.V3Beta

Assembly

Google.Cloud.Iam.V3Beta.dll

Constructors

ListPolicyBindingsResponse()

public ListPolicyBindingsResponse()

ListPolicyBindingsResponse(ListPolicyBindingsResponse)

public ListPolicyBindingsResponse(ListPolicyBindingsResponse other)
Parameter
Name Description
other ListPolicyBindingsResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

Optional. A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Property Value
Type Description
string

PolicyBindings

public RepeatedField<PolicyBinding> PolicyBindings { get; }

The policy bindings from the specified parent.

Property Value
Type Description
RepeatedFieldPolicyBinding

Methods

GetEnumerator()

public IEnumerator<PolicyBinding> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
Type Description
IEnumeratorPolicyBinding