google-apis-iap_v1 0.1.0 → 0.6.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: ab9ed1f2c09c975030bdc632967b778fe388fe298c5b0c9975eafe9b7fac2e80
4
- data.tar.gz: 3191567058667e0d2d56c6d592a1b6505e1a7fda81f466be6c813f6a8acf6b92
3
+ metadata.gz: cbabaa67ce21a5dde831cd6af6bedaaba512e656449d590de751b37183607e7d
4
+ data.tar.gz: 674f914bf2f265960f456124d84ab2b189d4f0e7540a1c24fe6e418a282396b7
5
5
  SHA512:
6
- metadata.gz: de2ce515e9b5ff3b4547e7ce53699c9218334441fa1df9bef11df6fbe468f2f2af96280a871bf5910db0244cffa3e7bd39100eb0c0a446deb8d60087432d281b
7
- data.tar.gz: 6aceabd1eb49044968342b20e8af716b6d36580ba64f5d7caeec9aa91e6e597e6c28d592d7c72e44ba7e6eadfdcbb638534571a1d7c4d91a2b1e33d6b8baba97
6
+ metadata.gz: 726bb9b82c188aa95f20b5c9dac418b6d579f87979ad81a0a030c3c0df4f61197746c9fffd27b8a258c572791e03a4b698a7f40a9ecb2e9a76f2e78b1cafda2c
7
+ data.tar.gz: 47799e73f1478a8fcbe8b257de0de10a5f797161b228e3fe75ebc743509ed130867b56b0d3fe4d7586e212d1f278f9c19caa8579c3a6db1874933e030b41a9c0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # Release history for google-apis-iap_v1
2
2
 
3
+ ### v0.6.0 (2021-06-15)
4
+
5
+ * Regenerated from discovery document revision 20210611
6
+ * Regenerated using generator version 0.3.0
7
+
8
+ ### v0.5.0 (2021-05-19)
9
+
10
+ * Unspecified changes
11
+
12
+ ### v0.4.0 (2021-04-06)
13
+
14
+ * Regenerated from discovery document revision 20210402
15
+
16
+ ### v0.3.0 (2021-03-30)
17
+
18
+ * Regenerated from discovery document revision 20210326
19
+ * Regenerated using generator version 0.2.0
20
+
21
+ ### v0.2.0 (2021-03-04)
22
+
23
+ * Regenerated using generator version 0.1.2
24
+
3
25
  ### v0.1.0 (2021-01-07)
4
26
 
5
27
  * Regenerated using generator version 0.1.1
@@ -29,7 +29,7 @@ module Google
29
29
  # This is NOT the gem version.
30
30
  VERSION = 'V1'
31
31
 
32
- # View and manage your data across Google Cloud Platform services
32
+ # See, edit, configure, and delete your Google Cloud Platform data
33
33
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
34
34
  end
35
35
  end
@@ -34,6 +34,13 @@ module Google
34
34
  # @return [String]
35
35
  attr_accessor :access_denied_page_uri
36
36
 
37
+ # Whether to generate a troubleshooting URL on access denied events to this
38
+ # application.
39
+ # Corresponds to the JSON property `generateTroubleshootingUri`
40
+ # @return [Boolean]
41
+ attr_accessor :generate_troubleshooting_uri
42
+ alias_method :generate_troubleshooting_uri?, :generate_troubleshooting_uri
43
+
37
44
  def initialize(**args)
38
45
  update!(**args)
39
46
  end
@@ -41,6 +48,7 @@ module Google
41
48
  # Update properties of this object
42
49
  def update!(**args)
43
50
  @access_denied_page_uri = args[:access_denied_page_uri] if args.key?(:access_denied_page_uri)
51
+ @generate_troubleshooting_uri = args[:generate_troubleshooting_uri] if args.key?(:generate_troubleshooting_uri)
44
52
  end
45
53
  end
46
54
 
@@ -664,7 +672,9 @@ module Google
664
672
  # @return [String]
665
673
  attr_accessor :iam_service_name
666
674
 
667
- # Policy name to be checked
675
+ # An internal name for an IAM policy, based on the resource to which the policy
676
+ # applies. Not to be confused with a resource's external full resource name. For
677
+ # more information on this distinction, see go/iam-full-resource-names.
668
678
  # Corresponds to the JSON property `policyName`
669
679
  # @return [Google::Apis::IapV1::PolicyName]
670
680
  attr_accessor :policy_name
@@ -687,11 +697,15 @@ module Google
687
697
  end
688
698
  end
689
699
 
690
- #
700
+ # An internal name for an IAM policy, based on the resource to which the policy
701
+ # applies. Not to be confused with a resource's external full resource name. For
702
+ # more information on this distinction, see go/iam-full-resource-names.
691
703
  class PolicyName
692
704
  include Google::Apis::Core::Hashable
693
705
 
694
- #
706
+ # Identifies an instance of the type. ID format varies by type. The ID format is
707
+ # defined in the IAM .service file that defines the type, either in path_mapping
708
+ # or in a comment.
695
709
  # Corresponds to the JSON property `id`
696
710
  # @return [String]
697
711
  attr_accessor :id
@@ -704,7 +718,8 @@ module Google
704
718
  # @return [String]
705
719
  attr_accessor :region
706
720
 
707
- # Valid values for type might be 'gce', 'gcs', 'project', 'account' etc.
721
+ # Resource type. Types are defined in IAM's .service files. Valid values for
722
+ # type might be 'gce', 'gcs', 'project', 'account' etc.
708
723
  # Corresponds to the JSON property `type`
709
724
  # @return [String]
710
725
  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.1.0"
19
+ GEM_VERSION = "0.6.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.1"
22
+ GENERATOR_VERSION = "0.3.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20201204"
25
+ REVISION = "20210611"
26
26
  end
27
27
  end
28
28
  end
@@ -176,6 +176,7 @@ module Google
176
176
  # @private
177
177
  class Representation < Google::Apis::Core::JsonRepresentation
178
178
  property :access_denied_page_uri, as: 'accessDeniedPageUri'
179
+ property :generate_troubleshooting_uri, as: 'generateTroubleshootingUri'
179
180
  end
180
181
  end
181
182
 
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.1.0
4
+ version: 0.6.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: 2021-01-08 00:00:00.000000000 Z
11
+ date: 2021-06-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-iap_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-iap_v1/v0.1.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-iap_v1/v0.6.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-iap_v1
57
57
  post_install_message:
58
58
  rdoc_options: []
@@ -62,14 +62,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
62
62
  requirements:
63
63
  - - ">="
64
64
  - !ruby/object:Gem::Version
65
- version: '2.4'
65
+ version: '2.5'
66
66
  required_rubygems_version: !ruby/object:Gem::Requirement
67
67
  requirements:
68
68
  - - ">="
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.1.4
72
+ rubygems_version: 3.2.17
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Simple REST client for Cloud Identity-Aware Proxy API V1