google-apis-assuredworkloads_v1 0.22.0 → 0.25.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: d0a1c9b0bd3efc67e2106ee88064cbf2dbac9c04fed31466b8ea91fd825a76b6
|
4
|
+
data.tar.gz: b4e6a1be3d92bd9a058bc733986a093680aacb60209f3c512b4ca0a7389f36e2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bfa3c537b40b570e76db2c76b06200345dddf0ecfffdf05a0fa94e56d3ae8b49273c07b0608e5467f91f5b6e75e83c528745afd1ce495ecdc0f6741268033417
|
7
|
+
data.tar.gz: ef85abc656ef5339b3ef4431dfa4ff881aed413321c20476be1409208781afbd3bae97e597da90722e1315fd5941668b43c84ab3a4ec102baf3fe21a6faa7855
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,17 @@
|
|
1
1
|
# Release history for google-apis-assuredworkloads_v1
|
2
2
|
|
3
|
+
### v0.25.0 (2022-09-07)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220901
|
6
|
+
|
7
|
+
### v0.24.0 (2022-08-16)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20220811
|
10
|
+
|
11
|
+
### v0.23.0 (2022-07-26)
|
12
|
+
|
13
|
+
* Regenerated from discovery document revision 20220725
|
14
|
+
|
3
15
|
### v0.22.0 (2022-07-19)
|
4
16
|
|
5
17
|
* Regenerated from discovery document revision 20220714
|
@@ -397,12 +397,12 @@ module Google
|
|
397
397
|
class GoogleCloudAssuredworkloadsV1beta1Workload
|
398
398
|
include Google::Apis::Core::Hashable
|
399
399
|
|
400
|
-
#
|
401
|
-
#
|
402
|
-
#
|
403
|
-
#
|
404
|
-
#
|
405
|
-
#
|
400
|
+
# Optional. The billing account used for the resources which are direct children
|
401
|
+
# of workload. This billing account is initially associated with the resources
|
402
|
+
# created as part of Workload creation. After the initial creation of these
|
403
|
+
# resources, the customer can change the assigned billing account. The resource
|
404
|
+
# name has the form `billingAccounts/`billing_account_id``. For example, `
|
405
|
+
# billingAccounts/012345-567890-ABCDEF`.
|
406
406
|
# Corresponds to the JSON property `billingAccount`
|
407
407
|
# @return [String]
|
408
408
|
attr_accessor :billing_account
|
@@ -417,6 +417,14 @@ module Google
|
|
417
417
|
# @return [String]
|
418
418
|
attr_accessor :compliance_regime
|
419
419
|
|
420
|
+
# Output only. Urls for services which are compliant for this Assured Workload,
|
421
|
+
# but which are currently disallowed by the ResourceUsageRestriction org policy.
|
422
|
+
# Invoke RestrictAllowedResources endpoint to allow your project developers to
|
423
|
+
# use these services in their environment."
|
424
|
+
# Corresponds to the JSON property `compliantButDisallowedServices`
|
425
|
+
# @return [Array<String>]
|
426
|
+
attr_accessor :compliant_but_disallowed_services
|
427
|
+
|
420
428
|
# Output only. Immutable. The Workload creation timestamp.
|
421
429
|
# Corresponds to the JSON property `createTime`
|
422
430
|
# @return [String]
|
@@ -514,6 +522,7 @@ module Google
|
|
514
522
|
@billing_account = args[:billing_account] if args.key?(:billing_account)
|
515
523
|
@cjis_settings = args[:cjis_settings] if args.key?(:cjis_settings)
|
516
524
|
@compliance_regime = args[:compliance_regime] if args.key?(:compliance_regime)
|
525
|
+
@compliant_but_disallowed_services = args[:compliant_but_disallowed_services] if args.key?(:compliant_but_disallowed_services)
|
517
526
|
@create_time = args[:create_time] if args.key?(:create_time)
|
518
527
|
@display_name = args[:display_name] if args.key?(:display_name)
|
519
528
|
@enable_sovereign_controls = args[:enable_sovereign_controls] if args.key?(:enable_sovereign_controls)
|
@@ -772,12 +781,12 @@ module Google
|
|
772
781
|
class GoogleCloudAssuredworkloadsVersioningV1mainWorkload
|
773
782
|
include Google::Apis::Core::Hashable
|
774
783
|
|
775
|
-
#
|
776
|
-
#
|
777
|
-
#
|
778
|
-
#
|
779
|
-
#
|
780
|
-
#
|
784
|
+
# Optional. The billing account used for the resources which are direct children
|
785
|
+
# of workload. This billing account is initially associated with the resources
|
786
|
+
# created as part of Workload creation. After the initial creation of these
|
787
|
+
# resources, the customer can change the assigned billing account. The resource
|
788
|
+
# name has the form `billingAccounts/`billing_account_id``. For example, `
|
789
|
+
# billingAccounts/012345-567890-ABCDEF`.
|
781
790
|
# Corresponds to the JSON property `billingAccount`
|
782
791
|
# @return [String]
|
783
792
|
attr_accessor :billing_account
|
@@ -797,6 +806,14 @@ module Google
|
|
797
806
|
# @return [Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadComplianceStatus]
|
798
807
|
attr_accessor :compliance_status
|
799
808
|
|
809
|
+
# Output only. Urls for services which are compliant for this Assured Workload,
|
810
|
+
# but which are currently disallowed by the ResourceUsageRestriction org policy.
|
811
|
+
# Invoke RestrictAllowedResources endpoint to allow your project developers to
|
812
|
+
# use these services in their environment."
|
813
|
+
# Corresponds to the JSON property `compliantButDisallowedServices`
|
814
|
+
# @return [Array<String>]
|
815
|
+
attr_accessor :compliant_but_disallowed_services
|
816
|
+
|
800
817
|
# Output only. Immutable. The Workload creation timestamp.
|
801
818
|
# Corresponds to the JSON property `createTime`
|
802
819
|
# @return [String]
|
@@ -895,6 +912,7 @@ module Google
|
|
895
912
|
@cjis_settings = args[:cjis_settings] if args.key?(:cjis_settings)
|
896
913
|
@compliance_regime = args[:compliance_regime] if args.key?(:compliance_regime)
|
897
914
|
@compliance_status = args[:compliance_status] if args.key?(:compliance_status)
|
915
|
+
@compliant_but_disallowed_services = args[:compliant_but_disallowed_services] if args.key?(:compliant_but_disallowed_services)
|
898
916
|
@create_time = args[:create_time] if args.key?(:create_time)
|
899
917
|
@display_name = args[:display_name] if args.key?(:display_name)
|
900
918
|
@enable_sovereign_controls = args[:enable_sovereign_controls] if args.key?(:enable_sovereign_controls)
|
@@ -936,12 +954,12 @@ module Google
|
|
936
954
|
class GoogleCloudAssuredworkloadsVersioningV1mainWorkloadComplianceStatus
|
937
955
|
include Google::Apis::Core::Hashable
|
938
956
|
|
939
|
-
# Count of acknowledged
|
957
|
+
# Count of active Violations which are acknowledged in the Workload.
|
940
958
|
# Corresponds to the JSON property `acknowledgedViolationCount`
|
941
959
|
# @return [Fixnum]
|
942
960
|
attr_accessor :acknowledged_violation_count
|
943
961
|
|
944
|
-
# Count of active Violations
|
962
|
+
# Count of active Violations which haven't been acknowledged.
|
945
963
|
# Corresponds to the JSON property `activeViolationCount`
|
946
964
|
# @return [Fixnum]
|
947
965
|
attr_accessor :active_violation_count
|
@@ -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.25.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.9.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220901"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -334,6 +334,7 @@ module Google
|
|
334
334
|
property :cjis_settings, as: 'cjisSettings', class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1beta1WorkloadCjisSettings, decorator: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1beta1WorkloadCjisSettings::Representation
|
335
335
|
|
336
336
|
property :compliance_regime, as: 'complianceRegime'
|
337
|
+
collection :compliant_but_disallowed_services, as: 'compliantButDisallowedServices'
|
337
338
|
property :create_time, as: 'createTime'
|
338
339
|
property :display_name, as: 'displayName'
|
339
340
|
property :enable_sovereign_controls, as: 'enableSovereignControls'
|
@@ -445,6 +446,7 @@ module Google
|
|
445
446
|
property :compliance_regime, as: 'complianceRegime'
|
446
447
|
property :compliance_status, as: 'complianceStatus', class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadComplianceStatus, decorator: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadComplianceStatus::Representation
|
447
448
|
|
449
|
+
collection :compliant_but_disallowed_services, as: 'compliantButDisallowedServices'
|
448
450
|
property :create_time, as: 'createTime'
|
449
451
|
property :display_name, as: 'displayName'
|
450
452
|
property :enable_sovereign_controls, as: 'enableSovereignControls'
|
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.25.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-
|
11
|
+
date: 2022-09-12 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.25.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: []
|