google-apis-securitycenter_v1 0.54.0 → 0.55.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: 8bfd38e23ba11666879c88f28e2ddce4881662c322f4aaf18c3f6d746751fb86
|
|
4
|
+
data.tar.gz: 3b8729b73cb27581459e662919203584cad697d8db25b73c588959cd4ebebe9f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 58bcac671f97e5f5c12d7b36f72b6d9d9b06ec86942c2328a22bd59ee37a4e966eb52149b1ef0997fe47f37ef72e67b98df91574a52bd07a6cc4305d2acf907a
|
|
7
|
+
data.tar.gz: e983ba174a776a156c19e14cfb740f853070b98290f463d34be0723b4391584cc84c50b23137cee6c1e5abcdd88af40bbe41cb1c827b5d12ac2179e51fe4bfff
|
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::SecuritycenterV1::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
|
|
@@ -1150,7 +1150,7 @@ module Google
|
|
|
1150
1150
|
# @return [Hash<String,Google::Apis::SecuritycenterV1::ContactDetails>]
|
|
1151
1151
|
attr_accessor :contacts
|
|
1152
1152
|
|
|
1153
|
-
# Containers associated with the finding.
|
|
1153
|
+
# Containers associated with the finding. This field provides information for
|
|
1154
1154
|
# both Kubernetes and non-Kubernetes containers.
|
|
1155
1155
|
# Corresponds to the JSON property `containers`
|
|
1156
1156
|
# @return [Array<Google::Apis::SecuritycenterV1::Container>]
|
|
@@ -1171,7 +1171,7 @@ module Google
|
|
|
1171
1171
|
# @return [Google::Apis::SecuritycenterV1::Database]
|
|
1172
1172
|
attr_accessor :database
|
|
1173
1173
|
|
|
1174
|
-
# Contains more
|
|
1174
|
+
# Contains more details about the finding.
|
|
1175
1175
|
# Corresponds to the JSON property `description`
|
|
1176
1176
|
# @return [String]
|
|
1177
1177
|
attr_accessor :description
|
|
@@ -1216,7 +1216,7 @@ module Google
|
|
|
1216
1216
|
# @return [String]
|
|
1217
1217
|
attr_accessor :finding_class
|
|
1218
1218
|
|
|
1219
|
-
# Represents IAM bindings associated with the
|
|
1219
|
+
# Represents IAM bindings associated with the finding.
|
|
1220
1220
|
# Corresponds to the JSON property `iamBindings`
|
|
1221
1221
|
# @return [Array<Google::Apis::SecuritycenterV1::IamBinding>]
|
|
1222
1222
|
attr_accessor :iam_bindings
|
|
@@ -1259,10 +1259,9 @@ module Google
|
|
|
1259
1259
|
# @return [String]
|
|
1260
1260
|
attr_accessor :mute
|
|
1261
1261
|
|
|
1262
|
-
#
|
|
1263
|
-
#
|
|
1264
|
-
#
|
|
1265
|
-
# the value of mute.
|
|
1262
|
+
# Records additional information about the mute operation, for example, the [
|
|
1263
|
+
# mute configuration](/security-command-center/docs/how-to-mute-findings) that
|
|
1264
|
+
# muted the finding and the user who muted the finding.
|
|
1266
1265
|
# Corresponds to the JSON property `muteInitiator`
|
|
1267
1266
|
# @return [String]
|
|
1268
1267
|
attr_accessor :mute_initiator
|
|
@@ -1272,14 +1271,16 @@ module Google
|
|
|
1272
1271
|
# @return [String]
|
|
1273
1272
|
attr_accessor :mute_update_time
|
|
1274
1273
|
|
|
1275
|
-
# The relative resource name
|
|
1276
|
-
#
|
|
1277
|
-
# organization_id`/sources/`source_id`/findings/`finding_id`"
|
|
1274
|
+
# The [relative resource name](https://cloud.google.com/apis/design/
|
|
1275
|
+
# resource_names#relative_resource_name) of the finding. Example: "organizations/
|
|
1276
|
+
# `organization_id`/sources/`source_id`/findings/`finding_id`", "folders/`
|
|
1277
|
+
# folder_id`/sources/`source_id`/findings/`finding_id`", "projects/`project_id`/
|
|
1278
|
+
# sources/`source_id`/findings/`finding_id`".
|
|
1278
1279
|
# Corresponds to the JSON property `name`
|
|
1279
1280
|
# @return [String]
|
|
1280
1281
|
attr_accessor :name
|
|
1281
1282
|
|
|
1282
|
-
#
|
|
1283
|
+
# Steps to address the finding.
|
|
1283
1284
|
# Corresponds to the JSON property `nextSteps`
|
|
1284
1285
|
# @return [String]
|
|
1285
1286
|
attr_accessor :next_steps
|
|
@@ -3137,7 +3138,7 @@ module Google
|
|
|
3137
3138
|
end
|
|
3138
3139
|
end
|
|
3139
3140
|
|
|
3140
|
-
# Response message for listing descendant
|
|
3141
|
+
# Response message for listing descendant Security Health Analytics custom
|
|
3141
3142
|
# modules.
|
|
3142
3143
|
class ListDescendantSecurityHealthAnalyticsCustomModulesResponse
|
|
3143
3144
|
include Google::Apis::Core::Hashable
|
|
@@ -3163,7 +3164,7 @@ module Google
|
|
|
3163
3164
|
end
|
|
3164
3165
|
end
|
|
3165
3166
|
|
|
3166
|
-
# Response message for listing effective
|
|
3167
|
+
# Response message for listing effective Security Health Analytics custom
|
|
3167
3168
|
# modules.
|
|
3168
3169
|
class ListEffectiveSecurityHealthAnalyticsCustomModulesResponse
|
|
3169
3170
|
include Google::Apis::Core::Hashable
|
|
@@ -3341,7 +3342,7 @@ module Google
|
|
|
3341
3342
|
end
|
|
3342
3343
|
end
|
|
3343
3344
|
|
|
3344
|
-
# Response message for listing
|
|
3345
|
+
# Response message for listing Security Health Analytics custom modules.
|
|
3345
3346
|
class ListSecurityHealthAnalyticsCustomModulesResponse
|
|
3346
3347
|
include Google::Apis::Core::Hashable
|
|
3347
3348
|
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module SecuritycenterV1
|
|
18
18
|
# Version of the google-apis-securitycenter_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.55.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
|
|
@@ -1047,7 +1047,7 @@ module Google
|
|
|
1047
1047
|
# Updates the SecurityHealthAnalyticsCustomModule under the given name based on
|
|
1048
1048
|
# the given update mask. Updating the enablement state is supported on both
|
|
1049
1049
|
# resident and inherited modules (though resident modules cannot have an
|
|
1050
|
-
# enablement state of
|
|
1050
|
+
# enablement state of "inherited"). Updating the display name and custom config
|
|
1051
1051
|
# of a module is supported on resident modules only.
|
|
1052
1052
|
# @param [String] name
|
|
1053
1053
|
# Immutable. The resource name of the custom module. Its format is "
|
|
@@ -1366,9 +1366,11 @@ module Google
|
|
|
1366
1366
|
# Creates or updates a finding. The corresponding source must exist for a
|
|
1367
1367
|
# finding creation to succeed.
|
|
1368
1368
|
# @param [String] name
|
|
1369
|
-
# The relative resource name
|
|
1370
|
-
#
|
|
1371
|
-
# organization_id`/sources/`source_id`/findings/`finding_id`"
|
|
1369
|
+
# The [relative resource name](https://cloud.google.com/apis/design/
|
|
1370
|
+
# resource_names#relative_resource_name) of the finding. Example: "organizations/
|
|
1371
|
+
# `organization_id`/sources/`source_id`/findings/`finding_id`", "folders/`
|
|
1372
|
+
# folder_id`/sources/`source_id`/findings/`finding_id`", "projects/`project_id`/
|
|
1373
|
+
# sources/`source_id`/findings/`finding_id`".
|
|
1372
1374
|
# @param [Google::Apis::SecuritycenterV1::Finding] finding_object
|
|
1373
1375
|
# @param [String] update_mask
|
|
1374
1376
|
# The FieldMask to use when updating the finding resource. This field should not
|
|
@@ -2811,7 +2813,7 @@ module Google
|
|
|
2811
2813
|
# Updates the SecurityHealthAnalyticsCustomModule under the given name based on
|
|
2812
2814
|
# the given update mask. Updating the enablement state is supported on both
|
|
2813
2815
|
# resident and inherited modules (though resident modules cannot have an
|
|
2814
|
-
# enablement state of
|
|
2816
|
+
# enablement state of "inherited"). Updating the display name and custom config
|
|
2815
2817
|
# of a module is supported on resident modules only.
|
|
2816
2818
|
# @param [String] name
|
|
2817
2819
|
# Immutable. The resource name of the custom module. Its format is "
|
|
@@ -3379,9 +3381,11 @@ module Google
|
|
|
3379
3381
|
# Creates or updates a finding. The corresponding source must exist for a
|
|
3380
3382
|
# finding creation to succeed.
|
|
3381
3383
|
# @param [String] name
|
|
3382
|
-
# The relative resource name
|
|
3383
|
-
#
|
|
3384
|
-
# organization_id`/sources/`source_id`/findings/`finding_id`"
|
|
3384
|
+
# The [relative resource name](https://cloud.google.com/apis/design/
|
|
3385
|
+
# resource_names#relative_resource_name) of the finding. Example: "organizations/
|
|
3386
|
+
# `organization_id`/sources/`source_id`/findings/`finding_id`", "folders/`
|
|
3387
|
+
# folder_id`/sources/`source_id`/findings/`finding_id`", "projects/`project_id`/
|
|
3388
|
+
# sources/`source_id`/findings/`finding_id`".
|
|
3385
3389
|
# @param [Google::Apis::SecuritycenterV1::Finding] finding_object
|
|
3386
3390
|
# @param [String] update_mask
|
|
3387
3391
|
# The FieldMask to use when updating the finding resource. This field should not
|
|
@@ -4577,7 +4581,7 @@ module Google
|
|
|
4577
4581
|
# Updates the SecurityHealthAnalyticsCustomModule under the given name based on
|
|
4578
4582
|
# the given update mask. Updating the enablement state is supported on both
|
|
4579
4583
|
# resident and inherited modules (though resident modules cannot have an
|
|
4580
|
-
# enablement state of
|
|
4584
|
+
# enablement state of "inherited"). Updating the display name and custom config
|
|
4581
4585
|
# of a module is supported on resident modules only.
|
|
4582
4586
|
# @param [String] name
|
|
4583
4587
|
# Immutable. The resource name of the custom module. Its format is "
|
|
@@ -4896,9 +4900,11 @@ module Google
|
|
|
4896
4900
|
# Creates or updates a finding. The corresponding source must exist for a
|
|
4897
4901
|
# finding creation to succeed.
|
|
4898
4902
|
# @param [String] name
|
|
4899
|
-
# The relative resource name
|
|
4900
|
-
#
|
|
4901
|
-
# organization_id`/sources/`source_id`/findings/`finding_id`"
|
|
4903
|
+
# The [relative resource name](https://cloud.google.com/apis/design/
|
|
4904
|
+
# resource_names#relative_resource_name) of the finding. Example: "organizations/
|
|
4905
|
+
# `organization_id`/sources/`source_id`/findings/`finding_id`", "folders/`
|
|
4906
|
+
# folder_id`/sources/`source_id`/findings/`finding_id`", "projects/`project_id`/
|
|
4907
|
+
# sources/`source_id`/findings/`finding_id`".
|
|
4902
4908
|
# @param [Google::Apis::SecuritycenterV1::Finding] finding_object
|
|
4903
4909
|
# @param [String] update_mask
|
|
4904
4910
|
# The FieldMask to use when updating the finding resource. This field should not
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-securitycenter_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.55.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_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1/v0.55.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|