View Source GoogleApi.GKEHub.V1.Model.ListScopeRBACRoleBindingsResponse (google_api_gke_hub v0.16.0)
List of Scope RBACRoleBindings.
Attributes
-
nextPageToken
(type:String.t
, default:nil
) - A token to request the next page of resources from theListScopeRBACRoleBindings
method. The value of an empty string means that there are no more resources to return. -
rbacrolebindings
(type:list(GoogleApi.GKEHub.V1.Model.RBACRoleBinding.t)
, default:nil
) - The list of Scope RBACRoleBindings.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.GKEHub.V1.Model.ListScopeRBACRoleBindingsResponse{ nextPageToken: String.t() | nil, rbacrolebindings: [GoogleApi.GKEHub.V1.Model.RBACRoleBinding.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.