google-apis-assuredworkloads_v1beta1 0.15.0 → 0.16.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/assuredworkloads_v1beta1/classes.rb +19 -5
- data/lib/google/apis/assuredworkloads_v1beta1/gem_version.rb +2 -2
- data/lib/google/apis/assuredworkloads_v1beta1/representations.rb +3 -1
- data/lib/google/apis/assuredworkloads_v1beta1/service.rb +6 -6
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 590256386290fd40faa0fdc2f67ed5d1e596b5a99d219236a527ef3a782ed95c
|
4
|
+
data.tar.gz: e4f43307324b540065d9c72c8d93bfe92f5897d4fa0d3498e0100b5595232c89
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4d26fbe98697a0a105267e8d10a04f2768ee3d57508ebeb9433cdab28b332307d1e4c69598d6b52280f695dea2108fe05a54726a44172d57f7d38968bf43ae3a
|
7
|
+
data.tar.gz: fec3f19977bdc88e9c496d5ed65c72069ca93aa7b3be12763297d58cc002001e42fad08636e27151bc768212e5337c07c795eff81c8bcd15459629cfa2dd5a26
|
data/CHANGELOG.md
CHANGED
@@ -283,6 +283,12 @@ module Google
|
|
283
283
|
# @return [String]
|
284
284
|
attr_accessor :non_compliant_org_policy
|
285
285
|
|
286
|
+
# Output only. Immutable. The org-policy-constraint that was incorrectly changed,
|
287
|
+
# which resulted in this violation.
|
288
|
+
# Corresponds to the JSON property `orgPolicyConstraint`
|
289
|
+
# @return [String]
|
290
|
+
attr_accessor :org_policy_constraint
|
291
|
+
|
286
292
|
# Represents remediation guidance to resolve compliance violation for
|
287
293
|
# AssuredWorkload
|
288
294
|
# Corresponds to the JSON property `remediation`
|
@@ -321,6 +327,7 @@ module Google
|
|
321
327
|
@exception_contexts = args[:exception_contexts] if args.key?(:exception_contexts)
|
322
328
|
@name = args[:name] if args.key?(:name)
|
323
329
|
@non_compliant_org_policy = args[:non_compliant_org_policy] if args.key?(:non_compliant_org_policy)
|
330
|
+
@org_policy_constraint = args[:org_policy_constraint] if args.key?(:org_policy_constraint)
|
324
331
|
@remediation = args[:remediation] if args.key?(:remediation)
|
325
332
|
@resolve_time = args[:resolve_time] if args.key?(:resolve_time)
|
326
333
|
@state = args[:state] if args.key?(:state)
|
@@ -827,17 +834,23 @@ module Google
|
|
827
834
|
class GoogleCloudAssuredworkloadsV1beta1WorkloadPartnerPermissions
|
828
835
|
include Google::Apis::Core::Hashable
|
829
836
|
|
837
|
+
# Optional. Allow partner to view violation alerts.
|
838
|
+
# Corresponds to the JSON property `assuredWorkloadsMonitoring`
|
839
|
+
# @return [Boolean]
|
840
|
+
attr_accessor :assured_workloads_monitoring
|
841
|
+
alias_method :assured_workloads_monitoring?, :assured_workloads_monitoring
|
842
|
+
|
830
843
|
# Allow the partner to view inspectability logs and monitoring violations.
|
831
844
|
# Corresponds to the JSON property `dataLogsViewer`
|
832
845
|
# @return [Boolean]
|
833
846
|
attr_accessor :data_logs_viewer
|
834
847
|
alias_method :data_logs_viewer?, :data_logs_viewer
|
835
848
|
|
836
|
-
# Allow partner to
|
837
|
-
# Corresponds to the JSON property `
|
849
|
+
# Optional. Allow partner to view access approval logs.
|
850
|
+
# Corresponds to the JSON property `serviceAccessApprover`
|
838
851
|
# @return [Boolean]
|
839
|
-
attr_accessor :
|
840
|
-
alias_method :
|
852
|
+
attr_accessor :service_access_approver
|
853
|
+
alias_method :service_access_approver?, :service_access_approver
|
841
854
|
|
842
855
|
def initialize(**args)
|
843
856
|
update!(**args)
|
@@ -845,8 +858,9 @@ module Google
|
|
845
858
|
|
846
859
|
# Update properties of this object
|
847
860
|
def update!(**args)
|
861
|
+
@assured_workloads_monitoring = args[:assured_workloads_monitoring] if args.key?(:assured_workloads_monitoring)
|
848
862
|
@data_logs_viewer = args[:data_logs_viewer] if args.key?(:data_logs_viewer)
|
849
|
-
@
|
863
|
+
@service_access_approver = args[:service_access_approver] if args.key?(:service_access_approver)
|
850
864
|
end
|
851
865
|
end
|
852
866
|
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module AssuredworkloadsV1beta1
|
18
18
|
# Version of the google-apis-assuredworkloads_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.16.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 = "20230731"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -280,6 +280,7 @@ module Google
|
|
280
280
|
|
281
281
|
property :name, as: 'name'
|
282
282
|
property :non_compliant_org_policy, as: 'nonCompliantOrgPolicy'
|
283
|
+
property :org_policy_constraint, as: 'orgPolicyConstraint'
|
283
284
|
property :remediation, as: 'remediation', class: Google::Apis::AssuredworkloadsV1beta1::GoogleCloudAssuredworkloadsV1beta1ViolationRemediation, decorator: Google::Apis::AssuredworkloadsV1beta1::GoogleCloudAssuredworkloadsV1beta1ViolationRemediation::Representation
|
284
285
|
|
285
286
|
property :resolve_time, as: 'resolveTime'
|
@@ -436,8 +437,9 @@ module Google
|
|
436
437
|
class GoogleCloudAssuredworkloadsV1beta1WorkloadPartnerPermissions
|
437
438
|
# @private
|
438
439
|
class Representation < Google::Apis::Core::JsonRepresentation
|
440
|
+
property :assured_workloads_monitoring, as: 'assuredWorkloadsMonitoring'
|
439
441
|
property :data_logs_viewer, as: 'dataLogsViewer'
|
440
|
-
property :
|
442
|
+
property :service_access_approver, as: 'serviceAccessApprover'
|
441
443
|
end
|
442
444
|
end
|
443
445
|
|
@@ -354,13 +354,13 @@ module Google
|
|
354
354
|
execute_or_queue_command(command, &block)
|
355
355
|
end
|
356
356
|
|
357
|
-
# Analyzes a hypothetical move of a source project
|
358
|
-
#
|
357
|
+
# Analyzes a hypothetical move of a source project to a target (destination)
|
358
|
+
# folder-based workload.
|
359
359
|
# @param [String] source
|
360
360
|
# The source type is a project-based workload. Specify the workloads's relative
|
361
361
|
# resource name, formatted as: "organizations/`ORGANIZATION_ID`/locations/`
|
362
362
|
# LOCATION_ID`/workloads/`WORKLOAD_ID`" For example: "organizations/123/
|
363
|
-
# locations/us-east1/workloads/assured-workload-1"
|
363
|
+
# locations/us-east1/workloads/assured-workload-1" This option is now deprecated
|
364
364
|
# @param [String] target
|
365
365
|
# Required. The resource ID of the folder-based destination workload. This
|
366
366
|
# workload is where the source project will hypothetically be moved to. Specify
|
@@ -522,8 +522,8 @@ module Google
|
|
522
522
|
execute_or_queue_command(command, &block)
|
523
523
|
end
|
524
524
|
|
525
|
-
# Analyzes a hypothetical move of a source project
|
526
|
-
#
|
525
|
+
# Analyzes a hypothetical move of a source project to a target (destination)
|
526
|
+
# folder-based workload.
|
527
527
|
# @param [String] project
|
528
528
|
# The source type is a project. Specify the project's relative resource name,
|
529
529
|
# formatted as either a project number or a project ID: "projects/`
|
@@ -540,7 +540,7 @@ module Google
|
|
540
540
|
# The source type is a project-based workload. Specify the workloads's relative
|
541
541
|
# resource name, formatted as: "organizations/`ORGANIZATION_ID`/locations/`
|
542
542
|
# LOCATION_ID`/workloads/`WORKLOAD_ID`" For example: "organizations/123/
|
543
|
-
# locations/us-east1/workloads/assured-workload-1"
|
543
|
+
# locations/us-east1/workloads/assured-workload-1" This option is now deprecated
|
544
544
|
# @param [String] fields
|
545
545
|
# Selector specifying which fields to include in a partial response.
|
546
546
|
# @param [String] quota_user
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-assuredworkloads_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.16.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-
|
11
|
+
date: 2023-08-06 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_v1beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-assuredworkloads_v1beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-assuredworkloads_v1beta1/v0.16.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-assuredworkloads_v1beta1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|