From 7f14211f5d7aa63be76c7ad38ea59c364a4adee3 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Sun, 5 Oct 2025 10:20:53 +0000 Subject: [PATCH] feat: Automated regeneration of iam v1 client --- api_names_out.yaml | 1 + generated/google-apis-iam_v1/CHANGELOG.md | 4 + .../lib/google/apis/iam_v1/classes.rb | 91 ++++++----- .../lib/google/apis/iam_v1/gem_version.rb | 4 +- .../lib/google/apis/iam_v1/representations.rb | 1 + .../lib/google/apis/iam_v1/service.rb | 145 +++++++++--------- 6 files changed, 134 insertions(+), 112 deletions(-) diff --git a/api_names_out.yaml b/api_names_out.yaml index 8649edff29a..60f16b0870f 100644 --- a/api_names_out.yaml +++ b/api_names_out.yaml @@ -269803,6 +269803,7 @@ "/iam:v1/WorkforcePoolProviderScimTenant/displayName": display_name "/iam:v1/WorkforcePoolProviderScimTenant/name": name "/iam:v1/WorkforcePoolProviderScimTenant/purgeTime": purge_time +"/iam:v1/WorkforcePoolProviderScimTenant/serviceAgent": service_agent "/iam:v1/WorkforcePoolProviderScimTenant/state": state "/iam:v1/WorkforcePoolProviderScimToken": workforce_pool_provider_scim_token "/iam:v1/WorkforcePoolProviderScimToken/displayName": display_name diff --git a/generated/google-apis-iam_v1/CHANGELOG.md b/generated/google-apis-iam_v1/CHANGELOG.md index 83b6e24bb1f..7cfdfa65cd5 100644 --- a/generated/google-apis-iam_v1/CHANGELOG.md +++ b/generated/google-apis-iam_v1/CHANGELOG.md @@ -1,5 +1,9 @@ # Release history for google-apis-iam_v1 +### v0.78.0 (2025-10-05) + +* Regenerated from discovery document revision 20250925 + ### v0.77.0 (2025-09-28) * Regenerated from discovery document revision 20250919 diff --git a/generated/google-apis-iam_v1/lib/google/apis/iam_v1/classes.rb b/generated/google-apis-iam_v1/lib/google/apis/iam_v1/classes.rb index 65bf21e01fc..00d74a6c1fd 100644 --- a/generated/google-apis-iam_v1/lib/google/apis/iam_v1/classes.rb +++ b/generated/google-apis-iam_v1/lib/google/apis/iam_v1/classes.rb @@ -1383,17 +1383,18 @@ def update!(**args) end end - # Response message for ListWorkforcePoolProviderScimTenants. + # Agentspace only. Response message for ListWorkforcePoolProviderScimTenants. class ListWorkforcePoolProviderScimTenantsResponse include Google::Apis::Core::Hashable - # Optional. A token, which can be sent as `page_token` to retrieve the next page. - # If this field is omitted, there are no subsequent pages. + # Optional. Agentspace 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` # @return [String] attr_accessor :next_page_token - # Output only. A list of scim tenants. + # Output only. Agentspace only. A list of SCIM tenants. # Corresponds to the JSON property `workforcePoolProviderScimTenants` # @return [Array] attr_accessor :workforce_pool_provider_scim_tenants @@ -1409,17 +1410,18 @@ def update!(**args) end end - # Response message for ListWorkforcePoolProviderScimTokens. + # Agentspace only. Response message for ListWorkforcePoolProviderScimTokens. class ListWorkforcePoolProviderScimTokensResponse include Google::Apis::Core::Hashable - # Optional. A token, which can be sent as `page_token` to retrieve the next page. - # If this field is omitted, there are no subsequent pages. + # Optional. Agentspace 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` # @return [String] attr_accessor :next_page_token - # Output only. A list of scim tokens. + # Output only. Agentspace only. A list of SCIM tokens. # Corresponds to the JSON property `workforcePoolProviderScimTokens` # @return [Array] attr_accessor :workforce_pool_provider_scim_tokens @@ -3132,7 +3134,7 @@ def update!(**args) end end - # Request message for UndeleteWorkforcePoolProviderScimTenant. + # Agentspace only. Request message for UndeleteWorkforcePoolProviderScimTenant. class UndeleteWorkforcePoolProviderScimTenantRequest include Google::Apis::Core::Hashable @@ -3145,7 +3147,7 @@ def update!(**args) end end - # Request message for UndeleteWorkforcePoolProviderScimToken. + # Agentspace only. Request message for UndeleteWorkforcePoolProviderScimToken. class UndeleteWorkforcePoolProviderScimTokenRequest include Google::Apis::Core::Hashable @@ -3409,10 +3411,10 @@ class WorkforcePoolProvider # to access a JSON representation of the authentication credential issued by the # provider. The maximum length of an attribute mapping expression is 2048 # characters. When evaluated, the total size of all mapped attributes must not - # exceed 4KB. For OIDC providers, you must supply a custom mapping that includes - # the `google.subject` attribute. For example, the following maps the `sub` - # claim of the incoming credential to the `subject` attribute on a Google token: - # ``` `"google.subject": "assertion.sub"` ``` + # exceed 16 KB. For OIDC providers, you must supply a custom mapping that + # includes the `google.subject` attribute. For example, the following maps the ` + # sub` claim of the incoming credential to the `subject` attribute on a Google + # token: ``` `"google.subject": "assertion.sub"` ``` # Corresponds to the JSON property `attributeMapping` # @return [Hash] attr_accessor :attribute_mapping @@ -3557,47 +3559,56 @@ def update!(**args) end end - # Represents a scim tenant. Used for provisioning and managing identity data ( - # such as Users and Groups) in cross-domain environments. + # Agentspace only. Represents a SCIM tenant. Used for provisioning and managing + # identity data (such as Users and Groups) in cross-domain environments. class WorkforcePoolProviderScimTenant include Google::Apis::Core::Hashable - # Output only. Represents the base URI as defined in [RFC 7644, Section 1.3]( - # https://datatracker.ietf.org/doc/html/rfc7644#section-1.3). Clients must use - # this as the root address for managing resources under the tenant. Format: - # https://iamscim.googleapis.com/`version`/`tenant_id`/ + # Output only. Agentspace only. Represents the base URI as defined in [RFC 7644, + # Section 1.3](https://datatracker.ietf.org/doc/html/rfc7644#section-1.3). + # Clients must use this as the root address for managing resources under the + # tenant. Format: https://iamscim.googleapis.com/`version`/`tenant_id`/ # Corresponds to the JSON property `baseUri` # @return [String] attr_accessor :base_uri - # Optional. Maps BYOID claims to SCIM claims. + # Optional. Agentspace only. Maps BYOID claims to SCIM claims. # Corresponds to the JSON property `claimMapping` # @return [Hash] attr_accessor :claim_mapping - # Optional. The description of the scim tenant. Cannot exceed 256 characters. + # Optional. Agentspace only. The description of the SCIM tenant. Cannot exceed + # 256 characters. # Corresponds to the JSON property `description` # @return [String] attr_accessor :description - # Optional. The display name of the scim tenant. Cannot exceed 32 characters. + # Optional. Agentspace only. The display name of the SCIM tenant. Cannot exceed + # 32 characters. # Corresponds to the JSON property `displayName` # @return [String] attr_accessor :display_name - # Identifier. The resource name of the SCIM Tenant. Format: `locations/`location` - # /workforcePools/`workforce_pool`/providers/ `workforce_pool_provider`/ - # scimTenants/`scim_tenant`` + # Identifier. Agentspace only. The resource name of the SCIM Tenant. Format: ` + # locations/`location`/workforcePools/`workforce_pool`/providers/ ` + # workforce_pool_provider`/scimTenants/`scim_tenant`` # Corresponds to the JSON property `name` # @return [String] attr_accessor :name - # Output only. The timestamp when the scim tenant is going to be purged. + # Output only. Agentspace only. The timestamp that represents the time when the + # SCIM tenant is purged. # Corresponds to the JSON property `purgeTime` # @return [String] attr_accessor :purge_time - # Output only. The state of the tenant. + # Output only. Service Agent created by SCIM Tenant API. SCIM tokens created + # under this tenant will be attached to this service agent. + # Corresponds to the JSON property `serviceAgent` + # @return [String] + attr_accessor :service_agent + + # Output only. Agentspace only. The state of the tenant. # Corresponds to the JSON property `state` # @return [String] attr_accessor :state @@ -3614,34 +3625,36 @@ def update!(**args) @display_name = args[:display_name] if args.key?(:display_name) @name = args[:name] if args.key?(:name) @purge_time = args[:purge_time] if args.key?(:purge_time) + @service_agent = args[:service_agent] if args.key?(:service_agent) @state = args[:state] if args.key?(:state) end end - # Represents a token for the WorkforcePoolProviderScimTenant. Used for - # authenticating SCIM Provisioning requests. + # Agentspace only. Represents a token for the WorkforcePoolProviderScimTenant. + # Used for authenticating SCIM provisioning requests. class WorkforcePoolProviderScimToken include Google::Apis::Core::Hashable - # Optional. The display name of the scim token. Cannot exceed 32 characters. + # Optional. Agentspace only. The display name of the SCIM token. Cannot exceed + # 32 characters. # Corresponds to the JSON property `displayName` # @return [String] attr_accessor :display_name - # Identifier. The resource name of the SCIM Token. Format: `locations/`location`/ - # workforcePools/`workforce_pool`/providers/ `workforce_pool_provider`/ - # scimTenants/`scim_tenant`/tokens/`token`` + # Identifier. Agentspace only. The resource name of the SCIM Token. Format: ` + # locations/`location`/workforcePools/`workforce_pool`/providers/ ` + # workforce_pool_provider`/scimTenants/`scim_tenant`/tokens/`token`` # Corresponds to the JSON property `name` # @return [String] attr_accessor :name - # Output only. The token string. Provide this to the IdP for authentication. - # Will be set only during creation. + # Output only. Agentspace only. The token string. Provide this to the IdP for + # authentication. Will be set only during creation. # Corresponds to the JSON property `securityToken` # @return [String] attr_accessor :security_token - # Output only. The state of the token. + # Output only. Agentspace only. The state of the token. # Corresponds to the JSON property `state` # @return [String] attr_accessor :state @@ -3759,7 +3772,7 @@ class WorkloadIdentityPoolManagedIdentity # @return [String] attr_accessor :expire_time - # Identifier. The resource name of the managed identity. + # Output only. The resource name of the managed identity. # Corresponds to the JSON property `name` # @return [String] attr_accessor :name @@ -3941,7 +3954,7 @@ class WorkloadIdentityPoolProvider # @return [String] attr_accessor :expire_time - # Identifier. The resource name of the provider. + # Output only. The resource name of the provider. # Corresponds to the JSON property `name` # @return [String] attr_accessor :name diff --git a/generated/google-apis-iam_v1/lib/google/apis/iam_v1/gem_version.rb b/generated/google-apis-iam_v1/lib/google/apis/iam_v1/gem_version.rb index ae7fa22808b..9bf0bfbebca 100644 --- a/generated/google-apis-iam_v1/lib/google/apis/iam_v1/gem_version.rb +++ b/generated/google-apis-iam_v1/lib/google/apis/iam_v1/gem_version.rb @@ -16,13 +16,13 @@ module Google module Apis module IamV1 # Version of the google-apis-iam_v1 gem - GEM_VERSION = "0.77.0" + GEM_VERSION = "0.78.0" # Version of the code generator used to generate this client GENERATOR_VERSION = "0.18.0" # Revision of the discovery document this client was generated from - REVISION = "20250919" + REVISION = "20250925" end end end diff --git a/generated/google-apis-iam_v1/lib/google/apis/iam_v1/representations.rb b/generated/google-apis-iam_v1/lib/google/apis/iam_v1/representations.rb index 56baa5b5449..0182d718007 100644 --- a/generated/google-apis-iam_v1/lib/google/apis/iam_v1/representations.rb +++ b/generated/google-apis-iam_v1/lib/google/apis/iam_v1/representations.rb @@ -1668,6 +1668,7 @@ class Representation < Google::Apis::Core::JsonRepresentation property :display_name, as: 'displayName' property :name, as: 'name' property :purge_time, as: 'purgeTime' + property :service_agent, as: 'serviceAgent' property :state, as: 'state' end end diff --git a/generated/google-apis-iam_v1/lib/google/apis/iam_v1/service.rb b/generated/google-apis-iam_v1/lib/google/apis/iam_v1/service.rb index 2e8bca2ecda..a11043baf50 100644 --- a/generated/google-apis-iam_v1/lib/google/apis/iam_v1/service.rb +++ b/generated/google-apis-iam_v1/lib/google/apis/iam_v1/service.rb @@ -945,16 +945,17 @@ def get_location_workforce_pool_provider_operation(name, fields: nil, quota_user execute_or_queue_command(command, &block) end - # Creates a new WorkforcePoolProviderScimTenant in a WorkforcePoolProvider. You - # cannot reuse the name of a deleted scim tenant until 30 days after deletion. + # Agentspace only. Creates a new WorkforcePoolProviderScimTenant in a + # WorkforcePoolProvider. You cannot reuse the name of a deleted SCIM tenant + # until 30 days after deletion. # @param [String] parent - # Required. The parent to create scim tenant. Format: 'locations/`location`/ - # workforcePools/`workforce_pool`/providers/`provider`' + # Required. Agentspace only. The parent to create SCIM tenant. Format: ' + # locations/`location`/workforcePools/`workforce_pool`/providers/`provider`' # @param [Google::Apis::IamV1::WorkforcePoolProviderScimTenant] workforce_pool_provider_scim_tenant_object # @param [String] workforce_pool_provider_scim_tenant_id - # Required. The ID to use for the scim tenant, which becomes the final component - # of the resource name. This value should be 4-32 characters, and may contain - # the characters [a-z0-9-]. + # Required. Agentspace only. The ID to use for the SCIM tenant, which becomes + # the final component of the resource name. This value should be 4-32 characters, + # containing the characters [a-z0-9-]. # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user @@ -985,12 +986,13 @@ def create_location_workforce_pool_provider_scim_tenant(parent, workforce_pool_p execute_or_queue_command(command, &block) end - # Deletes a WorkforcePoolProviderScimTenant. You can undelete a scim tenant for - # 30 days. After 30 days, deletion is permanent. You cannot update deleted scim - # tenants. However, you can view and list them. + # Agentspace only. Deletes a WorkforcePoolProviderScimTenant. You can undelete a + # SCIM tenant for 30 days. After 30 days, deletion is permanent. You cannot + # update deleted SCIM tenants. However, you can view and list them. # @param [String] name - # Required. The name of the scim tenant to delete. Format: `locations/`location`/ - # workforcePools/`workforce_pool`/providers/`provider`/scimTenants/`scim_tenant`` + # Required. Agentspace only. The name of the scim tenant to delete. Format: ` + # locations/`location`/workforcePools/`workforce_pool`/providers/`provider`/ + # scimTenants/`scim_tenant`` # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user @@ -1018,11 +1020,11 @@ def delete_location_workforce_pool_provider_scim_tenant(name, fields: nil, quota execute_or_queue_command(command, &block) end - # Gets an individual WorkforcePoolProviderScimTenant. + # Agentspace only. Gets an individual WorkforcePoolProviderScimTenant. # @param [String] name - # Required. The name of the scim tenant to retrieve. Format: `locations/` - # location`/workforcePools/`workforce_pool`/providers/`provider`/scimTenants/` - # scim_tenant`` + # Required. Agentspace only. The name of the SCIM tenant to retrieve. Format: ` + # locations/`location`/workforcePools/`workforce_pool`/providers/`provider`/ + # scimTenants/`scim_tenant`` # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user @@ -1050,20 +1052,20 @@ def get_location_workforce_pool_provider_scim_tenant(name, fields: nil, quota_us execute_or_queue_command(command, &block) end - # Lists all non-deleted WorkforcePoolProviderScimTenants in a - # WorkforcePoolProvider. If `show_deleted` is set to `true`, then deleted scim + # Agentspace only. Lists all non-deleted WorkforcePoolProviderScimTenants in a + # WorkforcePoolProvider. If `show_deleted` is set to `true`, then deleted SCIM # tenants are also listed. # @param [String] parent - # Required. The parent to list scim tenants. Format: 'locations/`location`/ - # workforcePools/`workforce_pool`/providers/`provider`' + # Required. Agentspace only. The parent to list SCIM tenants. Format: 'locations/ + # `location`/workforcePools/`workforce_pool`/providers/`provider`' # @param [Fixnum] page_size - # Optional. The maximum number of scim tenants to return. If unspecified, at - # most 1 scim tenant will be returned. + # Optional. Agentspace only. The maximum number of SCIM tenants to return. If + # unspecified, at most 1 scim tenant will be returned. # @param [String] page_token - # Optional. A page token, received from a previous `ListScimTenants` call. - # Provide this to retrieve the subsequent page. + # Optional. Agentspace only. A page token, received from a previous ` + # ListScimTenants` call. Provide this to retrieve the subsequent page. # @param [Boolean] show_deleted - # Optional. Whether to return soft-deleted scim tenants. + # Optional. Agentspace only. Whether to return soft-deleted SCIM tenants. # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user @@ -1094,14 +1096,14 @@ def list_location_workforce_pool_provider_scim_tenants(parent, page_size: nil, p execute_or_queue_command(command, &block) end - # Updates an existing WorkforcePoolProviderScimTenant. + # Agentspace only. Updates an existing WorkforcePoolProviderScimTenant. # @param [String] name - # Identifier. The resource name of the SCIM Tenant. Format: `locations/`location` - # /workforcePools/`workforce_pool`/providers/ `workforce_pool_provider`/ - # scimTenants/`scim_tenant`` + # Identifier. Agentspace only. The resource name of the SCIM Tenant. Format: ` + # locations/`location`/workforcePools/`workforce_pool`/providers/ ` + # workforce_pool_provider`/scimTenants/`scim_tenant`` # @param [Google::Apis::IamV1::WorkforcePoolProviderScimTenant] workforce_pool_provider_scim_tenant_object # @param [String] update_mask - # Optional. The list of fields to update. + # Optional. Agentspace only. The list of fields to update. # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user @@ -1132,12 +1134,12 @@ def patch_location_workforce_pool_provider_scim_tenant(name, workforce_pool_prov execute_or_queue_command(command, &block) end - # Undeletes a WorkforcePoolProviderScimTenant, as long as it was deleted fewer - # than 30 days ago. + # Agentspace only. Undeletes a WorkforcePoolProviderScimTenant, that was deleted + # fewer than 30 days ago. # @param [String] name - # Required. The name of the scim tenant to undelete. Format: `locations/` - # location`/workforcePools/`workforce_pool`/providers/`provider`/scimTenants/` - # scim_tenant`` + # Required. Agentspace only. The name of the SCIM tenant to undelete. Format: ` + # locations/`location`/workforcePools/`workforce_pool`/providers/`provider`/ + # scimTenants/`scim_tenant`` # @param [Google::Apis::IamV1::UndeleteWorkforcePoolProviderScimTenantRequest] undelete_workforce_pool_provider_scim_tenant_request_object # @param [String] fields # Selector specifying which fields to include in a partial response. @@ -1168,18 +1170,18 @@ def undelete_workforce_pool_provider_scim_tenant(name, undelete_workforce_pool_p execute_or_queue_command(command, &block) end - # Creates a new WorkforcePoolProviderScimToken in a + # Agentspace only. Creates a new WorkforcePoolProviderScimToken in a # WorkforcePoolProviderScimTenant. You cannot reuse the name of a deleted SCIM # token until 30 days after deletion. # @param [String] parent - # Required. The parent tenant to create scim token. Format: 'locations/`location` - # /workforcePools/`workforce_pool`/providers/`provider`/scimTenants/`scim_tenant` - # ' + # Required. Agentspace only. The parent tenant to create SCIM token. Format: ' + # locations/`location`/workforcePools/`workforce_pool`/providers/`provider`/ + # scimTenants/`scim_tenant`' # @param [Google::Apis::IamV1::WorkforcePoolProviderScimToken] workforce_pool_provider_scim_token_object # @param [String] workforce_pool_provider_scim_token_id - # Required. The ID to use for the scim token, which becomes the final component - # of the resource name. This value should be 4-32 characters and follow this - # pattern: "([a-z]([a-z0-9\\-]`2,30`[a-z0-9]))" + # Required. Agentspace only. The ID to use for the SCIM token, which becomes the + # final component of the resource name. This value should be 4-32 characters and + # follow the pattern: "([a-z]([a-z0-9\\-]`2,30`[a-z0-9]))" # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user @@ -1210,13 +1212,13 @@ def create_location_workforce_pool_provider_scim_tenant_token(parent, workforce_ execute_or_queue_command(command, &block) end - # Deletes a WorkforcePoolProviderScimToken. You can undelete a scim token for 30 - # days. After 30 days, deletion is permanent. You cannot update deleted scim - # tokens. However, you can view and list them. + # Agentspace only. Deletes a WorkforcePoolProviderScimToken. You can undelete a + # SCIM token for 30 days. After 30 days, the SCIM token is permanently deleted. + # You cannot update deleted SCIM tokens, however, you can view and list them. # @param [String] name - # Required. The name of the scim token to delete. Format: `locations/`location`/ - # workforcePools/`workforce_pool`/providers/`provider`/scimTenants/`scim_tenant`/ - # tokens/`token`` + # Required. Agentspace only. The name of the SCIM token to delete. Format: ` + # locations/`location`/workforcePools/`workforce_pool`/providers/`provider`/ + # scimTenants/`scim_tenant`/tokens/`token`` # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user @@ -1244,11 +1246,11 @@ def delete_location_workforce_pool_provider_scim_tenant_token(name, fields: nil, execute_or_queue_command(command, &block) end - # Gets an individual WorkforcePoolProviderScimToken. + # Agentspace only. Gets an individual WorkforcePoolProviderScimToken. # @param [String] name - # Required. The name of the scim token to retrieve. Format: `locations/`location` - # /workforcePools/`workforce_pool`/providers/`provider`/scimTenants/`scim_tenant` - # /tokens/`token`` + # Required. Agentspace only. The name of the SCIM token to retrieve. Format: ` + # locations/`location`/workforcePools/`workforce_pool`/providers/`provider`/ + # scimTenants/`scim_tenant`/tokens/`token`` # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user @@ -1276,21 +1278,22 @@ def get_location_workforce_pool_provider_scim_tenant_token(name, fields: nil, qu execute_or_queue_command(command, &block) end - # Lists all non-deleted WorkforcePoolProviderScimTokenss in a + # Agentspace only. Lists all non-deleted WorkforcePoolProviderScimTokenss in a # WorkforcePoolProviderScimTenant. If `show_deleted` is set to `true`, then # deleted SCIM tokens are also listed. # @param [String] parent - # Required. The parent to list scim tokens. Format: 'locations/`location`/ - # workforcePools/`workforce_pool`/providers/`provider`/scimTenants/`scim_tenant`' + # Required. Agentspace only. The parent to list SCIM tokens. Format: 'locations/` + # location`/workforcePools/`workforce_pool`/providers/`provider`/scimTenants/` + # scim_tenant`' # @param [Fixnum] page_size - # Optional. The maximum number of scim tokens to return. If unspecified, at most - # 2 scim tokens will be returned. + # Optional. Agentspace only. The maximum number of scim tokens to return. If + # unspecified, at most 2 SCIM tokens will be returned. # @param [String] page_token - # Optional. A page token, received from a previous ` + # Optional. Agentspace only. A page token, received from a previous ` # ListWorkforcePoolProviderScimTokens` call. Provide this to retrieve the # subsequent page. # @param [Boolean] show_deleted - # Optional. Whether to return soft-deleted scim tokens. + # Optional. Agentspace only. Whether to return soft-deleted scim tokens. # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user @@ -1321,14 +1324,14 @@ def list_location_workforce_pool_provider_scim_tenant_tokens(parent, page_size: execute_or_queue_command(command, &block) end - # Updates an existing WorkforcePoolProviderScimToken. + # Agentspace only. Updates an existing WorkforcePoolProviderScimToken. # @param [String] name - # Identifier. The resource name of the SCIM Token. Format: `locations/`location`/ - # workforcePools/`workforce_pool`/providers/ `workforce_pool_provider`/ - # scimTenants/`scim_tenant`/tokens/`token`` + # Identifier. Agentspace only. The resource name of the SCIM Token. Format: ` + # locations/`location`/workforcePools/`workforce_pool`/providers/ ` + # workforce_pool_provider`/scimTenants/`scim_tenant`/tokens/`token`` # @param [Google::Apis::IamV1::WorkforcePoolProviderScimToken] workforce_pool_provider_scim_token_object # @param [String] update_mask - # Optional. The list of fields to update. + # Optional. Agentspace only. The list of fields to update. # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user @@ -1359,12 +1362,12 @@ def patch_location_workforce_pool_provider_scim_tenant_token(name, workforce_poo execute_or_queue_command(command, &block) end - # Undeletes a WorkforcePoolProviderScimToken, as long as it was deleted fewer - # than 30 days ago. + # Agentspace only. Undeletes a WorkforcePoolProviderScimToken,that was deleted + # fewer than 30 days ago. # @param [String] name - # Required. The name of the scim token to undelete. Format: `locations/`location` - # /workforcePools/`workforce_pool`/providers/`provider`/scimTenants/`scim_tenant` - # /tokens/`token`` + # Required. Agentspace only. The name of the SCIM token to undelete. Format: ` + # locations/`location`/workforcePools/`workforce_pool`/providers/`provider`/ + # scimTenants/`scim_tenant`/tokens/`token`` # @param [Google::Apis::IamV1::UndeleteWorkforcePoolProviderScimTokenRequest] undelete_workforce_pool_provider_scim_token_request_object # @param [String] fields # Selector specifying which fields to include in a partial response. @@ -3034,7 +3037,7 @@ def list_project_location_workload_identity_pool_namespace_managed_identity_atte # Updates an existing WorkloadIdentityPoolManagedIdentity in a # WorkloadIdentityPoolNamespace. # @param [String] name - # Identifier. The resource name of the managed identity. + # Output only. The resource name of the managed identity. # @param [Google::Apis::IamV1::WorkloadIdentityPoolManagedIdentity] workload_identity_pool_managed_identity_object # @param [String] update_mask # Required. The list of fields to update. @@ -3443,7 +3446,7 @@ def list_project_location_workload_identity_pool_providers(parent, page_size: ni # Updates an existing WorkloadIdentityPoolProvider. # @param [String] name - # Identifier. The resource name of the provider. + # Output only. The resource name of the provider. # @param [Google::Apis::IamV1::WorkloadIdentityPoolProvider] workload_identity_pool_provider_object # @param [String] update_mask # Required. The list of fields to update.