google-apis-iam_v1 0.76.0 → 0.78.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: 9938c74666516e5ab9d86a27a494b7437f754e18966afff4f2fcd9c6b06c723c
4
- data.tar.gz: b65c0d4abc64d37bcbefcceef2204e7a1c747a233c831b78831875cd6c35a62a
3
+ metadata.gz: 61b17a1136ac75e68c7526f1c125b291e9757f1662f63ca601e07362b657439f
4
+ data.tar.gz: bec955b43c2cca89cf8538d9227249874ef32dbda6ea7e115d339c35b5d8cd03
5
5
  SHA512:
6
- metadata.gz: 3f8d11b5e94515e72ec0136f43d62fe4704dc37e4e1af99bdb0439faf851b6b9a440c2198627790cf47e0560cc430c3735d63e432602ff882a0cfac18f717f20
7
- data.tar.gz: 9626df44edea02ad354172a36968db74a8ca3388511052c33e449a2a9938695c97bbf8cde4b0f298dd46b841d4636722cbfc3987980358c3fdcb8e61c923023e
6
+ metadata.gz: 460fc26f502ec67a43e3061dc1e82c0ad8f120c158536701d1e59bf506b92f928d1a57374128a4ea8394bc7f8a22024b7ba7f8cd88f01a25dc93186e175ed82e
7
+ data.tar.gz: 552dceee3e6ba86d5d682707eb9d6cb2a083c47169b9688f44d387b366b8d86e46e002c5ee495adcf9fd82a4727f1de8466867da7d182cc61e0d3ffdbf6ae592
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-iam_v1
2
2
 
3
+ ### v0.78.0 (2025-10-05)
4
+
5
+ * Regenerated from discovery document revision 20250925
6
+
7
+ ### v0.77.0 (2025-09-28)
8
+
9
+ * Regenerated from discovery document revision 20250919
10
+
3
11
  ### v0.76.0 (2025-09-14)
4
12
 
5
13
  * Regenerated from discovery document revision 20250905
@@ -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,8 +3439,7 @@ 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
@@ -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
@@ -3766,7 +3772,7 @@ module Google
3766
3772
  # @return [String]
3767
3773
  attr_accessor :expire_time
3768
3774
 
3769
- # Identifier. The resource name of the managed identity.
3775
+ # Output only. The resource name of the managed identity.
3770
3776
  # Corresponds to the JSON property `name`
3771
3777
  # @return [String]
3772
3778
  attr_accessor :name
@@ -3948,7 +3954,7 @@ module Google
3948
3954
  # @return [String]
3949
3955
  attr_accessor :expire_time
3950
3956
 
3951
- # Identifier. The resource name of the provider.
3957
+ # Output only. The resource name of the provider.
3952
3958
  # Corresponds to the JSON property `name`
3953
3959
  # @return [String]
3954
3960
  attr_accessor :name
@@ -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.76.0"
19
+ GEM_VERSION = "0.78.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 = "20250905"
25
+ REVISION = "20250925"
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
@@ -945,16 +945,17 @@ module Google
945
945
  execute_or_queue_command(command, &block)
946
946
  end
947
947
 
948
- # Creates a new WorkforcePoolProviderScimTenant in a WorkforcePoolProvider. You
949
- # 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.
950
951
  # @param [String] parent
951
- # Required. The parent to create scim tenant. Format: 'locations/`location`/
952
- # workforcePools/`workforce_pool`/providers/`provider`'
952
+ # Required. Agentspace only. The parent to create SCIM tenant. Format: '
953
+ # locations/`location`/workforcePools/`workforce_pool`/providers/`provider`'
953
954
  # @param [Google::Apis::IamV1::WorkforcePoolProviderScimTenant] workforce_pool_provider_scim_tenant_object
954
955
  # @param [String] workforce_pool_provider_scim_tenant_id
955
- # Required. The ID to use for the scim tenant, which becomes the final component
956
- # of the resource name. This value should be 4-32 characters, and may contain
957
- # 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-].
958
959
  # @param [String] fields
959
960
  # Selector specifying which fields to include in a partial response.
960
961
  # @param [String] quota_user
@@ -985,12 +986,13 @@ module Google
985
986
  execute_or_queue_command(command, &block)
986
987
  end
987
988
 
988
- # Deletes a WorkforcePoolProviderScimTenant. You can undelete a scim tenant for
989
- # 30 days. After 30 days, deletion is permanent. You cannot update deleted scim
990
- # 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.
991
992
  # @param [String] name
992
- # Required. The name of the scim tenant to delete. Format: `locations/`location`/
993
- # 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``
994
996
  # @param [String] fields
995
997
  # Selector specifying which fields to include in a partial response.
996
998
  # @param [String] quota_user
@@ -1018,11 +1020,11 @@ module Google
1018
1020
  execute_or_queue_command(command, &block)
1019
1021
  end
1020
1022
 
1021
- # Gets an individual WorkforcePoolProviderScimTenant.
1023
+ # Agentspace only. Gets an individual WorkforcePoolProviderScimTenant.
1022
1024
  # @param [String] name
1023
- # Required. The name of the scim tenant to retrieve. Format: `locations/`
1024
- # location`/workforcePools/`workforce_pool`/providers/`provider`/scimTenants/`
1025
- # scim_tenant``
1025
+ # Required. Agentspace only. The name of the SCIM tenant to retrieve. Format: `
1026
+ # locations/`location`/workforcePools/`workforce_pool`/providers/`provider`/
1027
+ # scimTenants/`scim_tenant``
1026
1028
  # @param [String] fields
1027
1029
  # Selector specifying which fields to include in a partial response.
1028
1030
  # @param [String] quota_user
@@ -1050,20 +1052,20 @@ module Google
1050
1052
  execute_or_queue_command(command, &block)
1051
1053
  end
1052
1054
 
1053
- # Lists all non-deleted WorkforcePoolProviderScimTenants in a
1054
- # WorkforcePoolProvider. If `show_deleted` is set to `true`, then deleted scim
1055
+ # Agentspace only. Lists all non-deleted WorkforcePoolProviderScimTenants in a
1056
+ # WorkforcePoolProvider. If `show_deleted` is set to `true`, then deleted SCIM
1055
1057
  # tenants are also listed.
1056
1058
  # @param [String] parent
1057
- # Required. The parent to list scim tenants. Format: 'locations/`location`/
1058
- # workforcePools/`workforce_pool`/providers/`provider`'
1059
+ # Required. Agentspace only. The parent to list SCIM tenants. Format: 'locations/
1060
+ # `location`/workforcePools/`workforce_pool`/providers/`provider`'
1059
1061
  # @param [Fixnum] page_size
1060
- # Optional. The maximum number of scim tenants to return. If unspecified, at
1061
- # most 1 scim tenant will be returned.
1062
+ # Optional. Agentspace only. The maximum number of SCIM tenants to return. If
1063
+ # unspecified, at most 1 scim tenant will be returned.
1062
1064
  # @param [String] page_token
1063
- # Optional. A page token, received from a previous `ListScimTenants` call.
1064
- # Provide this to retrieve the subsequent page.
1065
+ # Optional. Agentspace only. A page token, received from a previous `
1066
+ # ListScimTenants` call. Provide this to retrieve the subsequent page.
1065
1067
  # @param [Boolean] show_deleted
1066
- # Optional. Whether to return soft-deleted scim tenants.
1068
+ # Optional. Agentspace only. Whether to return soft-deleted SCIM tenants.
1067
1069
  # @param [String] fields
1068
1070
  # Selector specifying which fields to include in a partial response.
1069
1071
  # @param [String] quota_user
@@ -1094,14 +1096,14 @@ module Google
1094
1096
  execute_or_queue_command(command, &block)
1095
1097
  end
1096
1098
 
1097
- # Updates an existing WorkforcePoolProviderScimTenant.
1099
+ # Agentspace only. Updates an existing WorkforcePoolProviderScimTenant.
1098
1100
  # @param [String] name
1099
- # Identifier. The resource name of the SCIM Tenant. Format: `locations/`location`
1100
- # /workforcePools/`workforce_pool`/providers/ `workforce_pool_provider`/
1101
- # scimTenants/`scim_tenant``
1101
+ # Identifier. Agentspace only. The resource name of the SCIM Tenant. Format: `
1102
+ # locations/`location`/workforcePools/`workforce_pool`/providers/ `
1103
+ # workforce_pool_provider`/scimTenants/`scim_tenant``
1102
1104
  # @param [Google::Apis::IamV1::WorkforcePoolProviderScimTenant] workforce_pool_provider_scim_tenant_object
1103
1105
  # @param [String] update_mask
1104
- # Optional. The list of fields to update.
1106
+ # Optional. Agentspace only. The list of fields to update.
1105
1107
  # @param [String] fields
1106
1108
  # Selector specifying which fields to include in a partial response.
1107
1109
  # @param [String] quota_user
@@ -1132,12 +1134,12 @@ module Google
1132
1134
  execute_or_queue_command(command, &block)
1133
1135
  end
1134
1136
 
1135
- # Undeletes a WorkforcePoolProviderScimTenant, as long as it was deleted fewer
1136
- # than 30 days ago.
1137
+ # Agentspace only. Undeletes a WorkforcePoolProviderScimTenant, that was deleted
1138
+ # fewer than 30 days ago.
1137
1139
  # @param [String] name
1138
- # Required. The name of the scim tenant to undelete. Format: `locations/`
1139
- # location`/workforcePools/`workforce_pool`/providers/`provider`/scimTenants/`
1140
- # scim_tenant``
1140
+ # Required. Agentspace only. The name of the SCIM tenant to undelete. Format: `
1141
+ # locations/`location`/workforcePools/`workforce_pool`/providers/`provider`/
1142
+ # scimTenants/`scim_tenant``
1141
1143
  # @param [Google::Apis::IamV1::UndeleteWorkforcePoolProviderScimTenantRequest] undelete_workforce_pool_provider_scim_tenant_request_object
1142
1144
  # @param [String] fields
1143
1145
  # Selector specifying which fields to include in a partial response.
@@ -1168,18 +1170,18 @@ module Google
1168
1170
  execute_or_queue_command(command, &block)
1169
1171
  end
1170
1172
 
1171
- # Creates a new WorkforcePoolProviderScimToken in a
1173
+ # Agentspace only. Creates a new WorkforcePoolProviderScimToken in a
1172
1174
  # WorkforcePoolProviderScimTenant. You cannot reuse the name of a deleted SCIM
1173
1175
  # token until 30 days after deletion.
1174
1176
  # @param [String] parent
1175
- # Required. The parent tenant to create scim token. Format: 'locations/`location`
1176
- # /workforcePools/`workforce_pool`/providers/`provider`/scimTenants/`scim_tenant`
1177
- # '
1177
+ # Required. Agentspace only. The parent tenant to create SCIM token. Format: '
1178
+ # locations/`location`/workforcePools/`workforce_pool`/providers/`provider`/
1179
+ # scimTenants/`scim_tenant`'
1178
1180
  # @param [Google::Apis::IamV1::WorkforcePoolProviderScimToken] workforce_pool_provider_scim_token_object
1179
1181
  # @param [String] workforce_pool_provider_scim_token_id
1180
- # Required. The ID to use for the scim token, which becomes the final component
1181
- # of the resource name. This value should be 4-32 characters and follow this
1182
- # pattern: "([a-z]([a-z0-9\\-]`2,30`[a-z0-9]))"
1182
+ # Required. Agentspace only. The ID to use for the SCIM token, which becomes the
1183
+ # final component of the resource name. This value should be 4-32 characters and
1184
+ # follow the pattern: "([a-z]([a-z0-9\\-]`2,30`[a-z0-9]))"
1183
1185
  # @param [String] fields
1184
1186
  # Selector specifying which fields to include in a partial response.
1185
1187
  # @param [String] quota_user
@@ -1210,13 +1212,13 @@ module Google
1210
1212
  execute_or_queue_command(command, &block)
1211
1213
  end
1212
1214
 
1213
- # Deletes a WorkforcePoolProviderScimToken. You can undelete a scim token for 30
1214
- # days. After 30 days, deletion is permanent. You cannot update deleted scim
1215
- # tokens. However, you can view and list them.
1215
+ # Agentspace only. Deletes a WorkforcePoolProviderScimToken. You can undelete a
1216
+ # SCIM token for 30 days. After 30 days, the SCIM token is permanently deleted.
1217
+ # You cannot update deleted SCIM tokens, however, you can view and list them.
1216
1218
  # @param [String] name
1217
- # Required. The name of the scim token to delete. Format: `locations/`location`/
1218
- # workforcePools/`workforce_pool`/providers/`provider`/scimTenants/`scim_tenant`/
1219
- # tokens/`token``
1219
+ # Required. Agentspace only. The name of the SCIM token to delete. Format: `
1220
+ # locations/`location`/workforcePools/`workforce_pool`/providers/`provider`/
1221
+ # scimTenants/`scim_tenant`/tokens/`token``
1220
1222
  # @param [String] fields
1221
1223
  # Selector specifying which fields to include in a partial response.
1222
1224
  # @param [String] quota_user
@@ -1244,11 +1246,11 @@ module Google
1244
1246
  execute_or_queue_command(command, &block)
1245
1247
  end
1246
1248
 
1247
- # Gets an individual WorkforcePoolProviderScimToken.
1249
+ # Agentspace only. Gets an individual WorkforcePoolProviderScimToken.
1248
1250
  # @param [String] name
1249
- # Required. The name of the scim token to retrieve. Format: `locations/`location`
1250
- # /workforcePools/`workforce_pool`/providers/`provider`/scimTenants/`scim_tenant`
1251
- # /tokens/`token``
1251
+ # Required. Agentspace only. The name of the SCIM token to retrieve. Format: `
1252
+ # locations/`location`/workforcePools/`workforce_pool`/providers/`provider`/
1253
+ # scimTenants/`scim_tenant`/tokens/`token``
1252
1254
  # @param [String] fields
1253
1255
  # Selector specifying which fields to include in a partial response.
1254
1256
  # @param [String] quota_user
@@ -1276,21 +1278,22 @@ module Google
1276
1278
  execute_or_queue_command(command, &block)
1277
1279
  end
1278
1280
 
1279
- # Lists all non-deleted WorkforcePoolProviderScimTokenss in a
1281
+ # Agentspace only. Lists all non-deleted WorkforcePoolProviderScimTokenss in a
1280
1282
  # WorkforcePoolProviderScimTenant. If `show_deleted` is set to `true`, then
1281
1283
  # deleted SCIM tokens are also listed.
1282
1284
  # @param [String] parent
1283
- # Required. The parent to list scim tokens. Format: 'locations/`location`/
1284
- # workforcePools/`workforce_pool`/providers/`provider`/scimTenants/`scim_tenant`'
1285
+ # Required. Agentspace only. The parent to list SCIM tokens. Format: 'locations/`
1286
+ # location`/workforcePools/`workforce_pool`/providers/`provider`/scimTenants/`
1287
+ # scim_tenant`'
1285
1288
  # @param [Fixnum] page_size
1286
- # Optional. The maximum number of scim tokens to return. If unspecified, at most
1287
- # 2 scim tokens will be returned.
1289
+ # Optional. Agentspace only. The maximum number of scim tokens to return. If
1290
+ # unspecified, at most 2 SCIM tokens will be returned.
1288
1291
  # @param [String] page_token
1289
- # Optional. A page token, received from a previous `
1292
+ # Optional. Agentspace only. A page token, received from a previous `
1290
1293
  # ListWorkforcePoolProviderScimTokens` call. Provide this to retrieve the
1291
1294
  # subsequent page.
1292
1295
  # @param [Boolean] show_deleted
1293
- # Optional. Whether to return soft-deleted scim tokens.
1296
+ # Optional. Agentspace only. Whether to return soft-deleted scim tokens.
1294
1297
  # @param [String] fields
1295
1298
  # Selector specifying which fields to include in a partial response.
1296
1299
  # @param [String] quota_user
@@ -1321,14 +1324,14 @@ module Google
1321
1324
  execute_or_queue_command(command, &block)
1322
1325
  end
1323
1326
 
1324
- # Updates an existing WorkforcePoolProviderScimToken.
1327
+ # Agentspace only. Updates an existing WorkforcePoolProviderScimToken.
1325
1328
  # @param [String] name
1326
- # Identifier. The resource name of the SCIM Token. Format: `locations/`location`/
1327
- # workforcePools/`workforce_pool`/providers/ `workforce_pool_provider`/
1328
- # scimTenants/`scim_tenant`/tokens/`token``
1329
+ # Identifier. Agentspace only. The resource name of the SCIM Token. Format: `
1330
+ # locations/`location`/workforcePools/`workforce_pool`/providers/ `
1331
+ # workforce_pool_provider`/scimTenants/`scim_tenant`/tokens/`token``
1329
1332
  # @param [Google::Apis::IamV1::WorkforcePoolProviderScimToken] workforce_pool_provider_scim_token_object
1330
1333
  # @param [String] update_mask
1331
- # Optional. The list of fields to update.
1334
+ # Optional. Agentspace only. The list of fields to update.
1332
1335
  # @param [String] fields
1333
1336
  # Selector specifying which fields to include in a partial response.
1334
1337
  # @param [String] quota_user
@@ -1359,12 +1362,12 @@ module Google
1359
1362
  execute_or_queue_command(command, &block)
1360
1363
  end
1361
1364
 
1362
- # Undeletes a WorkforcePoolProviderScimToken, as long as it was deleted fewer
1363
- # than 30 days ago.
1365
+ # Agentspace only. Undeletes a WorkforcePoolProviderScimToken,that was deleted
1366
+ # fewer than 30 days ago.
1364
1367
  # @param [String] name
1365
- # Required. The name of the scim token to undelete. Format: `locations/`location`
1366
- # /workforcePools/`workforce_pool`/providers/`provider`/scimTenants/`scim_tenant`
1367
- # /tokens/`token``
1368
+ # Required. Agentspace only. The name of the SCIM token to undelete. Format: `
1369
+ # locations/`location`/workforcePools/`workforce_pool`/providers/`provider`/
1370
+ # scimTenants/`scim_tenant`/tokens/`token``
1368
1371
  # @param [Google::Apis::IamV1::UndeleteWorkforcePoolProviderScimTokenRequest] undelete_workforce_pool_provider_scim_token_request_object
1369
1372
  # @param [String] fields
1370
1373
  # Selector specifying which fields to include in a partial response.
@@ -3034,7 +3037,7 @@ module Google
3034
3037
  # Updates an existing WorkloadIdentityPoolManagedIdentity in a
3035
3038
  # WorkloadIdentityPoolNamespace.
3036
3039
  # @param [String] name
3037
- # Identifier. The resource name of the managed identity.
3040
+ # Output only. The resource name of the managed identity.
3038
3041
  # @param [Google::Apis::IamV1::WorkloadIdentityPoolManagedIdentity] workload_identity_pool_managed_identity_object
3039
3042
  # @param [String] update_mask
3040
3043
  # Required. The list of fields to update.
@@ -3443,7 +3446,7 @@ module Google
3443
3446
 
3444
3447
  # Updates an existing WorkloadIdentityPoolProvider.
3445
3448
  # @param [String] name
3446
- # Identifier. The resource name of the provider.
3449
+ # Output only. The resource name of the provider.
3447
3450
  # @param [Google::Apis::IamV1::WorkloadIdentityPoolProvider] workload_identity_pool_provider_object
3448
3451
  # @param [String] update_mask
3449
3452
  # Required. The list of fields to update.
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.76.0
4
+ version: 0.78.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.76.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-iam_v1/v0.78.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: