Class: Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitAdminV2ListDefaultSupportedIdpsResponse
- Inherits:
-
Object
- Object
- Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitAdminV2ListDefaultSupportedIdpsResponse
- 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 ListDefaultSupportedIdps
Instance Attribute Summary collapse
-
#default_supported_idps ⇒ Array<Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitAdminV2DefaultSupportedIdp>
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) ⇒ GoogleCloudIdentitytoolkitAdminV2ListDefaultSupportedIdpsResponse
constructor
A new instance of GoogleCloudIdentitytoolkitAdminV2ListDefaultSupportedIdpsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudIdentitytoolkitAdminV2ListDefaultSupportedIdpsResponse
Returns a new instance of GoogleCloudIdentitytoolkitAdminV2ListDefaultSupportedIdpsResponse.
784 785 786 |
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 784 def initialize(**args) update!(**args) end |
Instance Attribute Details
#default_supported_idps ⇒ Array<Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitAdminV2DefaultSupportedIdp>
The set of configs.
Corresponds to the JSON property defaultSupportedIdps
776 777 778 |
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 776 def default_supported_idps @default_supported_idps 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
782 783 784 |
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 782 def next_page_token @next_page_token end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
789 790 791 792 |
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 789 def update!(**args) @default_supported_idps = args[:default_supported_idps] if args.key?(:default_supported_idps) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) end |