google-apis-iam_v1 0.77.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 +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/iam_v1/classes.rb +52 -39
- data/lib/google/apis/iam_v1/gem_version.rb +2 -2
- data/lib/google/apis/iam_v1/representations.rb +1 -0
- data/lib/google/apis/iam_v1/service.rb +78 -72
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '0855742e6cc515c8aae0d724c767f77121b58399897e303a0d4a38c8a0b94d12'
|
|
4
|
+
data.tar.gz: eae971b163bb60ca5acd5697c451038dfd34731af1103e5aba041c25bfe8b93f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b6f35a04cc15ff8d3a711e3a08511fc89a2be091593dae33e89dc19edcce02b2f170ed393d176bec2d1c090a190db2dde2a793af30b8aaf9babe57ed6b78436f
|
|
7
|
+
data.tar.gz: 92ddebf0ad25af76967624fe4e3a64730dcc4fe4d35ec27ebd8a72680c85f2d1e5aef3c79b81c4bfcc478854fe48a79c577b3460ac3cc7b1135bd29e69a5b80e
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
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
|
+
|
|
3
11
|
### v0.77.0 (2025-09-28)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20250919
|
|
@@ -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
|
|
1391
|
-
# If this field is omitted, there are no subsequent
|
|
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
|
|
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
|
|
1417
|
-
# If this field is omitted, there are no subsequent
|
|
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
|
|
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
|
|
|
@@ -3409,10 +3411,10 @@ module Google
|
|
|
3409
3411
|
# to access a JSON representation of the authentication credential issued by the
|
|
3410
3412
|
# provider. The maximum length of an attribute mapping expression is 2048
|
|
3411
3413
|
# characters. When evaluated, the total size of all mapped attributes must not
|
|
3412
|
-
# exceed
|
|
3413
|
-
# the `google.subject` attribute. For example, the following maps the `
|
|
3414
|
-
# claim of the incoming credential to the `subject` attribute on a Google
|
|
3415
|
-
# ``` `"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"` ```
|
|
3416
3418
|
# Corresponds to the JSON property `attributeMapping`
|
|
3417
3419
|
# @return [Hash<String,String>]
|
|
3418
3420
|
attr_accessor :attribute_mapping
|
|
@@ -3557,47 +3559,56 @@ module Google
|
|
|
3557
3559
|
end
|
|
3558
3560
|
end
|
|
3559
3561
|
|
|
3560
|
-
# Represents a
|
|
3561
|
-
# 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.
|
|
3562
3564
|
class WorkforcePoolProviderScimTenant
|
|
3563
3565
|
include Google::Apis::Core::Hashable
|
|
3564
3566
|
|
|
3565
|
-
# Output only. Represents the base URI as defined in [RFC 7644,
|
|
3566
|
-
# https://datatracker.ietf.org/doc/html/rfc7644#section-1.3).
|
|
3567
|
-
# this as the root address for managing resources under the
|
|
3568
|
-
# 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`/
|
|
3569
3571
|
# Corresponds to the JSON property `baseUri`
|
|
3570
3572
|
# @return [String]
|
|
3571
3573
|
attr_accessor :base_uri
|
|
3572
3574
|
|
|
3573
|
-
# Optional. Maps BYOID claims to SCIM claims.
|
|
3575
|
+
# Optional. Agentspace only. Maps BYOID claims to SCIM claims.
|
|
3574
3576
|
# Corresponds to the JSON property `claimMapping`
|
|
3575
3577
|
# @return [Hash<String,String>]
|
|
3576
3578
|
attr_accessor :claim_mapping
|
|
3577
3579
|
|
|
3578
|
-
# Optional. The description of the
|
|
3580
|
+
# Optional. Agentspace only. The description of the SCIM tenant. Cannot exceed
|
|
3581
|
+
# 256 characters.
|
|
3579
3582
|
# Corresponds to the JSON property `description`
|
|
3580
3583
|
# @return [String]
|
|
3581
3584
|
attr_accessor :description
|
|
3582
3585
|
|
|
3583
|
-
# Optional. The display name of the
|
|
3586
|
+
# Optional. Agentspace only. The display name of the SCIM tenant. Cannot exceed
|
|
3587
|
+
# 32 characters.
|
|
3584
3588
|
# Corresponds to the JSON property `displayName`
|
|
3585
3589
|
# @return [String]
|
|
3586
3590
|
attr_accessor :display_name
|
|
3587
3591
|
|
|
3588
|
-
# Identifier. The resource name of the SCIM Tenant. Format: `
|
|
3589
|
-
#
|
|
3590
|
-
# 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``
|
|
3591
3595
|
# Corresponds to the JSON property `name`
|
|
3592
3596
|
# @return [String]
|
|
3593
3597
|
attr_accessor :name
|
|
3594
3598
|
|
|
3595
|
-
# Output only. The timestamp
|
|
3599
|
+
# Output only. Agentspace only. The timestamp that represents the time when the
|
|
3600
|
+
# SCIM tenant is purged.
|
|
3596
3601
|
# Corresponds to the JSON property `purgeTime`
|
|
3597
3602
|
# @return [String]
|
|
3598
3603
|
attr_accessor :purge_time
|
|
3599
3604
|
|
|
3600
|
-
# Output only.
|
|
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.
|
|
3601
3612
|
# Corresponds to the JSON property `state`
|
|
3602
3613
|
# @return [String]
|
|
3603
3614
|
attr_accessor :state
|
|
@@ -3614,34 +3625,36 @@ module Google
|
|
|
3614
3625
|
@display_name = args[:display_name] if args.key?(:display_name)
|
|
3615
3626
|
@name = args[:name] if args.key?(:name)
|
|
3616
3627
|
@purge_time = args[:purge_time] if args.key?(:purge_time)
|
|
3628
|
+
@service_agent = args[:service_agent] if args.key?(:service_agent)
|
|
3617
3629
|
@state = args[:state] if args.key?(:state)
|
|
3618
3630
|
end
|
|
3619
3631
|
end
|
|
3620
3632
|
|
|
3621
|
-
# Represents a token for the WorkforcePoolProviderScimTenant.
|
|
3622
|
-
# authenticating SCIM
|
|
3633
|
+
# Agentspace only. Represents a token for the WorkforcePoolProviderScimTenant.
|
|
3634
|
+
# Used for authenticating SCIM provisioning requests.
|
|
3623
3635
|
class WorkforcePoolProviderScimToken
|
|
3624
3636
|
include Google::Apis::Core::Hashable
|
|
3625
3637
|
|
|
3626
|
-
# Optional. The display name of the
|
|
3638
|
+
# Optional. Agentspace only. The display name of the SCIM token. Cannot exceed
|
|
3639
|
+
# 32 characters.
|
|
3627
3640
|
# Corresponds to the JSON property `displayName`
|
|
3628
3641
|
# @return [String]
|
|
3629
3642
|
attr_accessor :display_name
|
|
3630
3643
|
|
|
3631
|
-
# Identifier. The resource name of the SCIM Token. Format: `
|
|
3632
|
-
# workforcePools/`workforce_pool`/providers/ `
|
|
3633
|
-
# 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``
|
|
3634
3647
|
# Corresponds to the JSON property `name`
|
|
3635
3648
|
# @return [String]
|
|
3636
3649
|
attr_accessor :name
|
|
3637
3650
|
|
|
3638
|
-
# Output only. The token string. Provide this to the IdP for
|
|
3639
|
-
# 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.
|
|
3640
3653
|
# Corresponds to the JSON property `securityToken`
|
|
3641
3654
|
# @return [String]
|
|
3642
3655
|
attr_accessor :security_token
|
|
3643
3656
|
|
|
3644
|
-
# Output only. The state of the token.
|
|
3657
|
+
# Output only. Agentspace only. The state of the token.
|
|
3645
3658
|
# Corresponds to the JSON property `state`
|
|
3646
3659
|
# @return [String]
|
|
3647
3660
|
attr_accessor :state
|
|
@@ -3759,7 +3772,7 @@ module Google
|
|
|
3759
3772
|
# @return [String]
|
|
3760
3773
|
attr_accessor :expire_time
|
|
3761
3774
|
|
|
3762
|
-
#
|
|
3775
|
+
# Output only. The resource name of the managed identity.
|
|
3763
3776
|
# Corresponds to the JSON property `name`
|
|
3764
3777
|
# @return [String]
|
|
3765
3778
|
attr_accessor :name
|
|
@@ -3941,7 +3954,7 @@ module Google
|
|
|
3941
3954
|
# @return [String]
|
|
3942
3955
|
attr_accessor :expire_time
|
|
3943
3956
|
|
|
3944
|
-
#
|
|
3957
|
+
# Output only. The resource name of the provider.
|
|
3945
3958
|
# Corresponds to the JSON property `name`
|
|
3946
3959
|
# @return [String]
|
|
3947
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.
|
|
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 = "
|
|
25
|
+
REVISION = "20251003"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
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
|
|
949
|
-
# cannot reuse the name of a deleted
|
|
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
|
|
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
|
|
956
|
-
# of the resource name. This value should be 4-32 characters,
|
|
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,15 @@ module Google
|
|
|
985
986
|
execute_or_queue_command(command, &block)
|
|
986
987
|
end
|
|
987
988
|
|
|
988
|
-
# Deletes a WorkforcePoolProviderScimTenant. You can undelete a
|
|
989
|
-
# 30 days. After 30 days, deletion is permanent. You cannot
|
|
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: `
|
|
993
|
-
# workforcePools/`workforce_pool`/providers/`provider`/
|
|
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.
|
|
994
998
|
# @param [String] fields
|
|
995
999
|
# Selector specifying which fields to include in a partial response.
|
|
996
1000
|
# @param [String] quota_user
|
|
@@ -1008,21 +1012,22 @@ module Google
|
|
|
1008
1012
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
1009
1013
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
1010
1014
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
1011
|
-
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)
|
|
1012
1016
|
command = make_simple_command(:delete, 'v1/{+name}', options)
|
|
1013
1017
|
command.response_representation = Google::Apis::IamV1::WorkforcePoolProviderScimTenant::Representation
|
|
1014
1018
|
command.response_class = Google::Apis::IamV1::WorkforcePoolProviderScimTenant
|
|
1015
1019
|
command.params['name'] = name unless name.nil?
|
|
1020
|
+
command.query['hardDelete'] = hard_delete unless hard_delete.nil?
|
|
1016
1021
|
command.query['fields'] = fields unless fields.nil?
|
|
1017
1022
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
1018
1023
|
execute_or_queue_command(command, &block)
|
|
1019
1024
|
end
|
|
1020
1025
|
|
|
1021
|
-
# Gets an individual WorkforcePoolProviderScimTenant.
|
|
1026
|
+
# Agentspace only. Gets an individual WorkforcePoolProviderScimTenant.
|
|
1022
1027
|
# @param [String] name
|
|
1023
|
-
# Required. The name of the
|
|
1024
|
-
# location`/workforcePools/`workforce_pool`/providers/`provider`/
|
|
1025
|
-
# 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``
|
|
1026
1031
|
# @param [String] fields
|
|
1027
1032
|
# Selector specifying which fields to include in a partial response.
|
|
1028
1033
|
# @param [String] quota_user
|
|
@@ -1050,20 +1055,20 @@ module Google
|
|
|
1050
1055
|
execute_or_queue_command(command, &block)
|
|
1051
1056
|
end
|
|
1052
1057
|
|
|
1053
|
-
# Lists all non-deleted WorkforcePoolProviderScimTenants in a
|
|
1054
|
-
# WorkforcePoolProvider. If `show_deleted` is set to `true`, then deleted
|
|
1058
|
+
# Agentspace only. Lists all non-deleted WorkforcePoolProviderScimTenants in a
|
|
1059
|
+
# WorkforcePoolProvider. If `show_deleted` is set to `true`, then deleted SCIM
|
|
1055
1060
|
# tenants are also listed.
|
|
1056
1061
|
# @param [String] parent
|
|
1057
|
-
# Required. The parent to list
|
|
1058
|
-
# workforcePools/`workforce_pool`/providers/`provider`'
|
|
1062
|
+
# Required. Agentspace only. The parent to list SCIM tenants. Format: 'locations/
|
|
1063
|
+
# `location`/workforcePools/`workforce_pool`/providers/`provider`'
|
|
1059
1064
|
# @param [Fixnum] page_size
|
|
1060
|
-
# Optional. The maximum number of
|
|
1061
|
-
# 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.
|
|
1062
1067
|
# @param [String] page_token
|
|
1063
|
-
# Optional. A page token, received from a previous `
|
|
1064
|
-
# 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.
|
|
1065
1070
|
# @param [Boolean] show_deleted
|
|
1066
|
-
# Optional. Whether to return soft-deleted
|
|
1071
|
+
# Optional. Agentspace only. Whether to return soft-deleted SCIM tenants.
|
|
1067
1072
|
# @param [String] fields
|
|
1068
1073
|
# Selector specifying which fields to include in a partial response.
|
|
1069
1074
|
# @param [String] quota_user
|
|
@@ -1094,14 +1099,14 @@ module Google
|
|
|
1094
1099
|
execute_or_queue_command(command, &block)
|
|
1095
1100
|
end
|
|
1096
1101
|
|
|
1097
|
-
# Updates an existing WorkforcePoolProviderScimTenant.
|
|
1102
|
+
# Agentspace only. Updates an existing WorkforcePoolProviderScimTenant.
|
|
1098
1103
|
# @param [String] name
|
|
1099
|
-
# Identifier. The resource name of the SCIM Tenant. Format: `
|
|
1100
|
-
#
|
|
1101
|
-
# 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``
|
|
1102
1107
|
# @param [Google::Apis::IamV1::WorkforcePoolProviderScimTenant] workforce_pool_provider_scim_tenant_object
|
|
1103
1108
|
# @param [String] update_mask
|
|
1104
|
-
# Optional. The list of fields to update.
|
|
1109
|
+
# Optional. Agentspace only. The list of fields to update.
|
|
1105
1110
|
# @param [String] fields
|
|
1106
1111
|
# Selector specifying which fields to include in a partial response.
|
|
1107
1112
|
# @param [String] quota_user
|
|
@@ -1132,12 +1137,12 @@ module Google
|
|
|
1132
1137
|
execute_or_queue_command(command, &block)
|
|
1133
1138
|
end
|
|
1134
1139
|
|
|
1135
|
-
# Undeletes a WorkforcePoolProviderScimTenant,
|
|
1136
|
-
# than 30 days ago.
|
|
1140
|
+
# Agentspace only. Undeletes a WorkforcePoolProviderScimTenant, that was deleted
|
|
1141
|
+
# fewer than 30 days ago.
|
|
1137
1142
|
# @param [String] name
|
|
1138
|
-
# Required. The name of the
|
|
1139
|
-
# location`/workforcePools/`workforce_pool`/providers/`provider`/
|
|
1140
|
-
# 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``
|
|
1141
1146
|
# @param [Google::Apis::IamV1::UndeleteWorkforcePoolProviderScimTenantRequest] undelete_workforce_pool_provider_scim_tenant_request_object
|
|
1142
1147
|
# @param [String] fields
|
|
1143
1148
|
# Selector specifying which fields to include in a partial response.
|
|
@@ -1168,18 +1173,18 @@ module Google
|
|
|
1168
1173
|
execute_or_queue_command(command, &block)
|
|
1169
1174
|
end
|
|
1170
1175
|
|
|
1171
|
-
# Creates a new WorkforcePoolProviderScimToken in a
|
|
1176
|
+
# Agentspace only. Creates a new WorkforcePoolProviderScimToken in a
|
|
1172
1177
|
# WorkforcePoolProviderScimTenant. You cannot reuse the name of a deleted SCIM
|
|
1173
1178
|
# token until 30 days after deletion.
|
|
1174
1179
|
# @param [String] parent
|
|
1175
|
-
# Required. The parent tenant to create
|
|
1176
|
-
#
|
|
1177
|
-
# '
|
|
1180
|
+
# Required. Agentspace only. The parent tenant to create SCIM token. Format: '
|
|
1181
|
+
# locations/`location`/workforcePools/`workforce_pool`/providers/`provider`/
|
|
1182
|
+
# scimTenants/`scim_tenant`'
|
|
1178
1183
|
# @param [Google::Apis::IamV1::WorkforcePoolProviderScimToken] workforce_pool_provider_scim_token_object
|
|
1179
1184
|
# @param [String] workforce_pool_provider_scim_token_id
|
|
1180
|
-
# Required. The ID to use for the
|
|
1181
|
-
# of the resource name. This value should be 4-32 characters and
|
|
1182
|
-
# 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]))"
|
|
1183
1188
|
# @param [String] fields
|
|
1184
1189
|
# Selector specifying which fields to include in a partial response.
|
|
1185
1190
|
# @param [String] quota_user
|
|
@@ -1210,13 +1215,13 @@ module Google
|
|
|
1210
1215
|
execute_or_queue_command(command, &block)
|
|
1211
1216
|
end
|
|
1212
1217
|
|
|
1213
|
-
# Deletes a WorkforcePoolProviderScimToken. You can undelete a
|
|
1214
|
-
# days. After 30 days,
|
|
1215
|
-
# tokens
|
|
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.
|
|
1216
1221
|
# @param [String] name
|
|
1217
|
-
# Required. The name of the
|
|
1218
|
-
# workforcePools/`workforce_pool`/providers/`provider`/
|
|
1219
|
-
# 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``
|
|
1220
1225
|
# @param [String] fields
|
|
1221
1226
|
# Selector specifying which fields to include in a partial response.
|
|
1222
1227
|
# @param [String] quota_user
|
|
@@ -1244,11 +1249,11 @@ module Google
|
|
|
1244
1249
|
execute_or_queue_command(command, &block)
|
|
1245
1250
|
end
|
|
1246
1251
|
|
|
1247
|
-
# Gets an individual WorkforcePoolProviderScimToken.
|
|
1252
|
+
# Agentspace only. Gets an individual WorkforcePoolProviderScimToken.
|
|
1248
1253
|
# @param [String] name
|
|
1249
|
-
# Required. The name of the
|
|
1250
|
-
#
|
|
1251
|
-
#
|
|
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``
|
|
1252
1257
|
# @param [String] fields
|
|
1253
1258
|
# Selector specifying which fields to include in a partial response.
|
|
1254
1259
|
# @param [String] quota_user
|
|
@@ -1276,21 +1281,22 @@ module Google
|
|
|
1276
1281
|
execute_or_queue_command(command, &block)
|
|
1277
1282
|
end
|
|
1278
1283
|
|
|
1279
|
-
# Lists all non-deleted WorkforcePoolProviderScimTokenss in a
|
|
1284
|
+
# Agentspace only. Lists all non-deleted WorkforcePoolProviderScimTokenss in a
|
|
1280
1285
|
# WorkforcePoolProviderScimTenant. If `show_deleted` is set to `true`, then
|
|
1281
1286
|
# deleted SCIM tokens are also listed.
|
|
1282
1287
|
# @param [String] parent
|
|
1283
|
-
# Required. The parent to list
|
|
1284
|
-
# workforcePools/`workforce_pool`/providers/`provider`/scimTenants/`
|
|
1288
|
+
# Required. Agentspace only. The parent to list SCIM tokens. Format: 'locations/`
|
|
1289
|
+
# location`/workforcePools/`workforce_pool`/providers/`provider`/scimTenants/`
|
|
1290
|
+
# scim_tenant`'
|
|
1285
1291
|
# @param [Fixnum] page_size
|
|
1286
|
-
# Optional. The maximum number of scim tokens to return. If
|
|
1287
|
-
# 2
|
|
1292
|
+
# Optional. Agentspace only. The maximum number of scim tokens to return. If
|
|
1293
|
+
# unspecified, at most 2 SCIM tokens will be returned.
|
|
1288
1294
|
# @param [String] page_token
|
|
1289
|
-
# Optional. A page token, received from a previous `
|
|
1295
|
+
# Optional. Agentspace only. A page token, received from a previous `
|
|
1290
1296
|
# ListWorkforcePoolProviderScimTokens` call. Provide this to retrieve the
|
|
1291
1297
|
# subsequent page.
|
|
1292
1298
|
# @param [Boolean] show_deleted
|
|
1293
|
-
# Optional. Whether to return soft-deleted scim tokens.
|
|
1299
|
+
# Optional. Agentspace only. Whether to return soft-deleted scim tokens.
|
|
1294
1300
|
# @param [String] fields
|
|
1295
1301
|
# Selector specifying which fields to include in a partial response.
|
|
1296
1302
|
# @param [String] quota_user
|
|
@@ -1321,14 +1327,14 @@ module Google
|
|
|
1321
1327
|
execute_or_queue_command(command, &block)
|
|
1322
1328
|
end
|
|
1323
1329
|
|
|
1324
|
-
# Updates an existing WorkforcePoolProviderScimToken.
|
|
1330
|
+
# Agentspace only. Updates an existing WorkforcePoolProviderScimToken.
|
|
1325
1331
|
# @param [String] name
|
|
1326
|
-
# Identifier. The resource name of the SCIM Token. Format: `
|
|
1327
|
-
# workforcePools/`workforce_pool`/providers/ `
|
|
1328
|
-
# 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``
|
|
1329
1335
|
# @param [Google::Apis::IamV1::WorkforcePoolProviderScimToken] workforce_pool_provider_scim_token_object
|
|
1330
1336
|
# @param [String] update_mask
|
|
1331
|
-
# Optional. The list of fields to update.
|
|
1337
|
+
# Optional. Agentspace only. The list of fields to update.
|
|
1332
1338
|
# @param [String] fields
|
|
1333
1339
|
# Selector specifying which fields to include in a partial response.
|
|
1334
1340
|
# @param [String] quota_user
|
|
@@ -1359,12 +1365,12 @@ module Google
|
|
|
1359
1365
|
execute_or_queue_command(command, &block)
|
|
1360
1366
|
end
|
|
1361
1367
|
|
|
1362
|
-
# Undeletes a WorkforcePoolProviderScimToken,
|
|
1363
|
-
# than 30 days ago.
|
|
1368
|
+
# Agentspace only. Undeletes a WorkforcePoolProviderScimToken,that was deleted
|
|
1369
|
+
# fewer than 30 days ago.
|
|
1364
1370
|
# @param [String] name
|
|
1365
|
-
# Required. The name of the
|
|
1366
|
-
#
|
|
1367
|
-
#
|
|
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``
|
|
1368
1374
|
# @param [Google::Apis::IamV1::UndeleteWorkforcePoolProviderScimTokenRequest] undelete_workforce_pool_provider_scim_token_request_object
|
|
1369
1375
|
# @param [String] fields
|
|
1370
1376
|
# Selector specifying which fields to include in a partial response.
|
|
@@ -3034,7 +3040,7 @@ module Google
|
|
|
3034
3040
|
# Updates an existing WorkloadIdentityPoolManagedIdentity in a
|
|
3035
3041
|
# WorkloadIdentityPoolNamespace.
|
|
3036
3042
|
# @param [String] name
|
|
3037
|
-
#
|
|
3043
|
+
# Output only. The resource name of the managed identity.
|
|
3038
3044
|
# @param [Google::Apis::IamV1::WorkloadIdentityPoolManagedIdentity] workload_identity_pool_managed_identity_object
|
|
3039
3045
|
# @param [String] update_mask
|
|
3040
3046
|
# Required. The list of fields to update.
|
|
@@ -3443,7 +3449,7 @@ module Google
|
|
|
3443
3449
|
|
|
3444
3450
|
# Updates an existing WorkloadIdentityPoolProvider.
|
|
3445
3451
|
# @param [String] name
|
|
3446
|
-
#
|
|
3452
|
+
# Output only. The resource name of the provider.
|
|
3447
3453
|
# @param [Google::Apis::IamV1::WorkloadIdentityPoolProvider] workload_identity_pool_provider_object
|
|
3448
3454
|
# @param [String] update_mask
|
|
3449
3455
|
# 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.
|
|
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.
|
|
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:
|