google-apis-iap_v1 0.43.0 → 0.45.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c08362460c044fe5c20b958ca1d0b69ee83b4d5cd26d53ab1e5230eed3efd018
4
- data.tar.gz: 43c7f724e962571e8903907397cb6a4115d5c46c39c25a91d1cbe3ffba99c201
3
+ metadata.gz: 84f4f92405361c82ed3eb9de2271453fd5069415f92eb358b405a4af69b2b6f1
4
+ data.tar.gz: a81239e16bbd542965ac81254d41dfc3492e69227c22d4999af6048066b6d011
5
5
  SHA512:
6
- metadata.gz: b05d7ef9f7e59748722a1cfc3c62c56366ebdc6c51da7fa3f97aba63692a2d2158cdac3aa2ca9bf3293ff9686992f5ac23b46d806fe5d32c32db1c3c90c02584
7
- data.tar.gz: 1d0dae7cc8aee105101885abc0cf47b2a20ade7270f76f3005cf0dfdb53a1babb46078ba32783c0be4862d92daadad4c5c6374e45abb9b75f5adf2638fc20b54
6
+ metadata.gz: 960d87ebac5ef5ea693f6cf0fe8c44ec09bf8574c8ed184d9a36693a40764dc8ce7f060cdecb4b7a8839549cd427c6f285f4dd31ce0191f0422612dbb7b5b4f1
7
+ data.tar.gz: ffcee339ec2bdc103f1ef4c7fa9ce36a6d9aee80330037977148b52dc3cc3582b9be6d881d39f14f6a65dca95caa651f53f9c2bf6d551839a33f2c400ded89fc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-iap_v1
2
2
 
3
+ ### v0.45.0 (2024-04-21)
4
+
5
+ * Regenerated from discovery document revision 20240412
6
+
7
+ ### v0.44.0 (2024-03-24)
8
+
9
+ * Regenerated from discovery document revision 20240315
10
+
3
11
  ### v0.43.0 (2024-02-24)
4
12
 
5
13
  * Regenerated using generator version 0.14.0
@@ -988,14 +988,14 @@ module Google
988
988
  # @return [Hash<String,String>]
989
989
  attr_accessor :labels
990
990
 
991
- # Name of the resource on which conditions will be evaluated. Must use the
992
- # Relative Resource Name of the resource, which is the URI path of the resource
993
- # without the leading "/". Examples are "projects/_/buckets/[BUCKET-ID]" for
994
- # storage buckets or "projects/[PROJECT-ID]/global/firewalls/[FIREWALL-ID]" for
995
- # a firewall. This field is required for evaluating conditions with rules on
996
- # resource names. For a `list` permission check, the resource.name value must be
997
- # set to the parent resource. If the parent resource is a project, this field
998
- # should be left unset.
991
+ # The **relative** name of the resource, which is the URI path of the resource
992
+ # without the leading "/". See https://cloud.google.com/iam/docs/conditions-
993
+ # resource-attributes#resource-name for examples used by other GCP Services.
994
+ # This field is **required** for services integrated with resource-attribute-
995
+ # based IAM conditions and/or CustomOrgPolicy. This field requires special
996
+ # handling for parents-only permissions such as `create` and `list`. See the
997
+ # document linked below for further details. See go/iam-conditions-sig-g3#
998
+ # populate-resource-attributes for specific details on populating this field.
999
999
  # Corresponds to the JSON property `name`
1000
1000
  # @return [String]
1001
1001
  attr_accessor :name
@@ -1005,18 +1005,25 @@ module Google
1005
1005
  # under //configs/cloud/resourcetypes. For example, the official_service_name of
1006
1006
  # cloud resource manager service is set as 'cloudresourcemanager.googleapis.com'
1007
1007
  # according to //configs/cloud/resourcetypes/google/cloud/resourcemanager/prod.
1008
- # yaml
1008
+ # yaml This field is **required** for services integrated with resource-
1009
+ # attribute-based IAM conditions and/or CustomOrgPolicy. This field requires
1010
+ # special handling for parents-only permissions such as `create` and `list`. See
1011
+ # the document linked below for further details. See go/iam-conditions-sig-g3#
1012
+ # populate-resource-attributes for specific details on populating this field.
1009
1013
  # Corresponds to the JSON property `service`
1010
1014
  # @return [String]
1011
1015
  attr_accessor :service
1012
1016
 
1013
- # The public resource type name of the resource on which conditions will be
1014
- # evaluated. It is configured using the official_name of the ResourceType as
1015
- # defined in service configurations under //configs/cloud/resourcetypes. For
1016
- # example, the official_name for GCP projects is set as 'cloudresourcemanager.
1017
- # googleapis.com/Project' according to //configs/cloud/resourcetypes/google/
1018
- # cloud/resourcemanager/prod.yaml For details see go/iam-conditions-integration-
1019
- # guide.
1017
+ # The public resource type name of the resource. It is configured using the
1018
+ # official_name of the ResourceType as defined in service configurations under //
1019
+ # configs/cloud/resourcetypes. For example, the official_name for GCP projects
1020
+ # is set as 'cloudresourcemanager.googleapis.com/Project' according to //configs/
1021
+ # cloud/resourcetypes/google/cloud/resourcemanager/prod.yaml This field is **
1022
+ # required** for services integrated with resource-attribute-based IAM
1023
+ # conditions and/or CustomOrgPolicy. This field requires special handling for
1024
+ # parents-only permissions such as `create` and `list`. See the document linked
1025
+ # below for further details. See go/iam-conditions-sig-g3#populate-resource-
1026
+ # attributes for specific details on populating this field.
1020
1027
  # Corresponds to the JSON property `type`
1021
1028
  # @return [String]
1022
1029
  attr_accessor :type
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module IapV1
18
18
  # Version of the google-apis-iap_v1 gem
19
- GEM_VERSION = "0.43.0"
19
+ GEM_VERSION = "0.45.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240119"
25
+ REVISION = "20240412"
26
26
  end
27
27
  end
28
28
  end
@@ -706,13 +706,13 @@ module Google
706
706
  execute_or_queue_command(command, &block)
707
707
  end
708
708
 
709
- # Validates a given CEL expression conforms to IAP restrictions.
709
+ # Validates that a given CEL expression conforms to IAP restrictions.
710
710
  # @param [String] name
711
711
  # Required. The resource name of the IAP protected resource.
712
712
  # @param [String] expression
713
- # Required. User input string expression. Should be of the form 'attributes.
713
+ # Required. User input string expression. Should be of the form `attributes.
714
714
  # saml_attributes.filter(attribute, attribute.name in ['`attribute_name`', '`
715
- # attribute_name`'])'
715
+ # attribute_name`'])`
716
716
  # @param [String] fields
717
717
  # Selector specifying which fields to include in a partial response.
718
718
  # @param [String] quota_user
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-iap_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.43.0
4
+ version: 0.45.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-02-25 00:00:00.000000000 Z
11
+ date: 2024-04-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  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-iap_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-iap_v1/v0.43.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-iap_v1/v0.45.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-iap_v1
63
63
  post_install_message:
64
64
  rdoc_options: []