google-apis-ids_v1 0.16.0 → 0.18.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 +10 -0
- data/lib/google/apis/ids_v1/classes.rb +52 -13
- data/lib/google/apis/ids_v1/gem_version.rb +3 -3
- data/lib/google/apis/ids_v1/representations.rb +2 -0
- data/lib/google/apis/ids_v1/service.rb +2 -2
- metadata +6 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e40ff1280bb4216aaf4491fcb0498fdffec465ee03c3d307ae6eb23c3d7e141e
|
4
|
+
data.tar.gz: 8b8f688d89ae90e4316e2eea56953dc9bf53ed7256b8a0e78c99ad20ce36165c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4cb3e8bfe38e8742f0a475f94bd22f76ff30af1c871e5fae7a86faa610f6dfe623176496c1cda3de1dba9a586bcb540dfd7cd2cd7df77d913fa22ae3ec90dab8
|
7
|
+
data.tar.gz: bc962e02ba5992c376eebab5a90c742c9a2b33b5f2037767ba440bc3e692f56fe2d34a06c4c80d4efafdd875dfbf64eb4fcbc2cc2858c4a3cb15fbce10d42506
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,15 @@
|
|
1
1
|
# Release history for google-apis-ids_v1
|
2
2
|
|
3
|
+
### v0.18.0 (2025-02-26)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250214
|
6
|
+
* Regenerated using generator version 0.16.0
|
7
|
+
|
8
|
+
### v0.17.0 (2024-05-26)
|
9
|
+
|
10
|
+
* Regenerated from discovery document revision 20240514
|
11
|
+
* Regenerated using generator version 0.15.0
|
12
|
+
|
3
13
|
### v0.16.0 (2024-02-24)
|
4
14
|
|
5
15
|
* Regenerated using generator version 0.14.0
|
@@ -132,27 +132,52 @@ module Google
|
|
132
132
|
# project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
|
133
133
|
# email address that represents a Google group. For example, `admins@example.com`
|
134
134
|
# . * `domain:`domain``: The G Suite domain (primary) that represents all the
|
135
|
-
# users of that domain. For example, `google.com` or `example.com`. * `
|
136
|
-
#
|
137
|
-
#
|
138
|
-
#
|
139
|
-
#
|
140
|
-
#
|
141
|
-
#
|
142
|
-
#
|
135
|
+
# users of that domain. For example, `google.com` or `example.com`. * `principal:
|
136
|
+
# //iam.googleapis.com/locations/global/workforcePools/`pool_id`/subject/`
|
137
|
+
# subject_attribute_value``: A single identity in a workforce identity pool. * `
|
138
|
+
# principalSet://iam.googleapis.com/locations/global/workforcePools/`pool_id`/
|
139
|
+
# group/`group_id``: All workforce identities in a group. * `principalSet://iam.
|
140
|
+
# googleapis.com/locations/global/workforcePools/`pool_id`/attribute.`
|
141
|
+
# attribute_name`/`attribute_value``: All workforce identities with a specific
|
142
|
+
# attribute value. * `principalSet://iam.googleapis.com/locations/global/
|
143
|
+
# workforcePools/`pool_id`/*`: All identities in a workforce identity pool. * `
|
144
|
+
# principal://iam.googleapis.com/projects/`project_number`/locations/global/
|
145
|
+
# workloadIdentityPools/`pool_id`/subject/`subject_attribute_value``: A single
|
146
|
+
# identity in a workload identity pool. * `principalSet://iam.googleapis.com/
|
147
|
+
# projects/`project_number`/locations/global/workloadIdentityPools/`pool_id`/
|
148
|
+
# group/`group_id``: A workload identity pool group. * `principalSet://iam.
|
149
|
+
# googleapis.com/projects/`project_number`/locations/global/
|
150
|
+
# workloadIdentityPools/`pool_id`/attribute.`attribute_name`/`attribute_value``:
|
151
|
+
# All identities in a workload identity pool with a certain attribute. * `
|
152
|
+
# principalSet://iam.googleapis.com/projects/`project_number`/locations/global/
|
153
|
+
# workloadIdentityPools/`pool_id`/*`: All identities in a workload identity pool.
|
154
|
+
# * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
|
155
|
+
# identifier) representing a user that has been recently deleted. For example, `
|
156
|
+
# alice@example.com?uid=123456789012345678901`. If the user is recovered, this
|
157
|
+
# value reverts to `user:`emailid`` and the recovered user retains the role in
|
158
|
+
# the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
|
159
|
+
# address (plus unique identifier) representing a service account that has been
|
160
|
+
# recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
|
143
161
|
# 123456789012345678901`. If the service account is undeleted, this value
|
144
162
|
# reverts to `serviceAccount:`emailid`` and the undeleted service account
|
145
163
|
# retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
|
146
164
|
# An email address (plus unique identifier) representing a Google group that has
|
147
165
|
# been recently deleted. For example, `admins@example.com?uid=
|
148
166
|
# 123456789012345678901`. If the group is recovered, this value reverts to `
|
149
|
-
# group:`emailid`` and the recovered group retains the role in the binding.
|
167
|
+
# group:`emailid`` and the recovered group retains the role in the binding. * `
|
168
|
+
# deleted:principal://iam.googleapis.com/locations/global/workforcePools/`
|
169
|
+
# pool_id`/subject/`subject_attribute_value``: Deleted single identity in a
|
170
|
+
# workforce identity pool. For example, `deleted:principal://iam.googleapis.com/
|
171
|
+
# locations/global/workforcePools/my-pool-id/subject/my-subject-attribute-value`.
|
150
172
|
# Corresponds to the JSON property `members`
|
151
173
|
# @return [Array<String>]
|
152
174
|
attr_accessor :members
|
153
175
|
|
154
176
|
# Role that is assigned to the list of `members`, or principals. For example, `
|
155
|
-
# roles/viewer`, `roles/editor`, or `roles/owner`.
|
177
|
+
# roles/viewer`, `roles/editor`, or `roles/owner`. For an overview of the IAM
|
178
|
+
# roles and permissions, see the [IAM documentation](https://cloud.google.com/
|
179
|
+
# iam/docs/roles-overview). For a list of the available pre-defined roles, see [
|
180
|
+
# here](https://cloud.google.com/iam/docs/understanding-roles).
|
156
181
|
# Corresponds to the JSON property `role`
|
157
182
|
# @return [String]
|
158
183
|
attr_accessor :role
|
@@ -239,6 +264,18 @@ module Google
|
|
239
264
|
# @return [String]
|
240
265
|
attr_accessor :network
|
241
266
|
|
267
|
+
# Output only. [Output Only] Reserved for future use.
|
268
|
+
# Corresponds to the JSON property `satisfiesPzi`
|
269
|
+
# @return [Boolean]
|
270
|
+
attr_accessor :satisfies_pzi
|
271
|
+
alias_method :satisfies_pzi?, :satisfies_pzi
|
272
|
+
|
273
|
+
# Output only. [Output Only] Reserved for future use.
|
274
|
+
# Corresponds to the JSON property `satisfiesPzs`
|
275
|
+
# @return [Boolean]
|
276
|
+
attr_accessor :satisfies_pzs
|
277
|
+
alias_method :satisfies_pzs?, :satisfies_pzs
|
278
|
+
|
242
279
|
# Required. Lowest threat severity that this endpoint will alert on.
|
243
280
|
# Corresponds to the JSON property `severity`
|
244
281
|
# @return [String]
|
@@ -278,6 +315,8 @@ module Google
|
|
278
315
|
@labels = args[:labels] if args.key?(:labels)
|
279
316
|
@name = args[:name] if args.key?(:name)
|
280
317
|
@network = args[:network] if args.key?(:network)
|
318
|
+
@satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
|
319
|
+
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
|
281
320
|
@severity = args[:severity] if args.key?(:severity)
|
282
321
|
@state = args[:state] if args.key?(:state)
|
283
322
|
@threat_exceptions = args[:threat_exceptions] if args.key?(:threat_exceptions)
|
@@ -551,9 +590,9 @@ module Google
|
|
551
590
|
attr_accessor :end_time
|
552
591
|
|
553
592
|
# Output only. Identifies whether the user has requested cancellation of the
|
554
|
-
# operation. Operations that have successfully been cancelled have
|
555
|
-
# error value with a google.rpc.Status.code of 1,
|
556
|
-
# CANCELLED`.
|
593
|
+
# operation. Operations that have successfully been cancelled have google.
|
594
|
+
# longrunning.Operation.error value with a google.rpc.Status.code of 1,
|
595
|
+
# corresponding to `Code.CANCELLED`.
|
557
596
|
# Corresponds to the JSON property `requestedCancellation`
|
558
597
|
# @return [Boolean]
|
559
598
|
attr_accessor :requested_cancellation
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module IdsV1
|
18
18
|
# Version of the google-apis-ids_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.18.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250214"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -179,6 +179,8 @@ module Google
|
|
179
179
|
hash :labels, as: 'labels'
|
180
180
|
property :name, as: 'name'
|
181
181
|
property :network, as: 'network'
|
182
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
183
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
182
184
|
property :severity, as: 'severity'
|
183
185
|
property :state, as: 'state'
|
184
186
|
collection :threat_exceptions, as: 'threatExceptions'
|
@@ -478,8 +478,8 @@ module Google
|
|
478
478
|
# Clients can use Operations.GetOperation or other methods to check whether the
|
479
479
|
# cancellation succeeded or whether the operation completed despite cancellation.
|
480
480
|
# On successful cancellation, the operation is not deleted; instead, it becomes
|
481
|
-
# an operation with an Operation.error value with a google.rpc.Status.code of 1
|
482
|
-
# corresponding to `Code.CANCELLED`.
|
481
|
+
# an operation with an Operation.error value with a google.rpc.Status.code of `1`
|
482
|
+
# , corresponding to `Code.CANCELLED`.
|
483
483
|
# @param [String] name
|
484
484
|
# The name of the operation resource to be cancelled.
|
485
485
|
# @param [Google::Apis::IdsV1::CancelOperationRequest] cancel_operation_request_object
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-ids_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.18.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-03-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: google-apis-core
|
@@ -16,7 +15,7 @@ dependencies:
|
|
16
15
|
requirements:
|
17
16
|
- - ">="
|
18
17
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
18
|
+
version: 0.15.0
|
20
19
|
- - "<"
|
21
20
|
- !ruby/object:Gem::Version
|
22
21
|
version: 2.a
|
@@ -26,7 +25,7 @@ dependencies:
|
|
26
25
|
requirements:
|
27
26
|
- - ">="
|
28
27
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
28
|
+
version: 0.15.0
|
30
29
|
- - "<"
|
31
30
|
- !ruby/object:Gem::Version
|
32
31
|
version: 2.a
|
@@ -58,9 +57,8 @@ licenses:
|
|
58
57
|
metadata:
|
59
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-ids_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-ids_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-ids_v1/v0.18.0
|
62
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-ids_v1
|
63
|
-
post_install_message:
|
64
62
|
rdoc_options: []
|
65
63
|
require_paths:
|
66
64
|
- lib
|
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
73
|
- !ruby/object:Gem::Version
|
76
74
|
version: '0'
|
77
75
|
requirements: []
|
78
|
-
rubygems_version: 3.5
|
79
|
-
signing_key:
|
76
|
+
rubygems_version: 3.6.5
|
80
77
|
specification_version: 4
|
81
78
|
summary: Simple REST client for Cloud IDS API V1
|
82
79
|
test_files: []
|