google-apis-iap_v1 0.3.0 → 0.8.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: cc64850147e8143d08da735b0f97fff3ce5aac2bf77de5db693977dd646f38a6
4
- data.tar.gz: 6c6d97410d0b2b443a85d3bac61475b86f569ff99e41c46dd8079ae2622ebf22
3
+ metadata.gz: d9e82613b1759e532219a853878669d72d8ae6711f489b662ddcdf5c9df0d96a
4
+ data.tar.gz: ebb932ecd85855cd52d1837c82c493412302e83260e3ba4b23737ff95d29a09c
5
5
  SHA512:
6
- metadata.gz: 4ddec6685db76071ca484214760422f689192502b8b181f2c4cca646daaacd30670ad418affcf25387afd0d6c6a84b4e4ed7555111908b12ebbb56148f79f407
7
- data.tar.gz: '039d931f596d3153aa3353d2dba8b949427d78efbcc17289f262cd8f3fd7a4516975e5597f14da72e0576ee7da54b3defda958f5880856a85ccef1671aedf858'
6
+ metadata.gz: c0515810369797dca96b6a30865baed73649af8a2169a76ec3c8b9b5a487757fcf903cc1cedb1e6430177ae85d3d35fe5f8a77b63ae2baf0da46e30511e7764f
7
+ data.tar.gz: 48825da68c1d7e8061be47f8c97e6348d8087913181e3bb0d84783b49c7e63d1025a6b160a5eaefaabda883932d419914f6cee726719f62d1e643f6e0e4134ad
data/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # Release history for google-apis-iap_v1
2
2
 
3
+ ### v0.8.0 (2021-06-29)
4
+
5
+ * Regenerated using generator version 0.4.0
6
+
7
+ ### v0.7.0 (2021-06-24)
8
+
9
+ * Unspecified changes
10
+
11
+ ### v0.6.0 (2021-06-15)
12
+
13
+ * Regenerated from discovery document revision 20210611
14
+ * Regenerated using generator version 0.3.0
15
+
16
+ ### v0.5.0 (2021-05-19)
17
+
18
+ * Unspecified changes
19
+
20
+ ### v0.4.0 (2021-04-06)
21
+
22
+ * Regenerated from discovery document revision 20210402
23
+
3
24
  ### v0.3.0 (2021-03-30)
4
25
 
5
26
  * Regenerated from discovery document revision 20210326
@@ -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.3.0"
19
+ GEM_VERSION = "0.8.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210326"
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,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-iap_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.8.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-04-05 00:00:00.000000000 Z
11
+ date: 2021-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.4'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.4'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Cloud Identity-Aware Proxy API V1.
28
34
  Simple REST clients are Ruby client libraries that provide access to Google services
29
35
  via their HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  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.3.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-iap_v1/v0.8.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-iap_v1
57
63
  post_install_message:
58
64
  rdoc_options: []
@@ -69,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
75
  - !ruby/object:Gem::Version
70
76
  version: '0'
71
77
  requirements: []
72
- rubygems_version: 3.2.13
78
+ rubygems_version: 3.2.17
73
79
  signing_key:
74
80
  specification_version: 4
75
81
  summary: Simple REST client for Cloud Identity-Aware Proxy API V1