google-apis-iam_v1 0.67.0 → 0.69.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 +10 -0
- data/OVERVIEW.md +1 -1
- data/lib/google/apis/iam_v1/classes.rb +57 -39
- data/lib/google/apis/iam_v1/gem_version.rb +3 -3
- data/lib/google/apis/iam_v1/representations.rb +1 -0
- data/lib/google/apis/iam_v1/service.rb +5 -7
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d70eaf266a1bee80328dc3de8b8896048d0a7f910ab03ead6a4211faf9d52221
|
4
|
+
data.tar.gz: 55336e00b0ed39c288086ef3144e6db516bb4a9aefaed9163d38dfbf47447b3c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9d17c98bccf67feeb92a051da1fe5e3cc4a26446738675c1c9e20223e91591e998cd1c1d5253d187947474dcacb382e049c96f8698e9912b2894413313f037bf
|
7
|
+
data.tar.gz: 6b658296aa8806f3ddfce98f9420064cfbf08d9ec5e084728ea1fadac33af50b52d29c81344a10f4a0989c0ea1316ec1b9be357c69e4a1b301d775780af018f2
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,15 @@
|
|
1
1
|
# Release history for google-apis-iam_v1
|
2
2
|
|
3
|
+
### v0.69.0 (2025-05-25)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250516
|
6
|
+
* Regenerated using generator version 0.18.0
|
7
|
+
|
8
|
+
### v0.68.0 (2025-05-18)
|
9
|
+
|
10
|
+
* Regenerated from discovery document revision 20250509
|
11
|
+
* Regenerated using generator version 0.17.0
|
12
|
+
|
3
13
|
### v0.67.0 (2025-04-20)
|
4
14
|
|
5
15
|
* Regenerated from discovery document revision 20250411
|
data/OVERVIEW.md
CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/iam/) may provide guidance
|
|
83
83
|
|
84
84
|
## Supported Ruby versions
|
85
85
|
|
86
|
-
This library is supported on Ruby
|
86
|
+
This library is supported on Ruby 3.1+.
|
87
87
|
|
88
88
|
Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
|
89
89
|
|
@@ -755,12 +755,20 @@ module Google
|
|
755
755
|
class GoogleIamAdminV1WorkforcePoolProviderExtraAttributesOAuth2ClientQueryParameters
|
756
756
|
include Google::Apis::Core::Hashable
|
757
757
|
|
758
|
-
# Optional. The filter used to request specific records from IdP.
|
759
|
-
#
|
760
|
-
#
|
761
|
-
#
|
762
|
-
#
|
763
|
-
#
|
758
|
+
# Optional. The filter used to request specific records from the IdP. By default,
|
759
|
+
# all of the groups that are associated with a user are fetched. For Microsoft
|
760
|
+
# Entra ID, you can add `$search` query parameters using [Keyword Query Language]
|
761
|
+
# (https://learn.microsoft.com/en-us/sharepoint/dev/general-development/keyword-
|
762
|
+
# query-language-kql-syntax-reference). To learn more about `$search` querying
|
763
|
+
# in Microsoft Entra ID, see [Use the `$search` query parameter] (https://learn.
|
764
|
+
# microsoft.com/en-us/graph/search-query-parameter). Additionally, Workforce
|
765
|
+
# Identity Federation automatically adds the following [`$filter` query
|
766
|
+
# parameters] (https://learn.microsoft.com/en-us/graph/filter-query-parameter),
|
767
|
+
# based on the value of `attributes_type`. Values passed to `filter` are
|
768
|
+
# converted to `$search` query parameters. Additional `$filter` query parameters
|
769
|
+
# cannot be added using this field. * `AZURE_AD_GROUPS_MAIL`: `mailEnabled` and `
|
770
|
+
# securityEnabled` filters are applied. * `AZURE_AD_GROUPS_ID`: `securityEnabled`
|
771
|
+
# filter is applied.
|
764
772
|
# Corresponds to the JSON property `filter`
|
765
773
|
# @return [String]
|
766
774
|
attr_accessor :filter
|
@@ -944,34 +952,35 @@ module Google
|
|
944
952
|
class InlineCertificateIssuanceConfig
|
945
953
|
include Google::Apis::Core::Hashable
|
946
954
|
|
947
|
-
# Optional. A required mapping of a
|
948
|
-
# in that region used for certificate issuance, adhering
|
949
|
-
# Key format: A supported cloud region name
|
950
|
-
# identifier in the corresponding map entry's value. *
|
951
|
-
# pool resource path format like: "projects/`project`/
|
952
|
-
# caPools/`ca_pool`" * Region Matching: Workloads are ONLY
|
953
|
-
# from CA pools within the same region. Also the CA pool
|
954
|
-
# match the workload's region (key).
|
955
|
+
# Optional. A required mapping of a Google Cloud region to the CA pool resource
|
956
|
+
# located in that region. The CA pool is used for certificate issuance, adhering
|
957
|
+
# to the following constraints: * Key format: A supported cloud region name
|
958
|
+
# equivalent to the location identifier in the corresponding map entry's value. *
|
959
|
+
# Value format: A valid CA pool resource path format like: "projects/`project`/
|
960
|
+
# locations/`location`/caPools/`ca_pool`" * Region Matching: Workloads are ONLY
|
961
|
+
# issued certificates from CA pools within the same region. Also the CA pool
|
962
|
+
# region (in value) must match the workload's region (key).
|
955
963
|
# Corresponds to the JSON property `caPools`
|
956
964
|
# @return [Hash<String,String>]
|
957
965
|
attr_accessor :ca_pools
|
958
966
|
|
959
967
|
# Optional. Key algorithm to use when generating the key pair. This key pair
|
960
|
-
# will be used to create the certificate. If
|
968
|
+
# will be used to create the certificate. If not specified, this will default to
|
961
969
|
# ECDSA_P256.
|
962
970
|
# Corresponds to the JSON property `keyAlgorithm`
|
963
971
|
# @return [String]
|
964
972
|
attr_accessor :key_algorithm
|
965
973
|
|
966
974
|
# Optional. Lifetime of the workload certificates issued by the CA pool. Must be
|
967
|
-
# between
|
975
|
+
# between 24 hours and 30 days. If not specified, this will be defaulted to 24
|
976
|
+
# hours.
|
968
977
|
# Corresponds to the JSON property `lifetime`
|
969
978
|
# @return [String]
|
970
979
|
attr_accessor :lifetime
|
971
980
|
|
972
|
-
# Optional. Rotation window percentage
|
973
|
-
#
|
974
|
-
#
|
981
|
+
# Optional. Rotation window percentage, the percentage of remaining lifetime
|
982
|
+
# after which certificate rotation is initiated. Must be between 50 and 80. If
|
983
|
+
# no value is specified, rotation window percentage is defaulted to 50.
|
975
984
|
# Corresponds to the JSON property `rotationWindowPercentage`
|
976
985
|
# @return [Fixnum]
|
977
986
|
attr_accessor :rotation_window_percentage
|
@@ -998,12 +1007,12 @@ module Google
|
|
998
1007
|
include Google::Apis::Core::Hashable
|
999
1008
|
|
1000
1009
|
# Optional. Maps specific trust domains (e.g., "example.com") to their
|
1001
|
-
# corresponding TrustStore
|
1002
|
-
#
|
1003
|
-
#
|
1004
|
-
#
|
1005
|
-
#
|
1006
|
-
#
|
1010
|
+
# corresponding TrustStore, which contain the trusted root certificates for that
|
1011
|
+
# domain. There can be a maximum of 10 trust domain entries in this map. Note
|
1012
|
+
# that a trust domain automatically trusts itself and don't need to be specified
|
1013
|
+
# here. If however, this WorkloadIdentityPool's trust domain contains any trust
|
1014
|
+
# anchors in the additional_trust_bundles map, those trust anchors will be *
|
1015
|
+
# appended to* the trust bundle automatically derived from your
|
1007
1016
|
# InlineCertificateIssuanceConfig's ca_pools.
|
1008
1017
|
# Corresponds to the JSON property `additionalTrustBundles`
|
1009
1018
|
# @return [Hash<String,Google::Apis::IamV1::TrustStore>]
|
@@ -1717,10 +1726,10 @@ module Google
|
|
1717
1726
|
# @return [Array<String>]
|
1718
1727
|
attr_accessor :allowed_audiences
|
1719
1728
|
|
1720
|
-
# Required. The OIDC issuer URL. Must be an HTTPS endpoint.
|
1721
|
-
#
|
1722
|
-
# ) for verifying tokens like the OIDC ID token.
|
1723
|
-
# EC' or 'RSA'.
|
1729
|
+
# Required. The OIDC issuer URL. Must be an HTTPS endpoint. Per OpenID Connect
|
1730
|
+
# Discovery 1.0 spec, the OIDC issuer URL is used to locate the provider's
|
1731
|
+
# public keys (via `jwks_uri`) for verifying tokens like the OIDC ID token.
|
1732
|
+
# These public key types must be 'EC' or 'RSA'.
|
1724
1733
|
# Corresponds to the JSON property `issuerUri`
|
1725
1734
|
# @return [String]
|
1726
1735
|
attr_accessor :issuer_uri
|
@@ -2173,9 +2182,9 @@ module Google
|
|
2173
2182
|
class QueryGrantableRolesRequest
|
2174
2183
|
include Google::Apis::Core::Hashable
|
2175
2184
|
|
2176
|
-
# Required. The full resource name to query from the list of grantable
|
2177
|
-
# The name follows the Google Cloud Platform resource format. For example,
|
2178
|
-
# Cloud Platform project with id `my-project` will be named `//
|
2185
|
+
# Required. Required. The full resource name to query from the list of grantable
|
2186
|
+
# roles. The name follows the Google Cloud Platform resource format. For example,
|
2187
|
+
# a Cloud Platform project with id `my-project` will be named `//
|
2179
2188
|
# cloudresourcemanager.googleapis.com/projects/my-project`.
|
2180
2189
|
# Corresponds to the JSON property `fullResourceName`
|
2181
2190
|
# @return [String]
|
@@ -2945,20 +2954,20 @@ module Google
|
|
2945
2954
|
end
|
2946
2955
|
|
2947
2956
|
# Trust store that contains trust anchors and optional intermediate CAs used in
|
2948
|
-
# PKI to build trust chain and verify client's identity.
|
2957
|
+
# PKI to build a trust chain(trust hierarchy) and verify a client's identity.
|
2949
2958
|
class TrustStore
|
2950
2959
|
include Google::Apis::Core::Hashable
|
2951
2960
|
|
2952
2961
|
# Optional. Set of intermediate CA certificates used for building the trust
|
2953
|
-
# chain to trust anchor.
|
2954
|
-
#
|
2962
|
+
# chain to the trust anchor. Important: Intermediate CAs are only supported for
|
2963
|
+
# X.509 federation.
|
2955
2964
|
# Corresponds to the JSON property `intermediateCas`
|
2956
2965
|
# @return [Array<Google::Apis::IamV1::IntermediateCa>]
|
2957
2966
|
attr_accessor :intermediate_cas
|
2958
2967
|
|
2959
|
-
# Required. List of
|
2960
|
-
# a given TrustStore. The incoming end entity's certificate must be
|
2961
|
-
#
|
2968
|
+
# Required. List of trust anchors to be used while performing validation against
|
2969
|
+
# a given TrustStore. The incoming end entity's certificate must be in the trust
|
2970
|
+
# chain of one of the trust anchors here.
|
2962
2971
|
# Corresponds to the JSON property `trustAnchors`
|
2963
2972
|
# @return [Array<Google::Apis::IamV1::TrustAnchor>]
|
2964
2973
|
attr_accessor :trust_anchors
|
@@ -3338,6 +3347,14 @@ module Google
|
|
3338
3347
|
# @return [String]
|
3339
3348
|
attr_accessor :description
|
3340
3349
|
|
3350
|
+
# Optional. If true, populates additional debug information in Cloud Audit Logs
|
3351
|
+
# for this provider. Logged attribute mappings and values can be found in `sts.
|
3352
|
+
# googleapis.com` data access logs. Default value is false.
|
3353
|
+
# Corresponds to the JSON property `detailedAuditLogging`
|
3354
|
+
# @return [Boolean]
|
3355
|
+
attr_accessor :detailed_audit_logging
|
3356
|
+
alias_method :detailed_audit_logging?, :detailed_audit_logging
|
3357
|
+
|
3341
3358
|
# Optional. Disables the workforce pool provider. You cannot use a disabled
|
3342
3359
|
# provider to exchange tokens. However, existing tokens still grant access.
|
3343
3360
|
# Corresponds to the JSON property `disabled`
|
@@ -3396,6 +3413,7 @@ module Google
|
|
3396
3413
|
@attribute_condition = args[:attribute_condition] if args.key?(:attribute_condition)
|
3397
3414
|
@attribute_mapping = args[:attribute_mapping] if args.key?(:attribute_mapping)
|
3398
3415
|
@description = args[:description] if args.key?(:description)
|
3416
|
+
@detailed_audit_logging = args[:detailed_audit_logging] if args.key?(:detailed_audit_logging)
|
3399
3417
|
@disabled = args[:disabled] if args.key?(:disabled)
|
3400
3418
|
@display_name = args[:display_name] if args.key?(:display_name)
|
3401
3419
|
@expire_time = args[:expire_time] if args.key?(:expire_time)
|
@@ -3838,7 +3856,7 @@ module Google
|
|
3838
3856
|
include Google::Apis::Core::Hashable
|
3839
3857
|
|
3840
3858
|
# Trust store that contains trust anchors and optional intermediate CAs used in
|
3841
|
-
# PKI to build trust chain and verify client's identity.
|
3859
|
+
# PKI to build a trust chain(trust hierarchy) and verify a client's identity.
|
3842
3860
|
# Corresponds to the JSON property `trustStore`
|
3843
3861
|
# @return [Google::Apis::IamV1::TrustStore]
|
3844
3862
|
attr_accessor :trust_store
|
@@ -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.69.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250516"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1564,6 +1564,7 @@ module Google
|
|
1564
1564
|
property :attribute_condition, as: 'attributeCondition'
|
1565
1565
|
hash :attribute_mapping, as: 'attributeMapping'
|
1566
1566
|
property :description, as: 'description'
|
1567
|
+
property :detailed_audit_logging, as: 'detailedAuditLogging'
|
1567
1568
|
property :disabled, as: 'disabled'
|
1568
1569
|
property :display_name, as: 'displayName'
|
1569
1570
|
property :expire_time, as: 'expireTime'
|
@@ -1921,8 +1921,7 @@ module Google
|
|
1921
1921
|
execute_or_queue_command(command, &block)
|
1922
1922
|
end
|
1923
1923
|
|
1924
|
-
# Gets IAM
|
1925
|
-
# WorkloadIdentityPoolNamespace WorkloadIdentityPoolManagedIdentity
|
1924
|
+
# Gets the IAM policy of a WorkloadIdentityPool.
|
1926
1925
|
# @param [String] resource
|
1927
1926
|
# REQUIRED: The resource for which the policy is being requested. See [Resource
|
1928
1927
|
# names](https://cloud.google.com/apis/design/resource_names) for the
|
@@ -2035,8 +2034,7 @@ module Google
|
|
2035
2034
|
execute_or_queue_command(command, &block)
|
2036
2035
|
end
|
2037
2036
|
|
2038
|
-
# Sets IAM policies on
|
2039
|
-
# WorkloadIdentityPoolManagedIdentity
|
2037
|
+
# Sets the IAM policies on a WorkloadIdentityPool
|
2040
2038
|
# @param [String] resource
|
2041
2039
|
# REQUIRED: The resource for which the policy is being specified. See [Resource
|
2042
2040
|
# names](https://cloud.google.com/apis/design/resource_names) for the
|
@@ -2071,8 +2069,7 @@ module Google
|
|
2071
2069
|
execute_or_queue_command(command, &block)
|
2072
2070
|
end
|
2073
2071
|
|
2074
|
-
# Returns the caller's permissions on
|
2075
|
-
# WorkloadIdentityPoolNamespace WorkloadIdentityPoolManagedIdentity
|
2072
|
+
# Returns the caller's permissions on a WorkloadIdentityPool
|
2076
2073
|
# @param [String] resource
|
2077
2074
|
# REQUIRED: The resource for which the policy detail is being requested. See [
|
2078
2075
|
# Resource names](https://cloud.google.com/apis/design/resource_names) for the
|
@@ -2494,7 +2491,8 @@ module Google
|
|
2494
2491
|
end
|
2495
2492
|
|
2496
2493
|
# Lists all non-deleted WorkloadIdentityPoolManagedIdentitys in a namespace. If `
|
2497
|
-
# show_deleted` is set to `true`, then deleted managed
|
2494
|
+
# show_deleted` is set to `true`, then deleted managed identities are also
|
2495
|
+
# listed.
|
2498
2496
|
# @param [String] parent
|
2499
2497
|
# Required. The parent resource to list managed identities for.
|
2500
2498
|
# @param [Fixnum] page_size
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
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.69.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-apis-core
|
@@ -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.69.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:
|
@@ -67,14 +67,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
67
67
|
requirements:
|
68
68
|
- - ">="
|
69
69
|
- !ruby/object:Gem::Version
|
70
|
-
version: '
|
70
|
+
version: '3.1'
|
71
71
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
72
72
|
requirements:
|
73
73
|
- - ">="
|
74
74
|
- !ruby/object:Gem::Version
|
75
75
|
version: '0'
|
76
76
|
requirements: []
|
77
|
-
rubygems_version: 3.6.
|
77
|
+
rubygems_version: 3.6.9
|
78
78
|
specification_version: 4
|
79
79
|
summary: Simple REST client for Identity and Access Management (IAM) API V1
|
80
80
|
test_files: []
|