Class: Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitAdminV2ListInboundSamlConfigsResponse
- Inherits:
-
Object
- Object
- Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitAdminV2ListInboundSamlConfigsResponse
- 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 ListInboundSamlConfigs
Instance Attribute Summary collapse
-
#inbound_saml_configs ⇒ Array<Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitAdminV2InboundSamlConfig>
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) ⇒ GoogleCloudIdentitytoolkitAdminV2ListInboundSamlConfigsResponse
constructor
A new instance of GoogleCloudIdentitytoolkitAdminV2ListInboundSamlConfigsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudIdentitytoolkitAdminV2ListInboundSamlConfigsResponse
Returns a new instance of GoogleCloudIdentitytoolkitAdminV2ListInboundSamlConfigsResponse.
963 964 965 |
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 963 def initialize(**args) update!(**args) end |
Instance Attribute Details
#inbound_saml_configs ⇒ Array<Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitAdminV2InboundSamlConfig>
The set of configs.
Corresponds to the JSON property inboundSamlConfigs
955 956 957 |
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 955 def inbound_saml_configs @inbound_saml_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
961 962 963 |
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 961 def next_page_token @next_page_token end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
968 969 970 971 |
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 968 def update!(**args) @inbound_saml_configs = args[:inbound_saml_configs] if args.key?(:inbound_saml_configs) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) end |