GoogleApi.AccessContextManager.V1.Model.ListGcpUserAccessBindingsResponse (google_api_access_context_manager v0.16.1) View Source
Response of ListGcpUserAccessBindings.
Attributes
-
gcpUserAccessBindings
(type:list(GoogleApi.AccessContextManager.V1.Model.GcpUserAccessBinding.t)
, default:nil
) - GcpUserAccessBinding -
nextPageToken
(type:String.t
, default:nil
) - Token to get the next page of items. If blank, there are no more items.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.AccessContextManager.V1.Model.ListGcpUserAccessBindingsResponse{ gcpUserAccessBindings: [GoogleApi.AccessContextManager.V1.Model.GcpUserAccessBinding.t()] | nil, nextPageToken: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.