google-cloud-security_center-v1 0.24.0 → 0.25.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: b7c92fd7b80665a9ef267d8699f89e6c3889c2d35328fac8ce0a39b6a3c73163
4
- data.tar.gz: 215ca5eeaea39e5d4c8b2506ca29fd015441146430bcc5420c19c92fc8c43e11
3
+ metadata.gz: 78a251e99aa3cc3bfe81741cae881837a4664b1a3c774aba58cfea98d27062f4
4
+ data.tar.gz: a3d0da9f53f313ed334dc2dbcd3a1927d3a8de6e47571ef518a192d1f1be9fe0
5
5
  SHA512:
6
- metadata.gz: 250b65102227d88777dfbb90337be82e4bc53ed6b7215843ab4c98261b51e0dd47c3c11c3545975fb1e439be9384e159af4ca320d9f8c334a2607a1f8d2dd9d4
7
- data.tar.gz: d315c667ba1f3b19add14f7cea6c8f2b352a157b0fe4fbba180abf2a1d380c599f9680dd035360586a00bde7ef8edc995e9ab72858091c262eb5e474070cc602
6
+ metadata.gz: 0f9ff79caa81c3925328e56b459b8a18edaff9be983677e2a164054026a5f138872e9f4c61fa2564893cf0929e17f1fc854c4e9e5b5c1d9443efd922e9f6f01f
7
+ data.tar.gz: 1b21eaba1e28a31e247f9b49a0df180882e19f6b7073bf03b77bc2317ccf94dcdda8d58528fd344bd34d3e317052edd4582302bdba7b747550d0664db7a8e895
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module SecurityCenter
23
23
  module V1
24
- VERSION = "0.24.0"
24
+ VERSION = "0.25.0"
25
25
  end
26
26
  end
27
27
  end
@@ -15,6 +15,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
15
15
  optional :principal_subject, :string, 7
16
16
  optional :service_account_key_name, :string, 8
17
17
  repeated :service_account_delegation_info, :message, 9, "google.cloud.securitycenter.v1.ServiceAccountDelegationInfo"
18
+ optional :user_name, :string, 11
18
19
  end
19
20
  add_message "google.cloud.securitycenter.v1.ServiceAccountDelegationInfo" do
20
21
  optional :principal_email, :string, 1
@@ -40,7 +40,7 @@ module Google
40
40
  # The caller IP's geolocation, which identifies where the call came from.
41
41
  # @!attribute [rw] user_agent_family
42
42
  # @return [::String]
43
- # What kind of user agent is associated, e.g. operating system shells,
43
+ # What kind of user agent is associated, for example operating system shells,
44
44
  # embedded or stand-alone applications, etc.
45
45
  # @!attribute [rw] service_name
46
46
  # @return [::String]
@@ -72,6 +72,15 @@ module Google
72
72
  # access GCP resources by delegating on a service account. When multiple
73
73
  # authorities are present, they are guaranteed to be sorted based on the
74
74
  # original ordering of the identity delegation events.
75
+ # @!attribute [rw] user_name
76
+ # @return [::String]
77
+ # A string that represents the username of a user, user account, or other
78
+ # entity involved in the access event. What the entity is and what its role
79
+ # in the access event is depends on the finding that this field appears in.
80
+ # The entity is likely not an IAM principal, but could be a user that is
81
+ # logged into an operating system, if the finding is VM-related, or a user
82
+ # that is logged into some type of application that is involved in the
83
+ # access event.
75
84
  class Access
76
85
  include ::Google::Protobuf::MessageExts
77
86
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -28,12 +28,14 @@ module Google
28
28
  # [API Design Guide](https://cloud.google.com/apis/design/errors).
29
29
  # @!attribute [rw] code
30
30
  # @return [::Integer]
31
- # The status code, which should be an enum value of [google.rpc.Code][google.rpc.Code].
31
+ # The status code, which should be an enum value of
32
+ # [google.rpc.Code][google.rpc.Code].
32
33
  # @!attribute [rw] message
33
34
  # @return [::String]
34
35
  # A developer-facing error message, which should be in English. Any
35
36
  # user-facing error message should be localized and sent in the
36
- # {::Google::Rpc::Status#details google.rpc.Status.details} field, or localized by the client.
37
+ # {::Google::Rpc::Status#details google.rpc.Status.details} field, or localized
38
+ # by the client.
37
39
  # @!attribute [rw] details
38
40
  # @return [::Array<::Google::Protobuf::Any>]
39
41
  # A list of messages that carry the error details. There is a common set of
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-security_center-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.24.0
4
+ version: 0.25.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-12-09 00:00:00.000000000 Z
11
+ date: 2022-12-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common