google-apis-iam_v1 0.77.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 +4 -4
- data/CHANGELOG.md +4 -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 +74 -71
- 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: 61b17a1136ac75e68c7526f1c125b291e9757f1662f63ca601e07362b657439f
|
4
|
+
data.tar.gz: bec955b43c2cca89cf8538d9227249874ef32dbda6ea7e115d339c35b5d8cd03
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 460fc26f502ec67a43e3061dc1e82c0ad8f120c158536701d1e59bf506b92f928d1a57374128a4ea8394bc7f8a22024b7ba7f8cd88f01a25dc93186e175ed82e
|
7
|
+
data.tar.gz: 552dceee3e6ba86d5d682707eb9d6cb2a083c47169b9688f44d387b366b8d86e46e002c5ee495adcf9fd82a4727f1de8466867da7d182cc61e0d3ffdbf6ae592
|
data/CHANGELOG.md
CHANGED
@@ -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.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 = "
|
25
|
+
REVISION = "20250925"
|
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,13 @@ 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``
|
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
|
1024
|
-
# location`/workforcePools/`workforce_pool`/providers/`provider`/
|
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
|
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
|
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
|
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 `
|
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
|
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: `
|
1100
|
-
#
|
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,
|
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
|
1139
|
-
# location`/workforcePools/`workforce_pool`/providers/`provider`/
|
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
|
1176
|
-
#
|
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
|
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]))"
|
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
|
1214
|
-
# days. After 30 days,
|
1215
|
-
# tokens
|
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
|
1218
|
-
# workforcePools/`workforce_pool`/providers/`provider`/
|
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
|
1250
|
-
#
|
1251
|
-
#
|
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
|
1284
|
-
# workforcePools/`workforce_pool`/providers/`provider`/scimTenants/`
|
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
|
1287
|
-
# 2
|
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: `
|
1327
|
-
# workforcePools/`workforce_pool`/providers/ `
|
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,
|
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
|
1366
|
-
#
|
1367
|
-
#
|
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
|
-
#
|
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
|
-
#
|
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.
|
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.
|
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:
|