View Source GoogleApi.CloudIdentity.V1.Model.ListInboundSsoAssignmentsResponse (google_api_cloud_identity v0.33.0)
Response of the InboundSsoAssignmentsService.ListInboundSsoAssignments method.
Attributes
-
inboundSsoAssignments(type:list(GoogleApi.CloudIdentity.V1.Model.InboundSsoAssignment.t), default:nil) - The assignments. -
nextPageToken(type:String.t, default:nil) - A token, which can be sent aspage_tokento retrieve the next page. If this field is omitted, there are no subsequent pages.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudIdentity.V1.Model.ListInboundSsoAssignmentsResponse{ inboundSsoAssignments: [GoogleApi.CloudIdentity.V1.Model.InboundSsoAssignment.t()] | nil, nextPageToken: String.t() | nil }