google-apis-iam_v1 0.73.0 → 0.79.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ef9460e4ba843432aac8de8e73cdaccff0b158e8615c0d4c12aec6ae9c98c128
4
- data.tar.gz: 62309cd266077ee4259f41b588a68afa276392acebbd2b504bc8ea28ec057048
3
+ metadata.gz: '0855742e6cc515c8aae0d724c767f77121b58399897e303a0d4a38c8a0b94d12'
4
+ data.tar.gz: eae971b163bb60ca5acd5697c451038dfd34731af1103e5aba041c25bfe8b93f
5
5
  SHA512:
6
- metadata.gz: 93545470c82960ce38c071bf68dc9e63b985bea7a3b707532a03e5cb079c5472ce1edcee0e997207efef920429b1e4204d286e166dc4d027bf92124f77ad1ddb
7
- data.tar.gz: f345cb3c999f9c130e7f0bc850e3bce814b5e86018393c600500c568d777e06e0cf3d88537340eb45108883427d26681db1fc539bd0c4fffe0180b3f3f1acd2f
6
+ metadata.gz: b6f35a04cc15ff8d3a711e3a08511fc89a2be091593dae33e89dc19edcce02b2f170ed393d176bec2d1c090a190db2dde2a793af30b8aaf9babe57ed6b78436f
7
+ data.tar.gz: 92ddebf0ad25af76967624fe4e3a64730dcc4fe4d35ec27ebd8a72680c85f2d1e5aef3c79b81c4bfcc478854fe48a79c577b3460ac3cc7b1135bd29e69a5b80e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # Release history for google-apis-iam_v1
2
2
 
3
+ ### v0.79.0 (2025-10-12)
4
+
5
+ * Regenerated from discovery document revision 20251003
6
+
7
+ ### v0.78.0 (2025-10-05)
8
+
9
+ * Regenerated from discovery document revision 20250925
10
+
11
+ ### v0.77.0 (2025-09-28)
12
+
13
+ * Regenerated from discovery document revision 20250919
14
+
15
+ ### v0.76.0 (2025-09-14)
16
+
17
+ * Regenerated from discovery document revision 20250905
18
+
19
+ ### v0.75.0 (2025-08-31)
20
+
21
+ * Regenerated from discovery document revision 20250825
22
+
23
+ ### v0.74.0 (2025-08-24)
24
+
25
+ * Regenerated from discovery document revision 20250815
26
+
3
27
  ### v0.73.0 (2025-07-27)
4
28
 
5
29
  * Regenerated from discovery document revision 20250718
@@ -1383,17 +1383,18 @@ module Google
1383
1383
  end
1384
1384
  end
1385
1385
 
1386
- # Response message for ListWorkforcePoolProviderScimTenants.
1386
+ # Agentspace only. Response message for ListWorkforcePoolProviderScimTenants.
1387
1387
  class ListWorkforcePoolProviderScimTenantsResponse
1388
1388
  include Google::Apis::Core::Hashable
1389
1389
 
1390
- # Optional. A token, which can be sent as `page_token` to retrieve the next page.
1391
- # If this field is omitted, there are no subsequent pages.
1390
+ # Optional. Agentspace only. A token, which can be sent as `page_token` to
1391
+ # retrieve the next page. If this field is omitted, there are no subsequent
1392
+ # pages.
1392
1393
  # Corresponds to the JSON property `nextPageToken`
1393
1394
  # @return [String]
1394
1395
  attr_accessor :next_page_token
1395
1396
 
1396
- # Output only. A list of scim tenants.
1397
+ # Output only. Agentspace only. A list of SCIM tenants.
1397
1398
  # Corresponds to the JSON property `workforcePoolProviderScimTenants`
1398
1399
  # @return [Array<Google::Apis::IamV1::WorkforcePoolProviderScimTenant>]
1399
1400
  attr_accessor :workforce_pool_provider_scim_tenants
@@ -1409,17 +1410,18 @@ module Google
1409
1410
  end
1410
1411
  end
1411
1412
 
1412
- # Response message for ListWorkforcePoolProviderScimTokens.
1413
+ # Agentspace only. Response message for ListWorkforcePoolProviderScimTokens.
1413
1414
  class ListWorkforcePoolProviderScimTokensResponse
1414
1415
  include Google::Apis::Core::Hashable
1415
1416
 
1416
- # Optional. A token, which can be sent as `page_token` to retrieve the next page.
1417
- # If this field is omitted, there are no subsequent pages.
1417
+ # Optional. Agentspace only. A token, which can be sent as `page_token` to
1418
+ # retrieve the next page. If this field is omitted, there are no subsequent
1419
+ # pages.
1418
1420
  # Corresponds to the JSON property `nextPageToken`
1419
1421
  # @return [String]
1420
1422
  attr_accessor :next_page_token
1421
1423
 
1422
- # Output only. A list of scim tokens.
1424
+ # Output only. Agentspace only. A list of SCIM tokens.
1423
1425
  # Corresponds to the JSON property `workforcePoolProviderScimTokens`
1424
1426
  # @return [Array<Google::Apis::IamV1::WorkforcePoolProviderScimToken>]
1425
1427
  attr_accessor :workforce_pool_provider_scim_tokens
@@ -3132,7 +3134,7 @@ module Google
3132
3134
  end
3133
3135
  end
3134
3136
 
3135
- # Request message for UndeleteWorkforcePoolProviderScimTenant.
3137
+ # Agentspace only. Request message for UndeleteWorkforcePoolProviderScimTenant.
3136
3138
  class UndeleteWorkforcePoolProviderScimTenantRequest
3137
3139
  include Google::Apis::Core::Hashable
3138
3140
 
@@ -3145,7 +3147,7 @@ module Google
3145
3147
  end
3146
3148
  end
3147
3149
 
3148
- # Request message for UndeleteWorkforcePoolProviderScimToken.
3150
+ # Agentspace only. Request message for UndeleteWorkforcePoolProviderScimToken.
3149
3151
  class UndeleteWorkforcePoolProviderScimTokenRequest
3150
3152
  include Google::Apis::Core::Hashable
3151
3153
 
@@ -3281,8 +3283,7 @@ module Google
3281
3283
  # @return [Google::Apis::IamV1::AccessRestrictions]
3282
3284
  attr_accessor :access_restrictions
3283
3285
 
3284
- # Optional. A user-specified description of the pool. Cannot exceed 256
3285
- # characters.
3286
+ # Optional. A description of the pool. Cannot exceed 256 characters.
3286
3287
  # Corresponds to the JSON property `description`
3287
3288
  # @return [String]
3288
3289
  attr_accessor :description
@@ -3295,8 +3296,7 @@ module Google
3295
3296
  attr_accessor :disabled
3296
3297
  alias_method :disabled?, :disabled
3297
3298
 
3298
- # Optional. A user-specified display name of the pool in Google Cloud Console.
3299
- # Cannot exceed 32 characters.
3299
+ # Optional. A display name for the pool. Cannot exceed 32 characters.
3300
3300
  # Corresponds to the JSON property `displayName`
3301
3301
  # @return [String]
3302
3302
  attr_accessor :display_name
@@ -3411,16 +3411,15 @@ module Google
3411
3411
  # to access a JSON representation of the authentication credential issued by the
3412
3412
  # provider. The maximum length of an attribute mapping expression is 2048
3413
3413
  # characters. When evaluated, the total size of all mapped attributes must not
3414
- # exceed 4KB. For OIDC providers, you must supply a custom mapping that includes
3415
- # the `google.subject` attribute. For example, the following maps the `sub`
3416
- # claim of the incoming credential to the `subject` attribute on a Google token:
3417
- # ``` `"google.subject": "assertion.sub"` ```
3414
+ # exceed 16 KB. For OIDC providers, you must supply a custom mapping that
3415
+ # includes the `google.subject` attribute. For example, the following maps the `
3416
+ # sub` claim of the incoming credential to the `subject` attribute on a Google
3417
+ # token: ``` `"google.subject": "assertion.sub"` ```
3418
3418
  # Corresponds to the JSON property `attributeMapping`
3419
3419
  # @return [Hash<String,String>]
3420
3420
  attr_accessor :attribute_mapping
3421
3421
 
3422
- # Optional. A user-specified description of the provider. Cannot exceed 256
3423
- # characters.
3422
+ # Optional. A description of the provider. Cannot exceed 256 characters.
3424
3423
  # Corresponds to the JSON property `description`
3425
3424
  # @return [String]
3426
3425
  attr_accessor :description
@@ -3440,14 +3439,13 @@ module Google
3440
3439
  attr_accessor :disabled
3441
3440
  alias_method :disabled?, :disabled
3442
3441
 
3443
- # Optional. A user-specified display name for the provider. Cannot exceed 32
3444
- # characters.
3442
+ # Optional. A display name for the provider. Cannot exceed 32 characters.
3445
3443
  # Corresponds to the JSON property `displayName`
3446
3444
  # @return [String]
3447
3445
  attr_accessor :display_name
3448
3446
 
3449
- # Output only. Time after which the workload pool provider will be permanently
3450
- # purged and cannot be recovered.
3447
+ # Output only. Time after which the workforce identity pool provider will be
3448
+ # permanently purged and cannot be recovered.
3451
3449
  # Corresponds to the JSON property `expireTime`
3452
3450
  # @return [String]
3453
3451
  attr_accessor :expire_time
@@ -3561,49 +3559,56 @@ module Google
3561
3559
  end
3562
3560
  end
3563
3561
 
3564
- # Represents a scim tenant. Used for provisioning and managing identity data (
3565
- # such as Users and Groups) in cross-domain environments.
3562
+ # Agentspace only. Represents a SCIM tenant. Used for provisioning and managing
3563
+ # identity data (such as Users and Groups) in cross-domain environments.
3566
3564
  class WorkforcePoolProviderScimTenant
3567
3565
  include Google::Apis::Core::Hashable
3568
3566
 
3569
- # Output only. Represents the base URI as defined in [RFC 7644, Section 1.3](
3570
- # https://datatracker.ietf.org/doc/html/rfc7644#section-1.3). Clients must use
3571
- # this as the root address for managing resources under the tenant. Format:
3572
- # https://iamscim.googleapis.com/`version`/`tenant_id`/
3567
+ # Output only. Agentspace only. Represents the base URI as defined in [RFC 7644,
3568
+ # Section 1.3](https://datatracker.ietf.org/doc/html/rfc7644#section-1.3).
3569
+ # Clients must use this as the root address for managing resources under the
3570
+ # tenant. Format: https://iamscim.googleapis.com/`version`/`tenant_id`/
3573
3571
  # Corresponds to the JSON property `baseUri`
3574
3572
  # @return [String]
3575
3573
  attr_accessor :base_uri
3576
3574
 
3577
- # Optional. Maps BYOID claims to SCIM claims.
3575
+ # Optional. Agentspace only. Maps BYOID claims to SCIM claims.
3578
3576
  # Corresponds to the JSON property `claimMapping`
3579
3577
  # @return [Hash<String,String>]
3580
3578
  attr_accessor :claim_mapping
3581
3579
 
3582
- # Optional. The user-specified description of the scim tenant. Cannot exceed 256
3583
- # characters.
3580
+ # Optional. Agentspace only. The description of the SCIM tenant. Cannot exceed
3581
+ # 256 characters.
3584
3582
  # Corresponds to the JSON property `description`
3585
3583
  # @return [String]
3586
3584
  attr_accessor :description
3587
3585
 
3588
- # Optional. The user-specified display name of the scim tenant. Cannot exceed 32
3589
- # characters.
3586
+ # Optional. Agentspace only. The display name of the SCIM tenant. Cannot exceed
3587
+ # 32 characters.
3590
3588
  # Corresponds to the JSON property `displayName`
3591
3589
  # @return [String]
3592
3590
  attr_accessor :display_name
3593
3591
 
3594
- # Identifier. The resource name of the SCIM Tenant. Format: `locations/`location`
3595
- # /workforcePools/`workforce_pool`/providers/ `workforce_pool_provider`/
3596
- # scimTenants/`scim_tenant``
3592
+ # Identifier. Agentspace only. The resource name of the SCIM Tenant. Format: `
3593
+ # locations/`location`/workforcePools/`workforce_pool`/providers/ `
3594
+ # workforce_pool_provider`/scimTenants/`scim_tenant``
3597
3595
  # Corresponds to the JSON property `name`
3598
3596
  # @return [String]
3599
3597
  attr_accessor :name
3600
3598
 
3601
- # Output only. The timestamp when the scim tenant is going to be purged.
3599
+ # Output only. Agentspace only. The timestamp that represents the time when the
3600
+ # SCIM tenant is purged.
3602
3601
  # Corresponds to the JSON property `purgeTime`
3603
3602
  # @return [String]
3604
3603
  attr_accessor :purge_time
3605
3604
 
3606
- # Output only. The state of the tenant.
3605
+ # Output only. Service Agent created by SCIM Tenant API. SCIM tokens created
3606
+ # under this tenant will be attached to this service agent.
3607
+ # Corresponds to the JSON property `serviceAgent`
3608
+ # @return [String]
3609
+ attr_accessor :service_agent
3610
+
3611
+ # Output only. Agentspace only. The state of the tenant.
3607
3612
  # Corresponds to the JSON property `state`
3608
3613
  # @return [String]
3609
3614
  attr_accessor :state
@@ -3620,35 +3625,36 @@ module Google
3620
3625
  @display_name = args[:display_name] if args.key?(:display_name)
3621
3626
  @name = args[:name] if args.key?(:name)
3622
3627
  @purge_time = args[:purge_time] if args.key?(:purge_time)
3628
+ @service_agent = args[:service_agent] if args.key?(:service_agent)
3623
3629
  @state = args[:state] if args.key?(:state)
3624
3630
  end
3625
3631
  end
3626
3632
 
3627
- # Represents a token for the WorkforcePoolProviderScimTenant. Used for
3628
- # authenticating SCIM Provisioning requests.
3633
+ # Agentspace only. Represents a token for the WorkforcePoolProviderScimTenant.
3634
+ # Used for authenticating SCIM provisioning requests.
3629
3635
  class WorkforcePoolProviderScimToken
3630
3636
  include Google::Apis::Core::Hashable
3631
3637
 
3632
- # Optional. The user-specified display name of the scim token. Cannot exceed 32
3633
- # characters.
3638
+ # Optional. Agentspace only. The display name of the SCIM token. Cannot exceed
3639
+ # 32 characters.
3634
3640
  # Corresponds to the JSON property `displayName`
3635
3641
  # @return [String]
3636
3642
  attr_accessor :display_name
3637
3643
 
3638
- # Identifier. The resource name of the SCIM Token. Format: `locations/`location`/
3639
- # workforcePools/`workforce_pool`/providers/ `workforce_pool_provider`/
3640
- # scimTenants/`scim_tenant`/tokens/`token``
3644
+ # Identifier. Agentspace only. The resource name of the SCIM Token. Format: `
3645
+ # locations/`location`/workforcePools/`workforce_pool`/providers/ `
3646
+ # workforce_pool_provider`/scimTenants/`scim_tenant`/tokens/`token``
3641
3647
  # Corresponds to the JSON property `name`
3642
3648
  # @return [String]
3643
3649
  attr_accessor :name
3644
3650
 
3645
- # Output only. The token string. Provide this to the IdP for authentication.
3646
- # Will be set only during creation.
3651
+ # Output only. Agentspace only. The token string. Provide this to the IdP for
3652
+ # authentication. Will be set only during creation.
3647
3653
  # Corresponds to the JSON property `securityToken`
3648
3654
  # @return [String]
3649
3655
  attr_accessor :security_token
3650
3656
 
3651
- # Output only. The state of the token.
3657
+ # Output only. Agentspace only. The state of the token.
3652
3658
  # Corresponds to the JSON property `state`
3653
3659
  # @return [String]
3654
3660
  attr_accessor :state
@@ -3747,14 +3753,14 @@ module Google
3747
3753
  class WorkloadIdentityPoolManagedIdentity
3748
3754
  include Google::Apis::Core::Hashable
3749
3755
 
3750
- # A description of the managed identity. Cannot exceed 256 characters.
3756
+ # Optional. A description of the managed identity. Cannot exceed 256 characters.
3751
3757
  # Corresponds to the JSON property `description`
3752
3758
  # @return [String]
3753
3759
  attr_accessor :description
3754
3760
 
3755
- # Whether the managed identity is disabled. If disabled, credentials may no
3756
- # longer be issued for the identity, however existing credentials will still be
3757
- # accepted until they expire.
3761
+ # Optional. Whether the managed identity is disabled. If disabled, credentials
3762
+ # may no longer be issued for the identity, however existing credentials will
3763
+ # still be accepted until they expire.
3758
3764
  # Corresponds to the JSON property `disabled`
3759
3765
  # @return [Boolean]
3760
3766
  attr_accessor :disabled
@@ -3795,14 +3801,14 @@ module Google
3795
3801
  class WorkloadIdentityPoolNamespace
3796
3802
  include Google::Apis::Core::Hashable
3797
3803
 
3798
- # A description of the namespace. Cannot exceed 256 characters.
3804
+ # Optional. A description of the namespace. Cannot exceed 256 characters.
3799
3805
  # Corresponds to the JSON property `description`
3800
3806
  # @return [String]
3801
3807
  attr_accessor :description
3802
3808
 
3803
- # Whether the namespace is disabled. If disabled, credentials may no longer be
3804
- # issued for identities within this namespace, however existing credentials will
3805
- # still be accepted until they expire.
3809
+ # Optional. Whether the namespace is disabled. If disabled, credentials may no
3810
+ # longer be issued for identities within this namespace, however existing
3811
+ # credentials will still be accepted until they expire.
3806
3812
  # Corresponds to the JSON property `disabled`
3807
3813
  # @return [Boolean]
3808
3814
  attr_accessor :disabled
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module IamV1
18
18
  # Version of the google-apis-iam_v1 gem
19
- GEM_VERSION = "0.73.0"
19
+ GEM_VERSION = "0.79.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250718"
25
+ REVISION = "20251003"
26
26
  end
27
27
  end
28
28
  end
@@ -1668,6 +1668,7 @@ module Google
1668
1668
  property :display_name, as: 'displayName'
1669
1669
  property :name, as: 'name'
1670
1670
  property :purge_time, as: 'purgeTime'
1671
+ property :service_agent, as: 'serviceAgent'
1671
1672
  property :state, as: 'state'
1672
1673
  end
1673
1674
  end
@@ -269,9 +269,8 @@ module Google
269
269
  # @param [String] location
270
270
  # The location of the pool. Format: `locations/`location``.
271
271
  # @param [Fixnum] page_size
272
- # The maximum number of pools to return. If unspecified, at most 50 pools will
273
- # be returned. The maximum value is 1000; values above 1000 are truncated to
274
- # 1000.
272
+ # The maximum number of pools to return. The default value is 50. The maximum
273
+ # value is 100.
275
274
  # @param [String] page_token
276
275
  # A page token, received from a previous `ListWorkforcePools` call. Provide this
277
276
  # to retrieve the subsequent page.
@@ -946,16 +945,17 @@ module Google
946
945
  execute_or_queue_command(command, &block)
947
946
  end
948
947
 
949
- # Creates a new WorkforcePoolProviderScimTenant in a WorkforcePoolProvider. You
950
- # cannot reuse the name of a deleted scim tenant until 30 days after deletion.
948
+ # Agentspace only. Creates a new WorkforcePoolProviderScimTenant in a
949
+ # WorkforcePoolProvider. You cannot reuse the name of a deleted SCIM tenant
950
+ # until 30 days after deletion.
951
951
  # @param [String] parent
952
- # Required. The parent to create scim tenant. Format: 'locations/`location`/
953
- # workforcePools/`workforce_pool`/providers/`provider`'
952
+ # Required. Agentspace only. The parent to create SCIM tenant. Format: '
953
+ # locations/`location`/workforcePools/`workforce_pool`/providers/`provider`'
954
954
  # @param [Google::Apis::IamV1::WorkforcePoolProviderScimTenant] workforce_pool_provider_scim_tenant_object
955
955
  # @param [String] workforce_pool_provider_scim_tenant_id
956
- # Required. The ID to use for the scim tenant, which becomes the final component
957
- # of the resource name. This value should be 4-32 characters, and may contain
958
- # the characters [a-z0-9-].
956
+ # Required. Agentspace only. The ID to use for the SCIM tenant, which becomes
957
+ # the final component of the resource name. This value should be 4-32 characters,
958
+ # containing the characters [a-z0-9-].
959
959
  # @param [String] fields
960
960
  # Selector specifying which fields to include in a partial response.
961
961
  # @param [String] quota_user
@@ -986,12 +986,15 @@ module Google
986
986
  execute_or_queue_command(command, &block)
987
987
  end
988
988
 
989
- # Deletes a WorkforcePoolProviderScimTenant. You can undelete a scim tenant for
990
- # 30 days. After 30 days, deletion is permanent. You cannot update deleted scim
991
- # tenants. However, you can view and list them.
989
+ # Agentspace only. Deletes a WorkforcePoolProviderScimTenant. You can undelete a
990
+ # SCIM tenant for 30 days. After 30 days, deletion is permanent. You cannot
991
+ # update deleted SCIM tenants. However, you can view and list them.
992
992
  # @param [String] name
993
- # Required. The name of the scim tenant to delete. Format: `locations/`location`/
994
- # workforcePools/`workforce_pool`/providers/`provider`/scimTenants/`scim_tenant``
993
+ # Required. Agentspace only. The name of the scim tenant to delete. Format: `
994
+ # locations/`location`/workforcePools/`workforce_pool`/providers/`provider`/
995
+ # scimTenants/`scim_tenant``
996
+ # @param [Boolean] hard_delete
997
+ # Optional. Deletes the SCIM tenant immediately. This operation cannot be undone.
995
998
  # @param [String] fields
996
999
  # Selector specifying which fields to include in a partial response.
997
1000
  # @param [String] quota_user
@@ -1009,21 +1012,22 @@ module Google
1009
1012
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1010
1013
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1011
1014
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1012
- def delete_location_workforce_pool_provider_scim_tenant(name, fields: nil, quota_user: nil, options: nil, &block)
1015
+ def delete_location_workforce_pool_provider_scim_tenant(name, hard_delete: nil, fields: nil, quota_user: nil, options: nil, &block)
1013
1016
  command = make_simple_command(:delete, 'v1/{+name}', options)
1014
1017
  command.response_representation = Google::Apis::IamV1::WorkforcePoolProviderScimTenant::Representation
1015
1018
  command.response_class = Google::Apis::IamV1::WorkforcePoolProviderScimTenant
1016
1019
  command.params['name'] = name unless name.nil?
1020
+ command.query['hardDelete'] = hard_delete unless hard_delete.nil?
1017
1021
  command.query['fields'] = fields unless fields.nil?
1018
1022
  command.query['quotaUser'] = quota_user unless quota_user.nil?
1019
1023
  execute_or_queue_command(command, &block)
1020
1024
  end
1021
1025
 
1022
- # Gets an individual WorkforcePoolProviderScimTenant.
1026
+ # Agentspace only. Gets an individual WorkforcePoolProviderScimTenant.
1023
1027
  # @param [String] name
1024
- # Required. The name of the scim tenant to retrieve. Format: `locations/`
1025
- # location`/workforcePools/`workforce_pool`/providers/`provider`/scimTenants/`
1026
- # scim_tenant``
1028
+ # Required. Agentspace only. The name of the SCIM tenant to retrieve. Format: `
1029
+ # locations/`location`/workforcePools/`workforce_pool`/providers/`provider`/
1030
+ # scimTenants/`scim_tenant``
1027
1031
  # @param [String] fields
1028
1032
  # Selector specifying which fields to include in a partial response.
1029
1033
  # @param [String] quota_user
@@ -1051,20 +1055,20 @@ module Google
1051
1055
  execute_or_queue_command(command, &block)
1052
1056
  end
1053
1057
 
1054
- # Lists all non-deleted WorkforcePoolProviderScimTenants in a
1055
- # WorkforcePoolProvider. If `show_deleted` is set to `true`, then deleted scim
1058
+ # Agentspace only. Lists all non-deleted WorkforcePoolProviderScimTenants in a
1059
+ # WorkforcePoolProvider. If `show_deleted` is set to `true`, then deleted SCIM
1056
1060
  # tenants are also listed.
1057
1061
  # @param [String] parent
1058
- # Required. The parent to list scim tenants. Format: 'locations/`location`/
1059
- # workforcePools/`workforce_pool`/providers/`provider`'
1062
+ # Required. Agentspace only. The parent to list SCIM tenants. Format: 'locations/
1063
+ # `location`/workforcePools/`workforce_pool`/providers/`provider`'
1060
1064
  # @param [Fixnum] page_size
1061
- # Optional. The maximum number of scim tenants to return. If unspecified, at
1062
- # most 1 scim tenant will be returned.
1065
+ # Optional. Agentspace only. The maximum number of SCIM tenants to return. If
1066
+ # unspecified, at most 1 scim tenant will be returned.
1063
1067
  # @param [String] page_token
1064
- # Optional. A page token, received from a previous `ListScimTenants` call.
1065
- # Provide this to retrieve the subsequent page.
1068
+ # Optional. Agentspace only. A page token, received from a previous `
1069
+ # ListScimTenants` call. Provide this to retrieve the subsequent page.
1066
1070
  # @param [Boolean] show_deleted
1067
- # Optional. Whether to return soft-deleted scim tenants.
1071
+ # Optional. Agentspace only. Whether to return soft-deleted SCIM tenants.
1068
1072
  # @param [String] fields
1069
1073
  # Selector specifying which fields to include in a partial response.
1070
1074
  # @param [String] quota_user
@@ -1095,14 +1099,14 @@ module Google
1095
1099
  execute_or_queue_command(command, &block)
1096
1100
  end
1097
1101
 
1098
- # Updates an existing WorkforcePoolProviderScimTenant.
1102
+ # Agentspace only. Updates an existing WorkforcePoolProviderScimTenant.
1099
1103
  # @param [String] name
1100
- # Identifier. The resource name of the SCIM Tenant. Format: `locations/`location`
1101
- # /workforcePools/`workforce_pool`/providers/ `workforce_pool_provider`/
1102
- # scimTenants/`scim_tenant``
1104
+ # Identifier. Agentspace only. The resource name of the SCIM Tenant. Format: `
1105
+ # locations/`location`/workforcePools/`workforce_pool`/providers/ `
1106
+ # workforce_pool_provider`/scimTenants/`scim_tenant``
1103
1107
  # @param [Google::Apis::IamV1::WorkforcePoolProviderScimTenant] workforce_pool_provider_scim_tenant_object
1104
1108
  # @param [String] update_mask
1105
- # Optional. The list of fields to update.
1109
+ # Optional. Agentspace only. The list of fields to update.
1106
1110
  # @param [String] fields
1107
1111
  # Selector specifying which fields to include in a partial response.
1108
1112
  # @param [String] quota_user
@@ -1133,12 +1137,12 @@ module Google
1133
1137
  execute_or_queue_command(command, &block)
1134
1138
  end
1135
1139
 
1136
- # Undeletes a WorkforcePoolProviderScimTenant, as long as it was deleted fewer
1137
- # than 30 days ago.
1140
+ # Agentspace only. Undeletes a WorkforcePoolProviderScimTenant, that was deleted
1141
+ # fewer than 30 days ago.
1138
1142
  # @param [String] name
1139
- # Required. The name of the scim tenant to undelete. Format: `locations/`
1140
- # location`/workforcePools/`workforce_pool`/providers/`provider`/scimTenants/`
1141
- # scim_tenant``
1143
+ # Required. Agentspace only. The name of the SCIM tenant to undelete. Format: `
1144
+ # locations/`location`/workforcePools/`workforce_pool`/providers/`provider`/
1145
+ # scimTenants/`scim_tenant``
1142
1146
  # @param [Google::Apis::IamV1::UndeleteWorkforcePoolProviderScimTenantRequest] undelete_workforce_pool_provider_scim_tenant_request_object
1143
1147
  # @param [String] fields
1144
1148
  # Selector specifying which fields to include in a partial response.
@@ -1169,18 +1173,18 @@ module Google
1169
1173
  execute_or_queue_command(command, &block)
1170
1174
  end
1171
1175
 
1172
- # Creates a new WorkforcePoolProviderScimToken in a
1176
+ # Agentspace only. Creates a new WorkforcePoolProviderScimToken in a
1173
1177
  # WorkforcePoolProviderScimTenant. You cannot reuse the name of a deleted SCIM
1174
1178
  # token until 30 days after deletion.
1175
1179
  # @param [String] parent
1176
- # Required. The parent tenant to create scim token. Format: 'locations/`location`
1177
- # /workforcePools/`workforce_pool`/providers/`provider`/scimTenants/`scim_tenant`
1178
- # '
1180
+ # Required. Agentspace only. The parent tenant to create SCIM token. Format: '
1181
+ # locations/`location`/workforcePools/`workforce_pool`/providers/`provider`/
1182
+ # scimTenants/`scim_tenant`'
1179
1183
  # @param [Google::Apis::IamV1::WorkforcePoolProviderScimToken] workforce_pool_provider_scim_token_object
1180
1184
  # @param [String] workforce_pool_provider_scim_token_id
1181
- # Required. The ID to use for the scim token, which becomes the final component
1182
- # of the resource name. This value should be 4-32 characters and follow this
1183
- # pattern: "([a-z]([a-z0-9\\-]`2,30`[a-z0-9]))"
1185
+ # Required. Agentspace only. The ID to use for the SCIM token, which becomes the
1186
+ # final component of the resource name. This value should be 4-32 characters and
1187
+ # follow the pattern: "([a-z]([a-z0-9\\-]`2,30`[a-z0-9]))"
1184
1188
  # @param [String] fields
1185
1189
  # Selector specifying which fields to include in a partial response.
1186
1190
  # @param [String] quota_user
@@ -1211,13 +1215,13 @@ module Google
1211
1215
  execute_or_queue_command(command, &block)
1212
1216
  end
1213
1217
 
1214
- # Deletes a WorkforcePoolProviderScimToken. You can undelete a scim token for 30
1215
- # days. After 30 days, deletion is permanent. You cannot update deleted scim
1216
- # tokens. However, you can view and list them.
1218
+ # Agentspace only. Deletes a WorkforcePoolProviderScimToken. You can undelete a
1219
+ # SCIM token for 30 days. After 30 days, the SCIM token is permanently deleted.
1220
+ # You cannot update deleted SCIM tokens, however, you can view and list them.
1217
1221
  # @param [String] name
1218
- # Required. The name of the scim token to delete. Format: `locations/`location`/
1219
- # workforcePools/`workforce_pool`/providers/`provider`/scimTenants/`scim_tenant`/
1220
- # tokens/`token``
1222
+ # Required. Agentspace only. The name of the SCIM token to delete. Format: `
1223
+ # locations/`location`/workforcePools/`workforce_pool`/providers/`provider`/
1224
+ # scimTenants/`scim_tenant`/tokens/`token``
1221
1225
  # @param [String] fields
1222
1226
  # Selector specifying which fields to include in a partial response.
1223
1227
  # @param [String] quota_user
@@ -1245,11 +1249,11 @@ module Google
1245
1249
  execute_or_queue_command(command, &block)
1246
1250
  end
1247
1251
 
1248
- # Gets an individual WorkforcePoolProviderScimToken.
1252
+ # Agentspace only. Gets an individual WorkforcePoolProviderScimToken.
1249
1253
  # @param [String] name
1250
- # Required. The name of the scim token to retrieve. Format: `locations/`location`
1251
- # /workforcePools/`workforce_pool`/providers/`provider`/scimTenants/`scim_tenant`
1252
- # /tokens/`token``
1254
+ # Required. Agentspace only. The name of the SCIM token to retrieve. Format: `
1255
+ # locations/`location`/workforcePools/`workforce_pool`/providers/`provider`/
1256
+ # scimTenants/`scim_tenant`/tokens/`token``
1253
1257
  # @param [String] fields
1254
1258
  # Selector specifying which fields to include in a partial response.
1255
1259
  # @param [String] quota_user
@@ -1277,21 +1281,22 @@ module Google
1277
1281
  execute_or_queue_command(command, &block)
1278
1282
  end
1279
1283
 
1280
- # Lists all non-deleted WorkforcePoolProviderScimTokenss in a
1284
+ # Agentspace only. Lists all non-deleted WorkforcePoolProviderScimTokenss in a
1281
1285
  # WorkforcePoolProviderScimTenant. If `show_deleted` is set to `true`, then
1282
1286
  # deleted SCIM tokens are also listed.
1283
1287
  # @param [String] parent
1284
- # Required. The parent to list scim tokens. Format: 'locations/`location`/
1285
- # workforcePools/`workforce_pool`/providers/`provider`/scimTenants/`scim_tenant`'
1288
+ # Required. Agentspace only. The parent to list SCIM tokens. Format: 'locations/`
1289
+ # location`/workforcePools/`workforce_pool`/providers/`provider`/scimTenants/`
1290
+ # scim_tenant`'
1286
1291
  # @param [Fixnum] page_size
1287
- # Optional. The maximum number of scim tokens to return. If unspecified, at most
1288
- # 2 scim tokens will be returned.
1292
+ # Optional. Agentspace only. The maximum number of scim tokens to return. If
1293
+ # unspecified, at most 2 SCIM tokens will be returned.
1289
1294
  # @param [String] page_token
1290
- # Optional. A page token, received from a previous `
1295
+ # Optional. Agentspace only. A page token, received from a previous `
1291
1296
  # ListWorkforcePoolProviderScimTokens` call. Provide this to retrieve the
1292
1297
  # subsequent page.
1293
1298
  # @param [Boolean] show_deleted
1294
- # Optional. Whether to return soft-deleted scim tokens.
1299
+ # Optional. Agentspace only. Whether to return soft-deleted scim tokens.
1295
1300
  # @param [String] fields
1296
1301
  # Selector specifying which fields to include in a partial response.
1297
1302
  # @param [String] quota_user
@@ -1322,14 +1327,14 @@ module Google
1322
1327
  execute_or_queue_command(command, &block)
1323
1328
  end
1324
1329
 
1325
- # Updates an existing WorkforcePoolProviderScimToken.
1330
+ # Agentspace only. Updates an existing WorkforcePoolProviderScimToken.
1326
1331
  # @param [String] name
1327
- # Identifier. The resource name of the SCIM Token. Format: `locations/`location`/
1328
- # workforcePools/`workforce_pool`/providers/ `workforce_pool_provider`/
1329
- # scimTenants/`scim_tenant`/tokens/`token``
1332
+ # Identifier. Agentspace only. The resource name of the SCIM Token. Format: `
1333
+ # locations/`location`/workforcePools/`workforce_pool`/providers/ `
1334
+ # workforce_pool_provider`/scimTenants/`scim_tenant`/tokens/`token``
1330
1335
  # @param [Google::Apis::IamV1::WorkforcePoolProviderScimToken] workforce_pool_provider_scim_token_object
1331
1336
  # @param [String] update_mask
1332
- # Optional. The list of fields to update.
1337
+ # Optional. Agentspace only. The list of fields to update.
1333
1338
  # @param [String] fields
1334
1339
  # Selector specifying which fields to include in a partial response.
1335
1340
  # @param [String] quota_user
@@ -1360,12 +1365,12 @@ module Google
1360
1365
  execute_or_queue_command(command, &block)
1361
1366
  end
1362
1367
 
1363
- # Undeletes a WorkforcePoolProviderScimToken, as long as it was deleted fewer
1364
- # than 30 days ago.
1368
+ # Agentspace only. Undeletes a WorkforcePoolProviderScimToken,that was deleted
1369
+ # fewer than 30 days ago.
1365
1370
  # @param [String] name
1366
- # Required. The name of the scim token to undelete. Format: `locations/`location`
1367
- # /workforcePools/`workforce_pool`/providers/`provider`/scimTenants/`scim_tenant`
1368
- # /tokens/`token``
1371
+ # Required. Agentspace only. The name of the SCIM token to undelete. Format: `
1372
+ # locations/`location`/workforcePools/`workforce_pool`/providers/`provider`/
1373
+ # scimTenants/`scim_tenant`/tokens/`token``
1369
1374
  # @param [Google::Apis::IamV1::UndeleteWorkforcePoolProviderScimTokenRequest] undelete_workforce_pool_provider_scim_token_request_object
1370
1375
  # @param [String] fields
1371
1376
  # Selector specifying which fields to include in a partial response.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-iam_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.73.0
4
+ version: 0.79.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-iam_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-iam_v1/v0.73.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-iam_v1/v0.79.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-iam_v1
63
63
  rdoc_options: []
64
64
  require_paths: