Class: Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitAdminV2ListDefaultSupportedIdpConfigsResponse
- Inherits:
-
Object
- Object
- Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitAdminV2ListDefaultSupportedIdpConfigsResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/identitytoolkit_v2/classes.rb,
lib/google/apis/identitytoolkit_v2/representations.rb,
lib/google/apis/identitytoolkit_v2/representations.rb
Overview
Response for DefaultSupportedIdpConfigs
Instance Attribute Summary collapse
-
#default_supported_idp_configs ⇒ Array<Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitAdminV2DefaultSupportedIdpConfig>
The set of configs.
-
#next_page_token ⇒ String
Token to retrieve the next page of results, or empty if there are no more results in the list.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudIdentitytoolkitAdminV2ListDefaultSupportedIdpConfigsResponse
constructor
A new instance of GoogleCloudIdentitytoolkitAdminV2ListDefaultSupportedIdpConfigsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudIdentitytoolkitAdminV2ListDefaultSupportedIdpConfigsResponse
Returns a new instance of GoogleCloudIdentitytoolkitAdminV2ListDefaultSupportedIdpConfigsResponse.
911 912 913 |
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 911 def initialize(**args) update!(**args) end |
Instance Attribute Details
#default_supported_idp_configs ⇒ Array<Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitAdminV2DefaultSupportedIdpConfig>
The set of configs.
Corresponds to the JSON property defaultSupportedIdpConfigs
903 904 905 |
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 903 def default_supported_idp_configs @default_supported_idp_configs end |
#next_page_token ⇒ String
Token to retrieve the next page of results, or empty if there are no more
results in the list.
Corresponds to the JSON property nextPageToken
909 910 911 |
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 909 def next_page_token @next_page_token end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
916 917 918 919 |
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 916 def update!(**args) @default_supported_idp_configs = args[:default_supported_idp_configs] if args.key?(:default_supported_idp_configs) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) end |