google-apis-securitycenter_v1beta1 0.51.0 → 0.52.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: 8bac438667e70c3bd0661af12ce737a3916cd35051eb8c00c8dc8cedc5363114
4
- data.tar.gz: 5dc521fb8f3b64f1c2c33fb45e5018ccb7d356f39754efbfcc2d705cfd4461c0
3
+ metadata.gz: 68f7fb88f69a93d5b0baa06d3e57b532d002f224aec7e8e02962d6d47df89df1
4
+ data.tar.gz: e1b61dcf83ab3e192a1305f581ec13cab5c124ec62356cd0a89a913fa0f12879
5
5
  SHA512:
6
- metadata.gz: 6a34fe6540a79e046eccb8d74a159442d71fb87652fb7caa86b54e00bd929c47401271a44ef626b90e3218cbe3102779d43f78a93c4e96e4a7a0988aa91a0b81
7
- data.tar.gz: 95539d492a4e179580c91e386f2cc5a2a95dad9d676c7ecb56ece9e5ba94004fb12a1f2b114b5d628ceccac2f11635a473bfbcb11bf8e133ffb41f5ec8abeb20
6
+ metadata.gz: c6251cc0f9e12586d5930bba3c58bc36f081f083d3f1e408dfc8e5d671fc594d1bb7b0f82e81e61dc02c3a177d32599e3baf8ed8773c1338de629ce39a320dbd
7
+ data.tar.gz: db686d8452776ad8ebd5bda796af69fcaf3b3719b6c18dd97938b6e57a7c036d3fcba34977a0b7a161b2fd3d652381d7ec1d6bf91a3c6e704f1751f3959e3826
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-securitycenter_v1beta1
2
2
 
3
+ ### v0.52.0 (2023-04-23)
4
+
5
+ * Regenerated from discovery document revision 20230414
6
+
3
7
  ### v0.51.0 (2023-04-16)
4
8
 
5
9
  * Regenerated from discovery document revision 20230406
@@ -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 (or service account on behalf of third party principal)
46
- # making the request. For third party identity callers, the `principal_subject`
47
- # field is populated instead of this field. For privacy reasons, the principal
48
- # email address is sometimes redacted. For more information, see [Caller
49
- # identities in audit logs](https://cloud.google.com/logging/docs/audit#user-id).
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 representing the principal_subject associated with the identity. As
55
- # compared to `principal_email`, supports principals that aren't associated with
56
- # email addresses, such as third party principals. For most identities, the
57
- # format will be `principal://iam.googleapis.com/`identity pool name`/subjects/`
58
- # subject`` except for some GKE identities (GKE_WORKLOAD, FREEFORM,
59
- # GKE_HUB_WORKLOAD) that are still in the legacy format `serviceAccount:`
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
- # Identity delegation history of an authenticated service account that makes the
66
- # request. It contains information on the real authorities that try to access
67
- # GCP resources by delegating on a service account. When multiple authorities
68
- # are present, they are guaranteed to be sorted based on the original ordering
69
- # of the identity delegation events.
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 credentials for
75
- # authenticating the service account making the request. This is a scheme-less
76
- # URI full resource name. For example: "//iam.googleapis.com/projects/`
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
- # What kind of user agent is associated, for example operating system shells,
89
- # embedded or stand-alone applications, etc.
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 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.
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. containers provides information for
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 detail about the finding.
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 Finding.
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
- # First known as mute_annotation. Records additional information about the mute
1217
- # operation e.g. mute config that muted the finding, user who muted the finding,
1218
- # etc. Unlike other attributes of a finding, a finding provider shouldn't set
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 of this finding. See: https://cloud.google.com/apis/
1230
- # design/resource_names#relative_resource_name Example: "organizations/`
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
- # Next steps associate to the finding.
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.51.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 = "20230406"
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.51.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-16 00:00:00.000000000 Z
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.51.0
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: []