google-apis-iap_v1 0.44.0 → 0.45.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: 4e8d07440a1a506df6a8d2a05ddda0372c53224a8298d98b6621d30151cd66ab
4
- data.tar.gz: ff55d5f3e12a3853f7121e2cad75c16dff987944d7a663cf3d16fa4451b02e99
3
+ metadata.gz: 84f4f92405361c82ed3eb9de2271453fd5069415f92eb358b405a4af69b2b6f1
4
+ data.tar.gz: a81239e16bbd542965ac81254d41dfc3492e69227c22d4999af6048066b6d011
5
5
  SHA512:
6
- metadata.gz: ff61be982634a792ae9e7de66bd2c5e8b81a9c2a2db69e480218938ac6c3e4a373e14a2d25cbee4b6d2fc208b28411876b7390100dc9d7520d1a132da1fc7fc3
7
- data.tar.gz: 608f1f8ceab3da5826748b036164f0ab79ccc074263a9e2d33ff7119c91f170ae611d673873e566cd30d1eeceb39e44112fdc023b8ee8995bd1430dd86bb97ab
6
+ metadata.gz: 960d87ebac5ef5ea693f6cf0fe8c44ec09bf8574c8ed184d9a36693a40764dc8ce7f060cdecb4b7a8839549cd427c6f285f4dd31ce0191f0422612dbb7b5b4f1
7
+ data.tar.gz: ffcee339ec2bdc103f1ef4c7fa9ce36a6d9aee80330037977148b52dc3cc3582b9be6d881d39f14f6a65dca95caa651f53f9c2bf6d551839a33f2c400ded89fc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.44.0 (2024-03-24)
4
8
 
5
9
  * Regenerated from discovery document revision 20240315
@@ -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.44.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 = "20240315"
25
+ REVISION = "20240412"
26
26
  end
27
27
  end
28
28
  end
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.44.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-03-24 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.44.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: []