Class: Google::Apis::IamV1::ListWorkforcePoolProviderScimTokensResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ListWorkforcePoolProviderScimTokensResponse

Returns a new instance of ListWorkforcePoolProviderScimTokensResponse.



1444
1445
1446
# File 'lib/google/apis/iam_v1/classes.rb', line 1444

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#next_page_tokenString

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

Returns:

  • (String)


1437
1438
1439
# File 'lib/google/apis/iam_v1/classes.rb', line 1437

def next_page_token
  @next_page_token
end

#workforce_pool_provider_scim_tokensArray<Google::Apis::IamV1::WorkforcePoolProviderScimToken>

Output only. Gemini Enterprise only. A list of SCIM tokens. Corresponds to the JSON property workforcePoolProviderScimTokens



1442
1443
1444
# File 'lib/google/apis/iam_v1/classes.rb', line 1442

def workforce_pool_provider_scim_tokens
  @workforce_pool_provider_scim_tokens
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1449
1450
1451
1452
# File 'lib/google/apis/iam_v1/classes.rb', line 1449

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