Class: Google::Apis::CloudidentityV1::ListInboundOidcSsoProfilesResponse

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 InboundOidcSsoProfilesService.ListInboundOidcSsoProfiles method.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ListInboundOidcSsoProfilesResponse

Returns a new instance of ListInboundOidcSsoProfilesResponse.



2263
2264
2265
# File 'lib/google/apis/cloudidentity_v1/classes.rb', line 2263

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

Instance Attribute Details

#inbound_oidc_sso_profilesArray<Google::Apis::CloudidentityV1::InboundOidcSsoProfile>

List of InboundOidcSsoProfiles. Corresponds to the JSON property inboundOidcSsoProfiles



2255
2256
2257
# File 'lib/google/apis/cloudidentity_v1/classes.rb', line 2255

def inbound_oidc_sso_profiles
  @inbound_oidc_sso_profiles
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)


2261
2262
2263
# File 'lib/google/apis/cloudidentity_v1/classes.rb', line 2261

def next_page_token
  @next_page_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2268
2269
2270
2271
# File 'lib/google/apis/cloudidentity_v1/classes.rb', line 2268

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