google-cloud-security_center-v1 0.24.0 → 0.25.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 78a251e99aa3cc3bfe81741cae881837a4664b1a3c774aba58cfea98d27062f4
|
|
4
|
+
data.tar.gz: a3d0da9f53f313ed334dc2dbcd3a1927d3a8de6e47571ef518a192d1f1be9fe0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0f9ff79caa81c3925328e56b459b8a18edaff9be983677e2a164054026a5f138872e9f4c61fa2564893cf0929e17f1fc854c4e9e5b5c1d9443efd922e9f6f01f
|
|
7
|
+
data.tar.gz: 1b21eaba1e28a31e247f9b49a0df180882e19f6b7073bf03b77bc2317ccf94dcdda8d58528fd344bd34d3e317052edd4582302bdba7b747550d0664db7a8e895
|
|
@@ -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,
|
|
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
|
|
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
|
|
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.
|
|
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-
|
|
11
|
+
date: 2022-12-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|