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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/iap_v1/classes.rb +23 -16
- data/lib/google/apis/iap_v1/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 84f4f92405361c82ed3eb9de2271453fd5069415f92eb358b405a4af69b2b6f1
|
|
4
|
+
data.tar.gz: a81239e16bbd542965ac81254d41dfc3492e69227c22d4999af6048066b6d011
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 960d87ebac5ef5ea693f6cf0fe8c44ec09bf8574c8ed184d9a36693a40764dc8ce7f060cdecb4b7a8839549cd427c6f285f4dd31ce0191f0422612dbb7b5b4f1
|
|
7
|
+
data.tar.gz: ffcee339ec2bdc103f1ef4c7fa9ce36a6d9aee80330037977148b52dc3cc3582b9be6d881d39f14f6a65dca95caa651f53f9c2bf6d551839a33f2c400ded89fc
|
data/CHANGELOG.md
CHANGED
|
@@ -988,14 +988,14 @@ module Google
|
|
|
988
988
|
# @return [Hash<String,String>]
|
|
989
989
|
attr_accessor :labels
|
|
990
990
|
|
|
991
|
-
#
|
|
992
|
-
#
|
|
993
|
-
#
|
|
994
|
-
#
|
|
995
|
-
#
|
|
996
|
-
#
|
|
997
|
-
#
|
|
998
|
-
#
|
|
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
|
|
1014
|
-
#
|
|
1015
|
-
#
|
|
1016
|
-
#
|
|
1017
|
-
#
|
|
1018
|
-
#
|
|
1019
|
-
#
|
|
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.
|
|
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 = "
|
|
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.
|
|
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-
|
|
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.
|
|
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: []
|