google-apis-securitycenter_v1beta1 0.37.0 → 0.39.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: 724d246547f6e11a9bfcb229ca28c577402c7e870edfd0b3eb82e286fc0c328e
4
- data.tar.gz: 5e964edc8961349f0f2f4696eae29ce28171ec0df29dacb4710d3d5104f39cbd
3
+ metadata.gz: 896d2595f169b7408daa5f981aee1445125d366638f9c8764827b8c528904ad7
4
+ data.tar.gz: 116b46c49cb88e0950525acb1548c8c5cf7d647ecb7abee70374e4feb35b3f9a
5
5
  SHA512:
6
- metadata.gz: 4b2a83ad1f89d2d67c8d2009ca1fb18776af3b48095d062072b248f548cc78073142522f9b83f43feed33dd5002d5d3eed94064a7bdcb12fcb8343b22f2e2511
7
- data.tar.gz: 5d9fbfc29cb958a44d0b345ac86856e1d3b0dafb29970d8f3a9fe1e5a9c605c6279bbf41fea06924e2815e18091aa5ff9a74de45de0bdb5c8acb9577b33385d1
6
+ metadata.gz: b72cc8e8f553085ad32dc57d21ea83a26393b470b6bbd42b35016eda05da942dd7df917e44cceab93828a3b407aa41e9a7a0221e7f589d95561d3a82ff0d7b2e
7
+ data.tar.gz: 3fdcb84cfda4b313f1974cb265d27da7dbb5987b68f3bffbf310ca7852be5f670fb995b2e0be26c7aa6edf41e21c324eff56bd2f286675453c79ea6f5605e541
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-securitycenter_v1beta1
2
2
 
3
+ ### v0.39.0 (2022-09-16)
4
+
5
+ * Regenerated from discovery document revision 20220909
6
+
7
+ ### v0.38.0 (2022-08-31)
8
+
9
+ * Regenerated from discovery document revision 20220825
10
+
3
11
  ### v0.37.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`
@@ -351,31 +351,33 @@ module Google
351
351
  # members` can have the following values: * `allUsers`: A special identifier
352
352
  # that represents anyone who is on the internet; with or without a Google
353
353
  # account. * `allAuthenticatedUsers`: A special identifier that represents
354
- # anyone who is authenticated with a Google account or a service account. * `
355
- # user:`emailid``: An email address that represents a specific Google account.
356
- # For example, `alice@example.com` . * `serviceAccount:`emailid``: An email
357
- # address that represents a Google service account. For example, `my-other-app@
358
- # appspot.gserviceaccount.com`. * `serviceAccount:`projectid`.svc.id.goog[`
359
- # namespace`/`kubernetes-sa`]`: An identifier for a [Kubernetes service account](
360
- # https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-
361
- # accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`
362
- # . * `group:`emailid``: An email address that represents a Google group. For
363
- # example, `admins@example.com`. * `deleted:user:`emailid`?uid=`uniqueid``: An
364
- # email address (plus unique identifier) representing a user that has been
365
- # recently deleted. For example, `alice@example.com?uid=123456789012345678901`.
366
- # If the user is recovered, this value reverts to `user:`emailid`` and the
367
- # recovered user retains the role in the binding. * `deleted:serviceAccount:`
368
- # emailid`?uid=`uniqueid``: An email address (plus unique identifier)
369
- # representing a service account that has been recently deleted. For example, `
370
- # my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the
371
- # service account is undeleted, this value reverts to `serviceAccount:`emailid``
372
- # and the undeleted service account retains the role in the binding. * `deleted:
373
- # group:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
374
- # representing a Google group that has been recently deleted. For example, `
375
- # admins@example.com?uid=123456789012345678901`. If the group is recovered, this
376
- # value reverts to `group:`emailid`` and the recovered group retains the role in
377
- # the binding. * `domain:`domain``: The G Suite domain (primary) that represents
378
- # all the users of that domain. For example, `google.com` or `example.com`.
354
+ # anyone who is authenticated with a Google account or a service account. Does
355
+ # not include identities that come from external identity providers (IdPs)
356
+ # through identity federation. * `user:`emailid``: An email address that
357
+ # represents a specific Google account. For example, `alice@example.com` . * `
358
+ # serviceAccount:`emailid``: An email address that represents a Google service
359
+ # account. For example, `my-other-app@appspot.gserviceaccount.com`. * `
360
+ # serviceAccount:`projectid`.svc.id.goog[`namespace`/`kubernetes-sa`]`: An
361
+ # identifier for a [Kubernetes service account](https://cloud.google.com/
362
+ # kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
363
+ # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
364
+ # email address that represents a Google group. For example, `admins@example.com`
365
+ # . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
366
+ # identifier) representing a user that has been recently deleted. For example, `
367
+ # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
368
+ # value reverts to `user:`emailid`` and the recovered user retains the role in
369
+ # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
370
+ # address (plus unique identifier) representing a service account that has been
371
+ # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
372
+ # 123456789012345678901`. If the service account is undeleted, this value
373
+ # reverts to `serviceAccount:`emailid`` and the undeleted service account
374
+ # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
375
+ # An email address (plus unique identifier) representing a Google group that has
376
+ # been recently deleted. For example, `admins@example.com?uid=
377
+ # 123456789012345678901`. If the group is recovered, this value reverts to `
378
+ # group:`emailid`` and the recovered group retains the role in the binding. * `
379
+ # domain:`domain``: The G Suite domain (primary) that represents all the users
380
+ # of that domain. For example, `google.com` or `example.com`.
379
381
  # Corresponds to the JSON property `members`
380
382
  # @return [Array<String>]
381
383
  attr_accessor :members
@@ -1140,6 +1142,12 @@ module Google
1140
1142
  # @return [String]
1141
1143
  attr_accessor :parent
1142
1144
 
1145
+ # Output only. The human readable display name of the finding source such as "
1146
+ # Event Threat Detection" or "Security Health Analytics"
1147
+ # Corresponds to the JSON property `parentDisplayName`
1148
+ # @return [String]
1149
+ attr_accessor :parent_display_name
1150
+
1143
1151
  # Represents operating system processes associated with the Finding.
1144
1152
  # Corresponds to the JSON property `processes`
1145
1153
  # @return [Array<Google::Apis::SecuritycenterV1beta1::Process>]
@@ -1217,6 +1225,7 @@ module Google
1217
1225
  @name = args[:name] if args.key?(:name)
1218
1226
  @next_steps = args[:next_steps] if args.key?(:next_steps)
1219
1227
  @parent = args[:parent] if args.key?(:parent)
1228
+ @parent_display_name = args[:parent_display_name] if args.key?(:parent_display_name)
1220
1229
  @processes = args[:processes] if args.key?(:processes)
1221
1230
  @resource_name = args[:resource_name] if args.key?(:resource_name)
1222
1231
  @security_marks = args[:security_marks] if args.key?(:security_marks)
@@ -1672,6 +1681,40 @@ module Google
1672
1681
  end
1673
1682
  end
1674
1683
 
1684
+ # A resource value config is a mapping configuration of user's tag values to
1685
+ # resource values. Used by the attack path simulation.
1686
+ class GoogleCloudSecuritycenterV1ResourceValueConfig
1687
+ include Google::Apis::Core::Hashable
1688
+
1689
+ # Name for the resource value config
1690
+ # Corresponds to the JSON property `name`
1691
+ # @return [String]
1692
+ attr_accessor :name
1693
+
1694
+ # Required. Resource value level this expression represents
1695
+ # Corresponds to the JSON property `resourceValue`
1696
+ # @return [String]
1697
+ attr_accessor :resource_value
1698
+
1699
+ # Required. Tag values combined with AND to check against. Values in the form "
1700
+ # tagValues/123" E.g. [ "tagValues/123", "tagValues/456", "tagValues/789" ]
1701
+ # https://cloud.google.com/resource-manager/docs/tags/tags-creating-and-managing
1702
+ # Corresponds to the JSON property `tagValues`
1703
+ # @return [Array<String>]
1704
+ attr_accessor :tag_values
1705
+
1706
+ def initialize(**args)
1707
+ update!(**args)
1708
+ end
1709
+
1710
+ # Update properties of this object
1711
+ def update!(**args)
1712
+ @name = args[:name] if args.key?(:name)
1713
+ @resource_value = args[:resource_value] if args.key?(:resource_value)
1714
+ @tag_values = args[:tag_values] if args.key?(:tag_values)
1715
+ end
1716
+ end
1717
+
1675
1718
  # Response of asset discovery run
1676
1719
  class GoogleCloudSecuritycenterV1RunAssetDiscoveryResponse
1677
1720
  include Google::Apis::Core::Hashable
@@ -3329,7 +3372,7 @@ module Google
3329
3372
  class ServiceAccountDelegationInfo
3330
3373
  include Google::Apis::Core::Hashable
3331
3374
 
3332
- # The email address of a Google account. .
3375
+ # The email address of a Google account.
3333
3376
  # Corresponds to the JSON property `principalEmail`
3334
3377
  # @return [String]
3335
3378
  attr_accessor :principal_email
@@ -3337,8 +3380,8 @@ module Google
3337
3380
  # A string representing the principal_subject associated with the identity. As
3338
3381
  # compared to `principal_email`, supports principals that aren't associated with
3339
3382
  # email addresses, such as third party principals. For most identities, the
3340
- # format will be `principal://iam.googleapis.com/`identity pool name`/subject/`
3341
- # subject)` except for some GKE identities (GKE_WORKLOAD, FREEFORM,
3383
+ # format will be `principal://iam.googleapis.com/`identity pool name`/subjects/`
3384
+ # subject`` except for some GKE identities (GKE_WORKLOAD, FREEFORM,
3342
3385
  # GKE_HUB_WORKLOAD) that are still in the legacy format `serviceAccount:`
3343
3386
  # identity pool name`[`subject`]`
3344
3387
  # Corresponds to the JSON property `principalSubject`
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module SecuritycenterV1beta1
18
18
  # Version of the google-apis-securitycenter_v1beta1 gem
19
- GEM_VERSION = "0.37.0"
19
+ GEM_VERSION = "0.39.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
 
@@ -797,6 +803,7 @@ module Google
797
803
  property :name, as: 'name'
798
804
  property :next_steps, as: 'nextSteps'
799
805
  property :parent, as: 'parent'
806
+ property :parent_display_name, as: 'parentDisplayName'
800
807
  collection :processes, as: 'processes', class: Google::Apis::SecuritycenterV1beta1::Process, decorator: Google::Apis::SecuritycenterV1beta1::Process::Representation
801
808
 
802
809
  property :resource_name, as: 'resourceName'
@@ -922,6 +929,15 @@ module Google
922
929
  end
923
930
  end
924
931
 
932
+ class GoogleCloudSecuritycenterV1ResourceValueConfig
933
+ # @private
934
+ class Representation < Google::Apis::Core::JsonRepresentation
935
+ property :name, as: 'name'
936
+ property :resource_value, as: 'resourceValue'
937
+ collection :tag_values, as: 'tagValues'
938
+ end
939
+ end
940
+
925
941
  class GoogleCloudSecuritycenterV1RunAssetDiscoveryResponse
926
942
  # @private
927
943
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-securitycenter_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.37.0
4
+ version: 0.39.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
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.7'
19
+ version: 0.7.2
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.7'
29
+ version: 0.7.2
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta1/v0.37.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta1/v0.39.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []