google-apis-iam_v1 0.78.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 +4 -0
- data/lib/google/apis/iam_v1/gem_version.rb +2 -2
- data/lib/google/apis/iam_v1/service.rb +4 -1
- 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
@@ -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
|
@@ -993,6 +993,8 @@ module Google
|
|
993
993
|
# Required. Agentspace only. The name of the scim tenant to delete. Format: `
|
994
994
|
# locations/`location`/workforcePools/`workforce_pool`/providers/`provider`/
|
995
995
|
# scimTenants/`scim_tenant``
|
996
|
+
# @param [Boolean] hard_delete
|
997
|
+
# Optional. Deletes the SCIM tenant immediately. This operation cannot be undone.
|
996
998
|
# @param [String] fields
|
997
999
|
# Selector specifying which fields to include in a partial response.
|
998
1000
|
# @param [String] quota_user
|
@@ -1010,11 +1012,12 @@ module Google
|
|
1010
1012
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
1011
1013
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
1012
1014
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
1013
|
-
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)
|
1014
1016
|
command = make_simple_command(:delete, 'v1/{+name}', options)
|
1015
1017
|
command.response_representation = Google::Apis::IamV1::WorkforcePoolProviderScimTenant::Representation
|
1016
1018
|
command.response_class = Google::Apis::IamV1::WorkforcePoolProviderScimTenant
|
1017
1019
|
command.params['name'] = name unless name.nil?
|
1020
|
+
command.query['hardDelete'] = hard_delete unless hard_delete.nil?
|
1018
1021
|
command.query['fields'] = fields unless fields.nil?
|
1019
1022
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
1020
1023
|
execute_or_queue_command(command, &block)
|
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:
|