google-apis-securitycenter_v1beta1 0.44.0 → 0.46.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: 6e2f2320ec0ca47f712c75642eadf85edd3256988ae523c29d8ff37f82182a4a
4
- data.tar.gz: 07edd1be22aabdf39d02d10a74666276002f3e3906064543bf32cf4f015219fd
3
+ metadata.gz: a22a000ac0598b378c3e484e9ebe12f98f6c15192b8f000cf817cee9d78d4908
4
+ data.tar.gz: fcaa50a9196b2eb92c2485e55ddf97db2b2f4c29e7caec7a35ea33b67333753a
5
5
  SHA512:
6
- metadata.gz: '0921a2cc3041d785f25d4247838ed97ea1ffae8a7319716d918f5d2c9290c39b05b2d87286fffba143693f7fad3c0f634454733f9f755220363afbe75423ba05'
7
- data.tar.gz: 253befc93b2ef7cbab54e09b19f31d87a6db0d031513d4caf7837b5276454853357732041af88323cc604be116f99be43e0f81802cba2e7e0f18ee0be13f67a9
6
+ metadata.gz: 46f2a0ac726ce7d90629f8892dddeafd0bbaf1486661d3d4abf8988c1baec54aeb8a6d7b4dac976e01044c259a9a1beec4a9ad5f986ca7b4337fdc6ae5156dbe
7
+ data.tar.gz: 9d8819d43c81c93c098920691e9e966c266d993626aa62e7f7ce0c664b87f7db96a52ce1c2593689e8c1906c8a828963d002511b8ac42e94b280de3bc182efbe
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-securitycenter_v1beta1
2
2
 
3
+ ### v0.46.0 (2023-02-05)
4
+
5
+ * Regenerated from discovery document revision 20230126
6
+
7
+ ### v0.45.0 (2023-01-15)
8
+
9
+ * Regenerated from discovery document revision 20230112
10
+ * Regenerated using generator version 0.11.1
11
+
3
12
  ### v0.44.0 (2023-01-04)
4
13
 
5
14
  * Regenerated from discovery document revision 20221220
@@ -85,16 +85,18 @@ module Google
85
85
  # @return [String]
86
86
  attr_accessor :service_name
87
87
 
88
- # What kind of user agent is associated, e.g. operating system shells, embedded
89
- # or stand-alone applications, etc.
88
+ # What kind of user agent is associated, for example operating system shells,
89
+ # embedded or stand-alone applications, etc.
90
90
  # Corresponds to the JSON property `userAgentFamily`
91
91
  # @return [String]
92
92
  attr_accessor :user_agent_family
93
93
 
94
- # A string representing a username. This is likely not an IAM principal. For
95
- # instance, this may be the system user name if the finding is VM-related, or
96
- # this may be some type of application login user name, depending on the type of
97
- # finding.
94
+ # A string that represents the username of a user, user account, or other entity
95
+ # involved in the access event. What the entity is and what its role in the
96
+ # access event is depends on the finding that this field appears in. The entity
97
+ # is likely not an IAM principal, but could be a user that is logged into an
98
+ # operating system, if the finding is VM-related, or a user that is logged into
99
+ # some type of application that is involved in the access event.
98
100
  # Corresponds to the JSON property `userName`
99
101
  # @return [String]
100
102
  attr_accessor :user_name
@@ -403,22 +405,22 @@ module Google
403
405
  # kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
404
406
  # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
405
407
  # email address that represents a Google group. For example, `admins@example.com`
406
- # . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
407
- # identifier) representing a user that has been recently deleted. For example, `
408
- # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
409
- # value reverts to `user:`emailid`` and the recovered user retains the role in
410
- # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
411
- # address (plus unique identifier) representing a service account that has been
412
- # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
408
+ # . * `domain:`domain``: The G Suite domain (primary) that represents all the
409
+ # users of that domain. For example, `google.com` or `example.com`. * `deleted:
410
+ # user:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
411
+ # representing a user that has been recently deleted. For example, `alice@
412
+ # example.com?uid=123456789012345678901`. If the user is recovered, this value
413
+ # reverts to `user:`emailid`` and the recovered user retains the role in the
414
+ # binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email address
415
+ # (plus unique identifier) representing a service account that has been recently
416
+ # deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
413
417
  # 123456789012345678901`. If the service account is undeleted, this value
414
418
  # reverts to `serviceAccount:`emailid`` and the undeleted service account
415
419
  # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
416
420
  # An email address (plus unique identifier) representing a Google group that has
417
421
  # been recently deleted. For example, `admins@example.com?uid=
418
422
  # 123456789012345678901`. If the group is recovered, this value reverts to `
419
- # group:`emailid`` and the recovered group retains the role in the binding. * `
420
- # domain:`domain``: The G Suite domain (primary) that represents all the users
421
- # of that domain. For example, `google.com` or `example.com`.
423
+ # group:`emailid`` and the recovered group retains the role in the binding.
422
424
  # Corresponds to the JSON property `members`
423
425
  # @return [Array<String>]
424
426
  attr_accessor :members
@@ -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.44.0"
19
+ GEM_VERSION = "0.46.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.0"
22
+ GENERATOR_VERSION = "0.11.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221220"
25
+ REVISION = "20230126"
26
26
  end
27
27
  end
28
28
  end
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.44.0
4
+ version: 0.46.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: 2023-01-04 00:00:00.000000000 Z
11
+ date: 2023-02-05 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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta1/v0.44.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta1/v0.46.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.14
78
+ rubygems_version: 3.4.2
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Security Command Center API V1beta1