Class: Google::Apis::IamV1::ListWorkforcePoolProviderScimTenantsResponse
- Inherits:
-
Object
- Object
- Google::Apis::IamV1::ListWorkforcePoolProviderScimTenantsResponse
- 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 ListWorkforcePoolProviderScimTenants.
Instance Attribute Summary collapse
-
#next_page_token ⇒ String
Optional.
-
#workforce_pool_provider_scim_tenants ⇒ Array<Google::Apis::IamV1::WorkforcePoolProviderScimTenant>
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ListWorkforcePoolProviderScimTenantsResponse
constructor
A new instance of ListWorkforcePoolProviderScimTenantsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ListWorkforcePoolProviderScimTenantsResponse
Returns a new instance of ListWorkforcePoolProviderScimTenantsResponse.
1403 1404 1405 |
# File 'lib/google/apis/iam_v1/classes.rb', line 1403 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
1396 1397 1398 |
# File 'lib/google/apis/iam_v1/classes.rb', line 1396 def next_page_token @next_page_token end |
#workforce_pool_provider_scim_tenants ⇒ Array<Google::Apis::IamV1::WorkforcePoolProviderScimTenant>
Output only. Gemini Enterprise only. A list of SCIM tenants.
Corresponds to the JSON property workforcePoolProviderScimTenants
1401 1402 1403 |
# File 'lib/google/apis/iam_v1/classes.rb', line 1401 def workforce_pool_provider_scim_tenants @workforce_pool_provider_scim_tenants end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1408 1409 1410 1411 |
# File 'lib/google/apis/iam_v1/classes.rb', line 1408 def update!(**args) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) @workforce_pool_provider_scim_tenants = args[:workforce_pool_provider_scim_tenants] if args.key?(:workforce_pool_provider_scim_tenants) end |