GKE Hub v1 API - Class ListScopeRBACRoleBindingsResponse (2.8.0)

public sealed class ListScopeRBACRoleBindingsResponse : IPageResponse<RBACRoleBinding>, IEnumerable<RBACRoleBinding>, IEnumerable, IMessage<ListScopeRBACRoleBindingsResponse>, IEquatable<ListScopeRBACRoleBindingsResponse>, IDeepCloneable<ListScopeRBACRoleBindingsResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the GKE Hub v1 API class ListScopeRBACRoleBindingsResponse.

List of Scope RBACRoleBindings.

Inheritance

object > ListScopeRBACRoleBindingsResponse

Namespace

Google.Cloud.GkeHub.V1

Assembly

Google.Cloud.GkeHub.V1.dll

Constructors

ListScopeRBACRoleBindingsResponse()

public ListScopeRBACRoleBindingsResponse()

ListScopeRBACRoleBindingsResponse(ListScopeRBACRoleBindingsResponse)

public ListScopeRBACRoleBindingsResponse(ListScopeRBACRoleBindingsResponse other)
Parameter
Name Description
other ListScopeRBACRoleBindingsResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

A token to request the next page of resources from the ListScopeRBACRoleBindings method. The value of an empty string means that there are no more resources to return.

Property Value
Type Description
string

Rbacrolebindings

public RepeatedField<RBACRoleBinding> Rbacrolebindings { get; }

The list of Scope RBACRoleBindings.

Property Value
Type Description
RepeatedFieldRBACRoleBinding

Methods

GetEnumerator()

public IEnumerator<RBACRoleBinding> GetEnumerator()

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

Returns
Type Description
IEnumeratorRBACRoleBinding