Class: Google::Apis::CloudidentityV1::ListInboundSsoAssignmentsResponse

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/cloudidentity_v1/classes.rb,
lib/google/apis/cloudidentity_v1/representations.rb,
lib/google/apis/cloudidentity_v1/representations.rb

Overview

Response of the InboundSsoAssignmentsService.ListInboundSsoAssignments method.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ListInboundSsoAssignmentsResponse

Returns a new instance of ListInboundSsoAssignmentsResponse.



1865
1866
1867
# File 'lib/google/apis/cloudidentity_v1/classes.rb', line 1865

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#inbound_sso_assignmentsArray<Google::Apis::CloudidentityV1::InboundSsoAssignment>

The assignments. Corresponds to the JSON property inboundSsoAssignments



1857
1858
1859
# File 'lib/google/apis/cloudidentity_v1/classes.rb', line 1857

def inbound_sso_assignments
  @inbound_sso_assignments
end

#next_page_tokenString

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

Returns:

  • (String)


1863
1864
1865
# File 'lib/google/apis/cloudidentity_v1/classes.rb', line 1863

def next_page_token
  @next_page_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1870
1871
1872
1873
# File 'lib/google/apis/cloudidentity_v1/classes.rb', line 1870

def update!(**args)
  @inbound_sso_assignments = args[:inbound_sso_assignments] if args.key?(:inbound_sso_assignments)
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
end