Class: Google::Apis::CloudidentityV1beta1::ListInboundSamlSsoProfilesResponse

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

Overview

Response of the InboundSamlSsoProfilesService.ListInboundSamlSsoProfiles method.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ListInboundSamlSsoProfilesResponse

Returns a new instance of ListInboundSamlSsoProfilesResponse.



2916
2917
2918
# File 'lib/google/apis/cloudidentity_v1beta1/classes.rb', line 2916

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

Instance Attribute Details

#inbound_saml_sso_profilesArray<Google::Apis::CloudidentityV1beta1::InboundSamlSsoProfile>

List of InboundSamlSsoProfiles. Corresponds to the JSON property inboundSamlSsoProfiles



2908
2909
2910
# File 'lib/google/apis/cloudidentity_v1beta1/classes.rb', line 2908

def inbound_saml_sso_profiles
  @inbound_saml_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)


2914
2915
2916
# File 'lib/google/apis/cloudidentity_v1beta1/classes.rb', line 2914

def next_page_token
  @next_page_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2921
2922
2923
2924
# File 'lib/google/apis/cloudidentity_v1beta1/classes.rb', line 2921

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