google-apis-iam_v1 0.67.0 → 0.68.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d29bde2db02e0dcb614b1ea6c75269b4863aa109104c0939703c38c4fefbdf95
4
- data.tar.gz: 2df7dc581ad837da2efe4c3d54b23944dc4a6ee53d6c39aec5942683abcc8290
3
+ metadata.gz: 0f2ddf16efa341e2568c15e77c8a3afa6231de7e4390ede547c16b1b9bb66310
4
+ data.tar.gz: e171c1c2ed4d70e03a56a4e4386af50ca8537affb84587091d1987a7bb5b9c9b
5
5
  SHA512:
6
- metadata.gz: d368df505535ca4b0c774be0eeabd46a721d08ed2abdf97f4dcf6147250b5d8aa444b6f729b512981fee083425de5637501be9b5a8b442afe43c784573892f78
7
- data.tar.gz: 856845a22d43f013a4cc856ee9dfac9e9564e9ce54ac2ce6d01f64c45f099fcb0a14ece8a5d80f6f6a367e8a3baea907e220eeed8b9f2cfec1f1d8299dfe7fb9
6
+ metadata.gz: 5d99db3f7afcb4c9e8deaa62461ec7925f0a82504bc8e128897f231d74e78f12267d24578742ee35f963b0b9868ac4a648b513ff2d41d348b6ee551fdad65f71
7
+ data.tar.gz: 11f921f2155d20a98cf96d3bd75d3ea1a6e1bd91e288bfa9719474b7900f5bc2a76f36d2010961b905c27c81786d385bc453c6aa94e4fedce2c16b472c41ce63
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-iam_v1
2
2
 
3
+ ### v0.68.0 (2025-05-18)
4
+
5
+ * Regenerated from discovery document revision 20250509
6
+ * Regenerated using generator version 0.17.0
7
+
3
8
  ### v0.67.0 (2025-04-20)
4
9
 
5
10
  * 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 2.7+.
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. In case of
759
- # attributes type as AZURE_AD_GROUPS_MAIL, it represents the filter used to
760
- # request specific groups for users from IdP. By default, all of the groups
761
- # associated with the user are fetched. The groups should be mail enabled and
762
- # security enabled. See https://learn.microsoft.com/en-us/graph/search-query-
763
- # parameter for more details.
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 cloud region to the CA pool resource located
948
- # in that region used for certificate issuance, adhering to these constraints: *
949
- # Key format: A supported cloud region name equivalent to the location
950
- # identifier in the corresponding map entry's value. * Value format: A valid CA
951
- # pool resource path format like: "projects/`project`/locations/`location`/
952
- # caPools/`ca_pool`" * Region Matching: Workloads are ONLY issued certificates
953
- # from CA pools within the same region. Also the CA pool region (in value) must
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 unspecified, this will default to
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 10 hours - 30 days. If unspecified, this will be defaulted to 24 hours.
975
+ # between 10 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
981
  # Optional. Rotation window percentage indicating when certificate rotation
973
- # should be initiated based on remaining lifetime. Must be between 10 - 80. If
974
- # unspecified, this will be defaulted to 50.
982
+ # should be initiated based on remaining lifetime. Must be between 10 and 80. If
983
+ # not specified, this will be 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 objects, which contain the trusted root certificates
1002
- # for that domain. There can be a maximum of 10 trust domain entries in this map.
1003
- # Note that a trust domain automatically trusts itself and don't need to be
1004
- # specified here. If however, this WorkloadIdentityPool's trust domain contains
1005
- # any trust anchors in the additional_trust_bundles map, those trust anchors
1006
- # will be *appended to* the Trust Bundle automatically derived from your
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. Used per OpenID
1721
- # Connect Discovery 1.0 spec to locate the provider's public keys (via `jwks_uri`
1722
- # ) for verifying tokens like the OIDC ID token. These public key types must be '
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 roles.
2177
- # The name follows the Google Cloud Platform resource format. For example, a
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 trust chain 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. IMPORTANT: * Intermediate CAs are only supported when
2954
- # configuring x509 federation.
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 Trust Anchors to be used while performing validation against
2960
- # a given TrustStore. The incoming end entity's certificate must be chained up
2961
- # to one of the trust anchors here.
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 trust chain 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.67.0"
19
+ GEM_VERSION = "0.68.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.16.0"
22
+ GENERATOR_VERSION = "0.17.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250411"
25
+ REVISION = "20250509"
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 policies for one of WorkloadIdentityPool
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 one of WorkloadIdentityPool WorkloadIdentityPoolNamespace
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 one of WorkloadIdentityPool
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 identites are also listed.
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.67.0
4
+ version: 0.68.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-04-20 00:00:00.000000000 Z
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.67.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-iam_v1/v0.68.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: '2.7'
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.5
77
+ rubygems_version: 3.6.8
78
78
  specification_version: 4
79
79
  summary: Simple REST client for Identity and Access Management (IAM) API V1
80
80
  test_files: []