Class: Google::Apis::IamV1::ListWorkforcePoolProviderScimTokensResponse
- Inherits:
-
Object
- Object
- Google::Apis::IamV1::ListWorkforcePoolProviderScimTokensResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/iam_v1/classes.rb,
lib/google/apis/iam_v1/representations.rb,
lib/google/apis/iam_v1/representations.rb
Overview
Gemini Enterprise only. Response message for ListWorkforcePoolProviderScimTokens.
Instance Attribute Summary collapse
-
#next_page_token ⇒ String
Optional.
-
#workforce_pool_provider_scim_tokens ⇒ Array<Google::Apis::IamV1::WorkforcePoolProviderScimToken>
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ListWorkforcePoolProviderScimTokensResponse
constructor
A new instance of ListWorkforcePoolProviderScimTokensResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ListWorkforcePoolProviderScimTokensResponse
Returns a new instance of ListWorkforcePoolProviderScimTokensResponse.
1428 1429 1430 |
# File 'lib/google/apis/iam_v1/classes.rb', line 1428 def initialize(**args) update!(**args) end |
Instance Attribute Details
#next_page_token ⇒ String
Optional. Gemini Enterprise only. 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
1421 1422 1423 |
# File 'lib/google/apis/iam_v1/classes.rb', line 1421 def next_page_token @next_page_token end |
#workforce_pool_provider_scim_tokens ⇒ Array<Google::Apis::IamV1::WorkforcePoolProviderScimToken>
Output only. Gemini Enterprise only. A list of SCIM tokens.
Corresponds to the JSON property workforcePoolProviderScimTokens
1426 1427 1428 |
# File 'lib/google/apis/iam_v1/classes.rb', line 1426 def workforce_pool_provider_scim_tokens @workforce_pool_provider_scim_tokens end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1433 1434 1435 1436 |
# File 'lib/google/apis/iam_v1/classes.rb', line 1433 def update!(**args) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) @workforce_pool_provider_scim_tokens = args[:workforce_pool_provider_scim_tokens] if args.key?(:workforce_pool_provider_scim_tokens) end |