google-apis-securitycenter_v1beta1 0.51.0 → 0.52.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: 68f7fb88f69a93d5b0baa06d3e57b532d002f224aec7e8e02962d6d47df89df1
|
|
4
|
+
data.tar.gz: e1b61dcf83ab3e192a1305f581ec13cab5c124ec62356cd0a89a913fa0f12879
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c6251cc0f9e12586d5930bba3c58bc36f081f083d3f1e408dfc8e5d671fc594d1bb7b0f82e81e61dc02c3a177d32599e3baf8ed8773c1338de629ce39a320dbd
|
|
7
|
+
data.tar.gz: db686d8452776ad8ebd5bda796af69fcaf3b3719b6c18dd97938b6e57a7c036d3fcba34977a0b7a161b2fd3d652381d7ec1d6bf91a3c6e704f1751f3959e3826
|
data/CHANGELOG.md
CHANGED
|
@@ -42,39 +42,41 @@ module Google
|
|
|
42
42
|
attr_accessor :method_name
|
|
43
43
|
|
|
44
44
|
# Associated email, such as "foo@google.com". The email address of the
|
|
45
|
-
# authenticated user
|
|
46
|
-
# making the request. For third party identity callers, the `
|
|
47
|
-
# field is populated instead of this field. For privacy
|
|
48
|
-
# email address is sometimes redacted. For more
|
|
49
|
-
# identities in audit logs](https://cloud.google.com/
|
|
45
|
+
# authenticated user or a service account acting on behalf of a third party
|
|
46
|
+
# principal making the request. For third party identity callers, the `
|
|
47
|
+
# principal_subject` field is populated instead of this field. For privacy
|
|
48
|
+
# reasons, the principal email address is sometimes redacted. For more
|
|
49
|
+
# information, see [Caller identities in audit logs](https://cloud.google.com/
|
|
50
|
+
# logging/docs/audit#user-id).
|
|
50
51
|
# Corresponds to the JSON property `principalEmail`
|
|
51
52
|
# @return [String]
|
|
52
53
|
attr_accessor :principal_email
|
|
53
54
|
|
|
54
|
-
# A string
|
|
55
|
-
#
|
|
56
|
-
# email addresses, such as third party principals.
|
|
57
|
-
# format
|
|
58
|
-
# subject
|
|
59
|
-
#
|
|
60
|
-
# identity pool name`[`subject`]
|
|
55
|
+
# A string that represents the principal_subject that is associated with the
|
|
56
|
+
# identity. Unlike `principal_email`, `principal_subject` supports principals
|
|
57
|
+
# that aren't associated with email addresses, such as third party principals.
|
|
58
|
+
# For most identities, the format is `principal://iam.googleapis.com/`identity
|
|
59
|
+
# pool name`/subject/`subject``. Some GKE identities, such as GKE_WORKLOAD,
|
|
60
|
+
# FREEFORM, and GKE_HUB_WORKLOAD, still use the legacy format `serviceAccount:`
|
|
61
|
+
# identity pool name`[`subject`]`.
|
|
61
62
|
# Corresponds to the JSON property `principalSubject`
|
|
62
63
|
# @return [String]
|
|
63
64
|
attr_accessor :principal_subject
|
|
64
65
|
|
|
65
|
-
#
|
|
66
|
-
# request.
|
|
67
|
-
#
|
|
68
|
-
#
|
|
69
|
-
# of the identity
|
|
66
|
+
# The identity delegation history of an authenticated service account that made
|
|
67
|
+
# the request. The `serviceAccountDelegationInfo[]` object contains information
|
|
68
|
+
# about the real authorities that try to access Google Cloud resources by
|
|
69
|
+
# delegating on a service account. When multiple authorities are present, they
|
|
70
|
+
# are guaranteed to be sorted based on the original ordering of the identity
|
|
71
|
+
# delegation events.
|
|
70
72
|
# Corresponds to the JSON property `serviceAccountDelegationInfo`
|
|
71
73
|
# @return [Array<Google::Apis::SecuritycenterV1beta1::ServiceAccountDelegationInfo>]
|
|
72
74
|
attr_accessor :service_account_delegation_info
|
|
73
75
|
|
|
74
|
-
# The name of the service account key used to create or exchange
|
|
75
|
-
# authenticating the service account
|
|
76
|
-
# URI full resource name. For example: "//iam.googleapis.
|
|
77
|
-
# PROJECT_ID`/serviceAccounts/`ACCOUNT`/keys/`key`"
|
|
76
|
+
# The name of the service account key that was used to create or exchange
|
|
77
|
+
# credentials when authenticating the service account that made the request.
|
|
78
|
+
# This is a scheme-less URI full resource name. For example: "//iam.googleapis.
|
|
79
|
+
# com/projects/`PROJECT_ID`/serviceAccounts/`ACCOUNT`/keys/`key`".
|
|
78
80
|
# Corresponds to the JSON property `serviceAccountKeyName`
|
|
79
81
|
# @return [String]
|
|
80
82
|
attr_accessor :service_account_key_name
|
|
@@ -85,18 +87,16 @@ module Google
|
|
|
85
87
|
# @return [String]
|
|
86
88
|
attr_accessor :service_name
|
|
87
89
|
|
|
88
|
-
#
|
|
89
|
-
# embedded or
|
|
90
|
+
# Type of user agent associated with the finding. For example, an operating
|
|
91
|
+
# system shell or an embedded or standalone application.
|
|
90
92
|
# Corresponds to the JSON property `userAgentFamily`
|
|
91
93
|
# @return [String]
|
|
92
94
|
attr_accessor :user_agent_family
|
|
93
95
|
|
|
94
|
-
# A string that represents
|
|
95
|
-
#
|
|
96
|
-
#
|
|
97
|
-
#
|
|
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.
|
|
96
|
+
# A string that represents a username. The username provided depends on the type
|
|
97
|
+
# of the finding and is likely not an IAM principal. For example, this can be a
|
|
98
|
+
# system username if the finding is related to a virtual machine, or it can be
|
|
99
|
+
# an application login username.
|
|
100
100
|
# Corresponds to the JSON property `userName`
|
|
101
101
|
# @return [String]
|
|
102
102
|
attr_accessor :user_name
|
|
@@ -1104,7 +1104,7 @@ module Google
|
|
|
1104
1104
|
# @return [Hash<String,Google::Apis::SecuritycenterV1beta1::ContactDetails>]
|
|
1105
1105
|
attr_accessor :contacts
|
|
1106
1106
|
|
|
1107
|
-
# Containers associated with the finding.
|
|
1107
|
+
# Containers associated with the finding. This field provides information for
|
|
1108
1108
|
# both Kubernetes and non-Kubernetes containers.
|
|
1109
1109
|
# Corresponds to the JSON property `containers`
|
|
1110
1110
|
# @return [Array<Google::Apis::SecuritycenterV1beta1::Container>]
|
|
@@ -1125,7 +1125,7 @@ module Google
|
|
|
1125
1125
|
# @return [Google::Apis::SecuritycenterV1beta1::Database]
|
|
1126
1126
|
attr_accessor :database
|
|
1127
1127
|
|
|
1128
|
-
# Contains more
|
|
1128
|
+
# Contains more details about the finding.
|
|
1129
1129
|
# Corresponds to the JSON property `description`
|
|
1130
1130
|
# @return [String]
|
|
1131
1131
|
attr_accessor :description
|
|
@@ -1170,7 +1170,7 @@ module Google
|
|
|
1170
1170
|
# @return [String]
|
|
1171
1171
|
attr_accessor :finding_class
|
|
1172
1172
|
|
|
1173
|
-
# Represents IAM bindings associated with the
|
|
1173
|
+
# Represents IAM bindings associated with the finding.
|
|
1174
1174
|
# Corresponds to the JSON property `iamBindings`
|
|
1175
1175
|
# @return [Array<Google::Apis::SecuritycenterV1beta1::IamBinding>]
|
|
1176
1176
|
attr_accessor :iam_bindings
|
|
@@ -1213,10 +1213,9 @@ module Google
|
|
|
1213
1213
|
# @return [String]
|
|
1214
1214
|
attr_accessor :mute
|
|
1215
1215
|
|
|
1216
|
-
#
|
|
1217
|
-
#
|
|
1218
|
-
#
|
|
1219
|
-
# the value of mute.
|
|
1216
|
+
# Records additional information about the mute operation, for example, the [
|
|
1217
|
+
# mute configuration](/security-command-center/docs/how-to-mute-findings) that
|
|
1218
|
+
# muted the finding and the user who muted the finding.
|
|
1220
1219
|
# Corresponds to the JSON property `muteInitiator`
|
|
1221
1220
|
# @return [String]
|
|
1222
1221
|
attr_accessor :mute_initiator
|
|
@@ -1226,14 +1225,16 @@ module Google
|
|
|
1226
1225
|
# @return [String]
|
|
1227
1226
|
attr_accessor :mute_update_time
|
|
1228
1227
|
|
|
1229
|
-
# The relative resource name
|
|
1230
|
-
#
|
|
1231
|
-
# organization_id`/sources/`source_id`/findings/`finding_id`"
|
|
1228
|
+
# The [relative resource name](https://cloud.google.com/apis/design/
|
|
1229
|
+
# resource_names#relative_resource_name) of the finding. Example: "organizations/
|
|
1230
|
+
# `organization_id`/sources/`source_id`/findings/`finding_id`", "folders/`
|
|
1231
|
+
# folder_id`/sources/`source_id`/findings/`finding_id`", "projects/`project_id`/
|
|
1232
|
+
# sources/`source_id`/findings/`finding_id`".
|
|
1232
1233
|
# Corresponds to the JSON property `name`
|
|
1233
1234
|
# @return [String]
|
|
1234
1235
|
attr_accessor :name
|
|
1235
1236
|
|
|
1236
|
-
#
|
|
1237
|
+
# Steps to address the finding.
|
|
1237
1238
|
# Corresponds to the JSON property `nextSteps`
|
|
1238
1239
|
# @return [String]
|
|
1239
1240
|
attr_accessor :next_steps
|
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.52.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20230414"
|
|
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.
|
|
4
|
+
version: 0.52.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-04-
|
|
11
|
+
date: 2023-04-23 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.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta1/v0.52.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: []
|