google-apis-iam_v1 0.79.0 → 0.80.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 +11 -0
- data/lib/google/apis/iam_v1/gem_version.rb +2 -2
- data/lib/google/apis/iam_v1/representations.rb +1 -0
- 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: 53ebc000983720f4f3ac345b09d6f31196a61dbb88875200a58b0d87b62322cc
|
4
|
+
data.tar.gz: '08c56ec38a911fe5dd3c1de10b8d7bf783b3ec13c26daf88b40b3f6b8863bb66'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 519fe2bfe6ae1f954c402ad63ee5e432ff004eec0c8d96cfb715a2b055caf4390aae16e7e8654116d959d6d4add198185e79df3c21d58adeb683bfa85e9743f2
|
7
|
+
data.tar.gz: e4a8193e3be6f9fe8f54d7d1a106500ee25ffe9c027f5f1fbd307220d7649770449eff6416d6cdf6d069bc84cdb900e7ad0a089afedebe3fe46238964dc4851b
|
data/CHANGELOG.md
CHANGED
@@ -3484,6 +3484,16 @@ module Google
|
|
3484
3484
|
# @return [Google::Apis::IamV1::GoogleIamAdminV1WorkforcePoolProviderSaml]
|
3485
3485
|
attr_accessor :saml
|
3486
3486
|
|
3487
|
+
# Optional. Agentspace only. Specifies whether the workforce identity pool
|
3488
|
+
# provider uses SCIM-managed groups instead of the `google.groups` attribute
|
3489
|
+
# mapping for authorization checks. The `scim_usage` and `
|
3490
|
+
# extended_attributes_oauth2_client` fields are mutually exclusive. A request
|
3491
|
+
# that enables both fields on the same workforce identity pool provider will
|
3492
|
+
# produce an error.
|
3493
|
+
# Corresponds to the JSON property `scimUsage`
|
3494
|
+
# @return [String]
|
3495
|
+
attr_accessor :scim_usage
|
3496
|
+
|
3487
3497
|
# Output only. The state of the provider.
|
3488
3498
|
# Corresponds to the JSON property `state`
|
3489
3499
|
# @return [String]
|
@@ -3507,6 +3517,7 @@ module Google
|
|
3507
3517
|
@name = args[:name] if args.key?(:name)
|
3508
3518
|
@oidc = args[:oidc] if args.key?(:oidc)
|
3509
3519
|
@saml = args[:saml] if args.key?(:saml)
|
3520
|
+
@scim_usage = args[:scim_usage] if args.key?(:scim_usage)
|
3510
3521
|
@state = args[:state] if args.key?(:state)
|
3511
3522
|
end
|
3512
3523
|
end
|
@@ -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.80.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 = "20251010"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1643,6 +1643,7 @@ module Google
|
|
1643
1643
|
|
1644
1644
|
property :saml, as: 'saml', class: Google::Apis::IamV1::GoogleIamAdminV1WorkforcePoolProviderSaml, decorator: Google::Apis::IamV1::GoogleIamAdminV1WorkforcePoolProviderSaml::Representation
|
1645
1645
|
|
1646
|
+
property :scim_usage, as: 'scimUsage'
|
1646
1647
|
property :state, as: 'state'
|
1647
1648
|
end
|
1648
1649
|
end
|
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.80.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.80.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:
|