google-apis-assuredworkloads_v1 0.27.0 → 0.28.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c950502be73d1cd6c529d595c8a85a99f6cc5d01578000e8355fa01cb7a5d1d8
|
4
|
+
data.tar.gz: ae6a0ffe0486501212193e0d60681767ffa997ae79ffc9b1a26f6e1037413cfc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1a9747a40d330716c54bc6b609f7b93600b014f4e215f02b0b6f325510291c11c0029d94d676327b8ae75c27b26aa2912981bf3382bfcac3ded60a7376d6c12b
|
7
|
+
data.tar.gz: 13356b1a91a0b2dd0944a3689879ae069b733cc17abedbbff3d871709def1a1110cea1f5d146c0645df882d71d032ae655d09ae4b40f383ba3bdc95267a7955a
|
data/CHANGELOG.md
CHANGED
@@ -32,14 +32,6 @@ module Google
|
|
32
32
|
# @return [String]
|
33
33
|
attr_accessor :comment
|
34
34
|
|
35
|
-
# Optional. Name of the OrgPolicy which was modified with non-compliant change
|
36
|
-
# and resulted in this violation. Format: projects/`project_number`/policies/`
|
37
|
-
# constraint_name` folders/`folder_id`/policies/`constraint_name` organizations/`
|
38
|
-
# organization_id`/policies/`constraint_name`
|
39
|
-
# Corresponds to the JSON property `nonCompliantOrgPolicy`
|
40
|
-
# @return [String]
|
41
|
-
attr_accessor :non_compliant_org_policy
|
42
|
-
|
43
35
|
def initialize(**args)
|
44
36
|
update!(**args)
|
45
37
|
end
|
@@ -47,7 +39,6 @@ module Google
|
|
47
39
|
# Update properties of this object
|
48
40
|
def update!(**args)
|
49
41
|
@comment = args[:comment] if args.key?(:comment)
|
50
|
-
@non_compliant_org_policy = args[:non_compliant_org_policy] if args.key?(:non_compliant_org_policy)
|
51
42
|
end
|
52
43
|
end
|
53
44
|
|
@@ -225,6 +216,14 @@ module Google
|
|
225
216
|
# @return [String]
|
226
217
|
attr_accessor :description
|
227
218
|
|
219
|
+
# Output only. Immutable. Audit Log link to find business justification provided
|
220
|
+
# for violation exception. Format: https://console.cloud.google.com/logs/query;
|
221
|
+
# query=`logName``protoPayload.resourceName``protoPayload.methodName``timeRange``
|
222
|
+
# organization`
|
223
|
+
# Corresponds to the JSON property `exceptionAuditLogLink`
|
224
|
+
# @return [String]
|
225
|
+
attr_accessor :exception_audit_log_link
|
226
|
+
|
228
227
|
# Output only. Immutable. Name of the Violation. Format: organizations/`
|
229
228
|
# organization`/locations/`location`/workloads/`workload_id`/violations/`
|
230
229
|
# violations_id`
|
@@ -280,6 +279,7 @@ module Google
|
|
280
279
|
@begin_time = args[:begin_time] if args.key?(:begin_time)
|
281
280
|
@category = args[:category] if args.key?(:category)
|
282
281
|
@description = args[:description] if args.key?(:description)
|
282
|
+
@exception_audit_log_link = args[:exception_audit_log_link] if args.key?(:exception_audit_log_link)
|
283
283
|
@name = args[:name] if args.key?(:name)
|
284
284
|
@non_compliant_org_policy = args[:non_compliant_org_policy] if args.key?(:non_compliant_org_policy)
|
285
285
|
@org_policy_constraint = args[:org_policy_constraint] if args.key?(:org_policy_constraint)
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module AssuredworkloadsV1
|
18
18
|
# Version of the google-apis-assuredworkloads_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.28.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.10.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220930"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -152,7 +152,6 @@ module Google
|
|
152
152
|
# @private
|
153
153
|
class Representation < Google::Apis::Core::JsonRepresentation
|
154
154
|
property :comment, as: 'comment'
|
155
|
-
property :non_compliant_org_policy, as: 'nonCompliantOrgPolicy'
|
156
155
|
end
|
157
156
|
end
|
158
157
|
|
@@ -212,6 +211,7 @@ module Google
|
|
212
211
|
property :begin_time, as: 'beginTime'
|
213
212
|
property :category, as: 'category'
|
214
213
|
property :description, as: 'description'
|
214
|
+
property :exception_audit_log_link, as: 'exceptionAuditLogLink'
|
215
215
|
property :name, as: 'name'
|
216
216
|
property :non_compliant_org_policy, as: 'nonCompliantOrgPolicy'
|
217
217
|
property :org_policy_constraint, as: 'orgPolicyConstraint'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-assuredworkloads_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.28.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-10-
|
11
|
+
date: 2022-10-17 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-assuredworkloads_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-assuredworkloads_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-assuredworkloads_v1/v0.28.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-assuredworkloads_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|