google-apis-securitycenter_v1 0.40.0 → 0.42.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: 1b1986e5bce1e860d0a99fc7d734c3dd8416e2a5ae39604a570972e80b278d15
4
- data.tar.gz: 2d16622f4534fb926717a2a2a08927fb84b108ecb8cdca327aee1ae69937bcf9
3
+ metadata.gz: 1c435217c0aa7844baa72aa88dca93a15e94f7ea55beee4e5821559f78323032
4
+ data.tar.gz: 4d2c76d448b08d43a35d4e1fb37f554198cd5357e33d83712777f39497de8ace
5
5
  SHA512:
6
- metadata.gz: aac1982e6eff4687371570444fbf99d1d4bd222621e2224c776da0c5d67e0e2a27141358da14b8135049cc246c7f6f5aebaf08d91a25636843673832952ccf4b
7
- data.tar.gz: 313fc8b3ee9c47b8c425f0ea786c2952bbc279afb1fd1c422c3290f8ae5462a9e29445e7e063cc9e1b186a409cd9225030136b7c2db22457a88d43fab7dda1f3
6
+ metadata.gz: 4c08ff5391b8686402724dcd5017e46af34932aee17b6f3e9998e5e361c6faf22e83294c36c99f19cbf1c5c9627666951e7ea0868f09041c0bd2786b00ea8d73
7
+ data.tar.gz: ad2141423555c91f82cc96dc4454d4ef2eb00d44f9bae76b4659191909330ff5632d24ea6e396cc22125856c710b581afe760c9359a54d737745696256044dc1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-securitycenter_v1
2
2
 
3
+ ### v0.42.0 (2022-09-14)
4
+
5
+ * Regenerated from discovery document revision 20220909
6
+
7
+ ### v0.41.0 (2022-08-31)
8
+
9
+ * Regenerated from discovery document revision 20220825
10
+
3
11
  ### v0.40.0 (2022-08-25)
4
12
 
5
13
  * Regenerated from discovery document revision 20220824
@@ -54,8 +54,8 @@ module Google
54
54
  # A string representing the principal_subject associated with the identity. As
55
55
  # compared to `principal_email`, supports principals that aren't associated with
56
56
  # email addresses, such as third party principals. For most identities, the
57
- # format will be `principal://iam.googleapis.com/`identity pool name`/subject/`
58
- # subject)` except for some GKE identities (GKE_WORKLOAD, FREEFORM,
57
+ # format will be `principal://iam.googleapis.com/`identity pool name`/subjects/`
58
+ # subject`` except for some GKE identities (GKE_WORKLOAD, FREEFORM,
59
59
  # GKE_HUB_WORKLOAD) that are still in the legacy format `serviceAccount:`
60
60
  # identity pool name`[`subject`]`
61
61
  # Corresponds to the JSON property `principalSubject`
@@ -374,31 +374,33 @@ module Google
374
374
  # members` can have the following values: * `allUsers`: A special identifier
375
375
  # that represents anyone who is on the internet; with or without a Google
376
376
  # account. * `allAuthenticatedUsers`: A special identifier that represents
377
- # anyone who is authenticated with a Google account or a service account. * `
378
- # user:`emailid``: An email address that represents a specific Google account.
379
- # For example, `alice@example.com` . * `serviceAccount:`emailid``: An email
380
- # address that represents a Google service account. For example, `my-other-app@
381
- # appspot.gserviceaccount.com`. * `serviceAccount:`projectid`.svc.id.goog[`
382
- # namespace`/`kubernetes-sa`]`: An identifier for a [Kubernetes service account](
383
- # https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-
384
- # accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`
385
- # . * `group:`emailid``: An email address that represents a Google group. For
386
- # example, `admins@example.com`. * `deleted:user:`emailid`?uid=`uniqueid``: An
387
- # email address (plus unique identifier) representing a user that has been
388
- # recently deleted. For example, `alice@example.com?uid=123456789012345678901`.
389
- # If the user is recovered, this value reverts to `user:`emailid`` and the
390
- # recovered user retains the role in the binding. * `deleted:serviceAccount:`
391
- # emailid`?uid=`uniqueid``: An email address (plus unique identifier)
392
- # representing a service account that has been recently deleted. For example, `
393
- # my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the
394
- # service account is undeleted, this value reverts to `serviceAccount:`emailid``
395
- # and the undeleted service account retains the role in the binding. * `deleted:
396
- # group:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
397
- # representing a Google group that has been recently deleted. For example, `
398
- # admins@example.com?uid=123456789012345678901`. If the group is recovered, this
399
- # value reverts to `group:`emailid`` and the recovered group retains the role in
400
- # the binding. * `domain:`domain``: The G Suite domain (primary) that represents
401
- # all the users of that domain. For example, `google.com` or `example.com`.
377
+ # anyone who is authenticated with a Google account or a service account. Does
378
+ # not include identities that come from external identity providers (IdPs)
379
+ # through identity federation. * `user:`emailid``: An email address that
380
+ # represents a specific Google account. For example, `alice@example.com` . * `
381
+ # serviceAccount:`emailid``: An email address that represents a Google service
382
+ # account. For example, `my-other-app@appspot.gserviceaccount.com`. * `
383
+ # serviceAccount:`projectid`.svc.id.goog[`namespace`/`kubernetes-sa`]`: An
384
+ # identifier for a [Kubernetes service account](https://cloud.google.com/
385
+ # kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
386
+ # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
387
+ # email address that represents a Google group. For example, `admins@example.com`
388
+ # . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
389
+ # identifier) representing a user that has been recently deleted. For example, `
390
+ # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
391
+ # value reverts to `user:`emailid`` and the recovered user retains the role in
392
+ # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
393
+ # address (plus unique identifier) representing a service account that has been
394
+ # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
395
+ # 123456789012345678901`. If the service account is undeleted, this value
396
+ # reverts to `serviceAccount:`emailid`` and the undeleted service account
397
+ # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
398
+ # An email address (plus unique identifier) representing a Google group that has
399
+ # been recently deleted. For example, `admins@example.com?uid=
400
+ # 123456789012345678901`. If the group is recovered, this value reverts to `
401
+ # group:`emailid`` and the recovered group retains the role in the binding. * `
402
+ # domain:`domain``: The G Suite domain (primary) that represents all the users
403
+ # of that domain. For example, `google.com` or `example.com`.
402
404
  # Corresponds to the JSON property `members`
403
405
  # @return [Array<String>]
404
406
  attr_accessor :members
@@ -1186,6 +1188,12 @@ module Google
1186
1188
  # @return [String]
1187
1189
  attr_accessor :parent
1188
1190
 
1191
+ # Output only. The human readable display name of the finding source such as "
1192
+ # Event Threat Detection" or "Security Health Analytics"
1193
+ # Corresponds to the JSON property `parentDisplayName`
1194
+ # @return [String]
1195
+ attr_accessor :parent_display_name
1196
+
1189
1197
  # Represents operating system processes associated with the Finding.
1190
1198
  # Corresponds to the JSON property `processes`
1191
1199
  # @return [Array<Google::Apis::SecuritycenterV1::Process>]
@@ -1263,6 +1271,7 @@ module Google
1263
1271
  @name = args[:name] if args.key?(:name)
1264
1272
  @next_steps = args[:next_steps] if args.key?(:next_steps)
1265
1273
  @parent = args[:parent] if args.key?(:parent)
1274
+ @parent_display_name = args[:parent_display_name] if args.key?(:parent_display_name)
1266
1275
  @processes = args[:processes] if args.key?(:processes)
1267
1276
  @resource_name = args[:resource_name] if args.key?(:resource_name)
1268
1277
  @security_marks = args[:security_marks] if args.key?(:security_marks)
@@ -1718,6 +1727,40 @@ module Google
1718
1727
  end
1719
1728
  end
1720
1729
 
1730
+ # A resource value config is a mapping configuration of user's tag values to
1731
+ # resource values. Used by the attack path simulation.
1732
+ class GoogleCloudSecuritycenterV1ResourceValueConfig
1733
+ include Google::Apis::Core::Hashable
1734
+
1735
+ # Name for the resource value config
1736
+ # Corresponds to the JSON property `name`
1737
+ # @return [String]
1738
+ attr_accessor :name
1739
+
1740
+ # Required. Resource value level this expression represents
1741
+ # Corresponds to the JSON property `resourceValue`
1742
+ # @return [String]
1743
+ attr_accessor :resource_value
1744
+
1745
+ # Required. Tag values combined with AND to check against. Values in the form "
1746
+ # tagValues/123" E.g. [ "tagValues/123", "tagValues/456", "tagValues/789" ]
1747
+ # https://cloud.google.com/resource-manager/docs/tags/tags-creating-and-managing
1748
+ # Corresponds to the JSON property `tagValues`
1749
+ # @return [Array<String>]
1750
+ attr_accessor :tag_values
1751
+
1752
+ def initialize(**args)
1753
+ update!(**args)
1754
+ end
1755
+
1756
+ # Update properties of this object
1757
+ def update!(**args)
1758
+ @name = args[:name] if args.key?(:name)
1759
+ @resource_value = args[:resource_value] if args.key?(:resource_value)
1760
+ @tag_values = args[:tag_values] if args.key?(:tag_values)
1761
+ end
1762
+ end
1763
+
1721
1764
  # Response of asset discovery run
1722
1765
  class GoogleCloudSecuritycenterV1RunAssetDiscoveryResponse
1723
1766
  include Google::Apis::Core::Hashable
@@ -3597,7 +3640,7 @@ module Google
3597
3640
  class ServiceAccountDelegationInfo
3598
3641
  include Google::Apis::Core::Hashable
3599
3642
 
3600
- # The email address of a Google account. .
3643
+ # The email address of a Google account.
3601
3644
  # Corresponds to the JSON property `principalEmail`
3602
3645
  # @return [String]
3603
3646
  attr_accessor :principal_email
@@ -3605,8 +3648,8 @@ module Google
3605
3648
  # A string representing the principal_subject associated with the identity. As
3606
3649
  # compared to `principal_email`, supports principals that aren't associated with
3607
3650
  # email addresses, such as third party principals. For most identities, the
3608
- # format will be `principal://iam.googleapis.com/`identity pool name`/subject/`
3609
- # subject)` except for some GKE identities (GKE_WORKLOAD, FREEFORM,
3651
+ # format will be `principal://iam.googleapis.com/`identity pool name`/subjects/`
3652
+ # subject`` except for some GKE identities (GKE_WORKLOAD, FREEFORM,
3610
3653
  # GKE_HUB_WORKLOAD) that are still in the legacy format `serviceAccount:`
3611
3654
  # identity pool name`[`subject`]`
3612
3655
  # Corresponds to the JSON property `principalSubject`
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module SecuritycenterV1
18
18
  # Version of the google-apis-securitycenter_v1 gem
19
- GEM_VERSION = "0.40.0"
19
+ GEM_VERSION = "0.42.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220824"
25
+ REVISION = "20220909"
26
26
  end
27
27
  end
28
28
  end
@@ -232,6 +232,12 @@ module Google
232
232
  include Google::Apis::Core::JsonObjectSupport
233
233
  end
234
234
 
235
+ class GoogleCloudSecuritycenterV1ResourceValueConfig
236
+ class Representation < Google::Apis::Core::JsonRepresentation; end
237
+
238
+ include Google::Apis::Core::JsonObjectSupport
239
+ end
240
+
235
241
  class GoogleCloudSecuritycenterV1RunAssetDiscoveryResponse
236
242
  class Representation < Google::Apis::Core::JsonRepresentation; end
237
243
 
@@ -845,6 +851,7 @@ module Google
845
851
  property :name, as: 'name'
846
852
  property :next_steps, as: 'nextSteps'
847
853
  property :parent, as: 'parent'
854
+ property :parent_display_name, as: 'parentDisplayName'
848
855
  collection :processes, as: 'processes', class: Google::Apis::SecuritycenterV1::Process, decorator: Google::Apis::SecuritycenterV1::Process::Representation
849
856
 
850
857
  property :resource_name, as: 'resourceName'
@@ -970,6 +977,15 @@ module Google
970
977
  end
971
978
  end
972
979
 
980
+ class GoogleCloudSecuritycenterV1ResourceValueConfig
981
+ # @private
982
+ class Representation < Google::Apis::Core::JsonRepresentation
983
+ property :name, as: 'name'
984
+ property :resource_value, as: 'resourceValue'
985
+ collection :tag_values, as: 'tagValues'
986
+ end
987
+ end
988
+
973
989
  class GoogleCloudSecuritycenterV1RunAssetDiscoveryResponse
974
990
  # @private
975
991
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-securitycenter_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.40.0
4
+ version: 0.42.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: 2022-08-29 00:00:00.000000000 Z
11
+ date: 2022-09-19 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-securitycenter_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1/v0.40.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1/v0.42.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1
63
63
  post_install_message:
64
64
  rdoc_options: []