Class: Google::Apis::CloudidentityV1::ListIdpCredentialsResponse

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 InboundSamlSsoProfilesService.ListIdpCredentials method.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ListIdpCredentialsResponse

Returns a new instance of ListIdpCredentialsResponse.



1778
1779
1780
# File 'lib/google/apis/cloudidentity_v1/classes.rb', line 1778

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

Instance Attribute Details

#idp_credentialsArray<Google::Apis::CloudidentityV1::IdpCredential>

The IdpCredentials from the specified InboundSamlSsoProfile. Corresponds to the JSON property idpCredentials



1770
1771
1772
# File 'lib/google/apis/cloudidentity_v1/classes.rb', line 1770

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


1776
1777
1778
# File 'lib/google/apis/cloudidentity_v1/classes.rb', line 1776

def next_page_token
  @next_page_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1783
1784
1785
1786
# File 'lib/google/apis/cloudidentity_v1/classes.rb', line 1783

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