google-apis-assuredworkloads_v1beta1 0.14.0 → 0.15.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: 5619b3a9b0e5895f6565879a2e52b09696a29aba19f6029d582ec7746185056c
|
4
|
+
data.tar.gz: 407ddba1df30ae2a3d644174cb7a81727f58353b9f28694ded85533c8dfba117
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 312bbb932442d6cf138f1d89407368c803ca4c6d68a21225b05c89f270e37fd033ea9de07d8108abd008d9b77aeac00f5467468a32907177844b51d66a26f7a9
|
7
|
+
data.tar.gz: 46cfcf07f48da579aea4ebf346b67918625bd634da9797903c608a1236622c7bddb4ff01350af668eada8c208169632215085e62ca1100461db67fed9c4fbf50
|
data/CHANGELOG.md
CHANGED
@@ -516,11 +516,6 @@ module Google
|
|
516
516
|
# @return [Array<String>]
|
517
517
|
attr_accessor :compliant_but_disallowed_services
|
518
518
|
|
519
|
-
# Controls enabled to the user associated with this workload
|
520
|
-
# Corresponds to the JSON property `controls`
|
521
|
-
# @return [Google::Apis::AssuredworkloadsV1beta1::GoogleCloudAssuredworkloadsV1beta1WorkloadComplianceControls]
|
522
|
-
attr_accessor :controls
|
523
|
-
|
524
519
|
# Output only. Immutable. The Workload creation timestamp.
|
525
520
|
# Corresponds to the JSON property `createTime`
|
526
521
|
# @return [String]
|
@@ -645,7 +640,6 @@ module Google
|
|
645
640
|
@compliance_regime = args[:compliance_regime] if args.key?(:compliance_regime)
|
646
641
|
@compliance_status = args[:compliance_status] if args.key?(:compliance_status)
|
647
642
|
@compliant_but_disallowed_services = args[:compliant_but_disallowed_services] if args.key?(:compliant_but_disallowed_services)
|
648
|
-
@controls = args[:controls] if args.key?(:controls)
|
649
643
|
@create_time = args[:create_time] if args.key?(:create_time)
|
650
644
|
@display_name = args[:display_name] if args.key?(:display_name)
|
651
645
|
@ekm_provisioning_response = args[:ekm_provisioning_response] if args.key?(:ekm_provisioning_response)
|
@@ -687,51 +681,6 @@ module Google
|
|
687
681
|
end
|
688
682
|
end
|
689
683
|
|
690
|
-
# Controls enabled to the user associated with this workload
|
691
|
-
class GoogleCloudAssuredworkloadsV1beta1WorkloadComplianceControls
|
692
|
-
include Google::Apis::Core::Hashable
|
693
|
-
|
694
|
-
# Output only. Org policies currently applied by this Assured Workload
|
695
|
-
# Corresponds to the JSON property `appliedOrgPolicies`
|
696
|
-
# @return [Array<Google::Apis::AssuredworkloadsV1beta1::GoogleCloudAssuredworkloadsV1beta1WorkloadComplianceControlsOrgPolicyControl>]
|
697
|
-
attr_accessor :applied_org_policies
|
698
|
-
|
699
|
-
def initialize(**args)
|
700
|
-
update!(**args)
|
701
|
-
end
|
702
|
-
|
703
|
-
# Update properties of this object
|
704
|
-
def update!(**args)
|
705
|
-
@applied_org_policies = args[:applied_org_policies] if args.key?(:applied_org_policies)
|
706
|
-
end
|
707
|
-
end
|
708
|
-
|
709
|
-
# An org policy control applied by Assured Workloads
|
710
|
-
class GoogleCloudAssuredworkloadsV1beta1WorkloadComplianceControlsOrgPolicyControl
|
711
|
-
include Google::Apis::Core::Hashable
|
712
|
-
|
713
|
-
# Output only. Constraint name of the org policy control Example: constraints/
|
714
|
-
# gcp.resourcelocations
|
715
|
-
# Corresponds to the JSON property `constraint`
|
716
|
-
# @return [String]
|
717
|
-
attr_accessor :constraint
|
718
|
-
|
719
|
-
# Output only. Org policy version
|
720
|
-
# Corresponds to the JSON property `version`
|
721
|
-
# @return [Fixnum]
|
722
|
-
attr_accessor :version
|
723
|
-
|
724
|
-
def initialize(**args)
|
725
|
-
update!(**args)
|
726
|
-
end
|
727
|
-
|
728
|
-
# Update properties of this object
|
729
|
-
def update!(**args)
|
730
|
-
@constraint = args[:constraint] if args.key?(:constraint)
|
731
|
-
@version = args[:version] if args.key?(:version)
|
732
|
-
end
|
733
|
-
end
|
734
|
-
|
735
684
|
# Represents the Compliance Status of this workload
|
736
685
|
class GoogleCloudAssuredworkloadsV1beta1WorkloadComplianceStatus
|
737
686
|
include Google::Apis::Core::Hashable
|
@@ -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.15.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 = "20230714"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -118,18 +118,6 @@ module Google
|
|
118
118
|
include Google::Apis::Core::JsonObjectSupport
|
119
119
|
end
|
120
120
|
|
121
|
-
class GoogleCloudAssuredworkloadsV1beta1WorkloadComplianceControls
|
122
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
|
-
|
124
|
-
include Google::Apis::Core::JsonObjectSupport
|
125
|
-
end
|
126
|
-
|
127
|
-
class GoogleCloudAssuredworkloadsV1beta1WorkloadComplianceControlsOrgPolicyControl
|
128
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
|
-
|
130
|
-
include Google::Apis::Core::JsonObjectSupport
|
131
|
-
end
|
132
|
-
|
133
121
|
class GoogleCloudAssuredworkloadsV1beta1WorkloadComplianceStatus
|
134
122
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
123
|
|
@@ -357,8 +345,6 @@ module Google
|
|
357
345
|
property :compliance_status, as: 'complianceStatus', class: Google::Apis::AssuredworkloadsV1beta1::GoogleCloudAssuredworkloadsV1beta1WorkloadComplianceStatus, decorator: Google::Apis::AssuredworkloadsV1beta1::GoogleCloudAssuredworkloadsV1beta1WorkloadComplianceStatus::Representation
|
358
346
|
|
359
347
|
collection :compliant_but_disallowed_services, as: 'compliantButDisallowedServices'
|
360
|
-
property :controls, as: 'controls', class: Google::Apis::AssuredworkloadsV1beta1::GoogleCloudAssuredworkloadsV1beta1WorkloadComplianceControls, decorator: Google::Apis::AssuredworkloadsV1beta1::GoogleCloudAssuredworkloadsV1beta1WorkloadComplianceControls::Representation
|
361
|
-
|
362
348
|
property :create_time, as: 'createTime'
|
363
349
|
property :display_name, as: 'displayName'
|
364
350
|
property :ekm_provisioning_response, as: 'ekmProvisioningResponse', class: Google::Apis::AssuredworkloadsV1beta1::GoogleCloudAssuredworkloadsV1beta1WorkloadEkmProvisioningResponse, decorator: Google::Apis::AssuredworkloadsV1beta1::GoogleCloudAssuredworkloadsV1beta1WorkloadEkmProvisioningResponse::Representation
|
@@ -398,22 +384,6 @@ module Google
|
|
398
384
|
end
|
399
385
|
end
|
400
386
|
|
401
|
-
class GoogleCloudAssuredworkloadsV1beta1WorkloadComplianceControls
|
402
|
-
# @private
|
403
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
404
|
-
collection :applied_org_policies, as: 'appliedOrgPolicies', class: Google::Apis::AssuredworkloadsV1beta1::GoogleCloudAssuredworkloadsV1beta1WorkloadComplianceControlsOrgPolicyControl, decorator: Google::Apis::AssuredworkloadsV1beta1::GoogleCloudAssuredworkloadsV1beta1WorkloadComplianceControlsOrgPolicyControl::Representation
|
405
|
-
|
406
|
-
end
|
407
|
-
end
|
408
|
-
|
409
|
-
class GoogleCloudAssuredworkloadsV1beta1WorkloadComplianceControlsOrgPolicyControl
|
410
|
-
# @private
|
411
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
412
|
-
property :constraint, as: 'constraint'
|
413
|
-
property :version, as: 'version'
|
414
|
-
end
|
415
|
-
end
|
416
|
-
|
417
387
|
class GoogleCloudAssuredworkloadsV1beta1WorkloadComplianceStatus
|
418
388
|
# @private
|
419
389
|
class Representation < Google::Apis::Core::JsonRepresentation
|
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.15.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-07-
|
11
|
+
date: 2023-07-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-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.15.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: []
|