Skip to content

Commit 0e0703c

Browse files
feat(assuredworkloads): update the api
#### assuredworkloads:v1 The following keys were added: - schemas.GoogleCloudAssuredworkloadsV1Workload.properties.ekmProvisioningResponse.$ref (Total Keys: 1) - schemas.GoogleCloudAssuredworkloadsV1WorkloadEkmProvisioningResponse (Total Keys: 5) #### assuredworkloads:v1beta1 The following keys were added: - schemas.GoogleCloudAssuredworkloadsV1beta1Workload.properties.ekmProvisioningResponse.$ref (Total Keys: 1) - schemas.GoogleCloudAssuredworkloadsV1beta1WorkloadEkmProvisioningResponse (Total Keys: 5)
1 parent 5ea2ed9 commit 0e0703c

File tree

4 files changed

+161
-4
lines changed

4 files changed

+161
-4
lines changed

docs/dyn/assuredworkloads_v1.organizations.locations.workloads.html

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,11 @@ <h3>Method Details</h3>
133133
],
134134
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Immutable. The Workload creation timestamp.
135135
&quot;displayName&quot;: &quot;A String&quot;, # Required. The user-assigned display name of the Workload. When present it must be between 4 to 30 characters. Allowed characters are: lowercase and uppercase letters, numbers, hyphen, and spaces. Example: My Workload
136+
&quot;ekmProvisioningResponse&quot;: { # External key management systems(EKM) Provisioning response # Optional. Represents the Ekm Provisioning State of the given workload.
137+
&quot;ekmProvisioningErrorDomain&quot;: &quot;A String&quot;, # Indicates Ekm provisioning error if any.
138+
&quot;ekmProvisioningErrorMessage&quot;: &quot;A String&quot;, # Detailed error message if Ekm provisioning fails
139+
&quot;ekmProvisioningState&quot;: &quot;A String&quot;, # Indicates Ekm enrollment Provisioning of a given workload.
140+
},
136141
&quot;enableSovereignControls&quot;: True or False, # Optional. Indicates the sovereignty status of the given workload. Currently meant to be used by Europe/Canada customers.
137142
&quot;etag&quot;: &quot;A String&quot;, # Optional. ETag of the workload, it is calculated on the basis of the Workload contents. It will be used in Update &amp; Delete operations.
138143
&quot;kajEnrollmentState&quot;: &quot;A String&quot;, # Output only. Represents the KAJ enrollment state of the given workload.
@@ -242,6 +247,11 @@ <h3>Method Details</h3>
242247
],
243248
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Immutable. The Workload creation timestamp.
244249
&quot;displayName&quot;: &quot;A String&quot;, # Required. The user-assigned display name of the Workload. When present it must be between 4 to 30 characters. Allowed characters are: lowercase and uppercase letters, numbers, hyphen, and spaces. Example: My Workload
250+
&quot;ekmProvisioningResponse&quot;: { # External key management systems(EKM) Provisioning response # Optional. Represents the Ekm Provisioning State of the given workload.
251+
&quot;ekmProvisioningErrorDomain&quot;: &quot;A String&quot;, # Indicates Ekm provisioning error if any.
252+
&quot;ekmProvisioningErrorMessage&quot;: &quot;A String&quot;, # Detailed error message if Ekm provisioning fails
253+
&quot;ekmProvisioningState&quot;: &quot;A String&quot;, # Indicates Ekm enrollment Provisioning of a given workload.
254+
},
245255
&quot;enableSovereignControls&quot;: True or False, # Optional. Indicates the sovereignty status of the given workload. Currently meant to be used by Europe/Canada customers.
246256
&quot;etag&quot;: &quot;A String&quot;, # Optional. ETag of the workload, it is calculated on the basis of the Workload contents. It will be used in Update &amp; Delete operations.
247257
&quot;kajEnrollmentState&quot;: &quot;A String&quot;, # Output only. Represents the KAJ enrollment state of the given workload.
@@ -309,6 +319,11 @@ <h3>Method Details</h3>
309319
],
310320
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Immutable. The Workload creation timestamp.
311321
&quot;displayName&quot;: &quot;A String&quot;, # Required. The user-assigned display name of the Workload. When present it must be between 4 to 30 characters. Allowed characters are: lowercase and uppercase letters, numbers, hyphen, and spaces. Example: My Workload
322+
&quot;ekmProvisioningResponse&quot;: { # External key management systems(EKM) Provisioning response # Optional. Represents the Ekm Provisioning State of the given workload.
323+
&quot;ekmProvisioningErrorDomain&quot;: &quot;A String&quot;, # Indicates Ekm provisioning error if any.
324+
&quot;ekmProvisioningErrorMessage&quot;: &quot;A String&quot;, # Detailed error message if Ekm provisioning fails
325+
&quot;ekmProvisioningState&quot;: &quot;A String&quot;, # Indicates Ekm enrollment Provisioning of a given workload.
326+
},
312327
&quot;enableSovereignControls&quot;: True or False, # Optional. Indicates the sovereignty status of the given workload. Currently meant to be used by Europe/Canada customers.
313328
&quot;etag&quot;: &quot;A String&quot;, # Optional. ETag of the workload, it is calculated on the basis of the Workload contents. It will be used in Update &amp; Delete operations.
314329
&quot;kajEnrollmentState&quot;: &quot;A String&quot;, # Output only. Represents the KAJ enrollment state of the given workload.
@@ -372,7 +387,7 @@ <h3>Method Details</h3>
372387
{ # Request of updating permission settings for a partner workload.
373388
&quot;etag&quot;: &quot;A String&quot;, # Optional. The etag of the workload. If this is provided, it must match the server&#x27;s etag.
374389
&quot;partnerPermissions&quot;: { # Permissions granted to the AW Partner SA account for the customer workload # Required. The partner permissions to be updated.
375-
&quot;dataLogsViewer&quot;: True or False, # Allow partner to view data and logs
390+
&quot;dataLogsViewer&quot;: True or False, # Allow the partner to view inspectability logs and monitoring violations.
376391
&quot;remediateFolderViolations&quot;: True or False, # Allow partner to monitor folder and remediate violations
377392
&quot;serviceAccessApprover&quot;: True or False, # Allow partner to approve or reject Service Access requests
378393
},
@@ -399,6 +414,11 @@ <h3>Method Details</h3>
399414
],
400415
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Immutable. The Workload creation timestamp.
401416
&quot;displayName&quot;: &quot;A String&quot;, # Required. The user-assigned display name of the Workload. When present it must be between 4 to 30 characters. Allowed characters are: lowercase and uppercase letters, numbers, hyphen, and spaces. Example: My Workload
417+
&quot;ekmProvisioningResponse&quot;: { # External key management systems(EKM) Provisioning response # Optional. Represents the Ekm Provisioning State of the given workload.
418+
&quot;ekmProvisioningErrorDomain&quot;: &quot;A String&quot;, # Indicates Ekm provisioning error if any.
419+
&quot;ekmProvisioningErrorMessage&quot;: &quot;A String&quot;, # Detailed error message if Ekm provisioning fails
420+
&quot;ekmProvisioningState&quot;: &quot;A String&quot;, # Indicates Ekm enrollment Provisioning of a given workload.
421+
},
402422
&quot;enableSovereignControls&quot;: True or False, # Optional. Indicates the sovereignty status of the given workload. Currently meant to be used by Europe/Canada customers.
403423
&quot;etag&quot;: &quot;A String&quot;, # Optional. ETag of the workload, it is calculated on the basis of the Workload contents. It will be used in Update &amp; Delete operations.
404424
&quot;kajEnrollmentState&quot;: &quot;A String&quot;, # Output only. Represents the KAJ enrollment state of the given workload.
@@ -455,6 +475,11 @@ <h3>Method Details</h3>
455475
],
456476
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Immutable. The Workload creation timestamp.
457477
&quot;displayName&quot;: &quot;A String&quot;, # Required. The user-assigned display name of the Workload. When present it must be between 4 to 30 characters. Allowed characters are: lowercase and uppercase letters, numbers, hyphen, and spaces. Example: My Workload
478+
&quot;ekmProvisioningResponse&quot;: { # External key management systems(EKM) Provisioning response # Optional. Represents the Ekm Provisioning State of the given workload.
479+
&quot;ekmProvisioningErrorDomain&quot;: &quot;A String&quot;, # Indicates Ekm provisioning error if any.
480+
&quot;ekmProvisioningErrorMessage&quot;: &quot;A String&quot;, # Detailed error message if Ekm provisioning fails
481+
&quot;ekmProvisioningState&quot;: &quot;A String&quot;, # Indicates Ekm enrollment Provisioning of a given workload.
482+
},
458483
&quot;enableSovereignControls&quot;: True or False, # Optional. Indicates the sovereignty status of the given workload. Currently meant to be used by Europe/Canada customers.
459484
&quot;etag&quot;: &quot;A String&quot;, # Optional. ETag of the workload, it is calculated on the basis of the Workload contents. It will be used in Update &amp; Delete operations.
460485
&quot;kajEnrollmentState&quot;: &quot;A String&quot;, # Output only. Represents the KAJ enrollment state of the given workload.
@@ -510,6 +535,11 @@ <h3>Method Details</h3>
510535
],
511536
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Immutable. The Workload creation timestamp.
512537
&quot;displayName&quot;: &quot;A String&quot;, # Required. The user-assigned display name of the Workload. When present it must be between 4 to 30 characters. Allowed characters are: lowercase and uppercase letters, numbers, hyphen, and spaces. Example: My Workload
538+
&quot;ekmProvisioningResponse&quot;: { # External key management systems(EKM) Provisioning response # Optional. Represents the Ekm Provisioning State of the given workload.
539+
&quot;ekmProvisioningErrorDomain&quot;: &quot;A String&quot;, # Indicates Ekm provisioning error if any.
540+
&quot;ekmProvisioningErrorMessage&quot;: &quot;A String&quot;, # Detailed error message if Ekm provisioning fails
541+
&quot;ekmProvisioningState&quot;: &quot;A String&quot;, # Indicates Ekm enrollment Provisioning of a given workload.
542+
},
513543
&quot;enableSovereignControls&quot;: True or False, # Optional. Indicates the sovereignty status of the given workload. Currently meant to be used by Europe/Canada customers.
514544
&quot;etag&quot;: &quot;A String&quot;, # Optional. ETag of the workload, it is calculated on the basis of the Workload contents. It will be used in Update &amp; Delete operations.
515545
&quot;kajEnrollmentState&quot;: &quot;A String&quot;, # Output only. Represents the KAJ enrollment state of the given workload.

docs/dyn/assuredworkloads_v1beta1.organizations.locations.workloads.html

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,11 @@ <h3>Method Details</h3>
141141
],
142142
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Immutable. The Workload creation timestamp.
143143
&quot;displayName&quot;: &quot;A String&quot;, # Required. The user-assigned display name of the Workload. When present it must be between 4 to 30 characters. Allowed characters are: lowercase and uppercase letters, numbers, hyphen, and spaces. Example: My Workload
144+
&quot;ekmProvisioningResponse&quot;: { # External key management systems(EKM) Provisioning response # Optional. Represents the Ekm Provisioning State of the given workload.
145+
&quot;ekmProvisioningErrorDomain&quot;: &quot;A String&quot;, # Indicates Ekm provisioning error if any.
146+
&quot;ekmProvisioningErrorMessage&quot;: &quot;A String&quot;, # Detailed error message if Ekm provisioning fails
147+
&quot;ekmProvisioningState&quot;: &quot;A String&quot;, # Indicates Ekm enrollment Provisioning of a given workload.
148+
},
144149
&quot;enableSovereignControls&quot;: True or False, # Optional. Indicates the sovereignty status of the given workload. Currently meant to be used by Europe/Canada customers.
145150
&quot;etag&quot;: &quot;A String&quot;, # Optional. ETag of the workload, it is calculated on the basis of the Workload contents. It will be used in Update &amp; Delete operations.
146151
&quot;fedrampHighSettings&quot;: { # Settings specific to resources needed for FedRAMP High. # Input only. Immutable. Settings specific to resources needed for FedRAMP High.
@@ -274,6 +279,11 @@ <h3>Method Details</h3>
274279
],
275280
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Immutable. The Workload creation timestamp.
276281
&quot;displayName&quot;: &quot;A String&quot;, # Required. The user-assigned display name of the Workload. When present it must be between 4 to 30 characters. Allowed characters are: lowercase and uppercase letters, numbers, hyphen, and spaces. Example: My Workload
282+
&quot;ekmProvisioningResponse&quot;: { # External key management systems(EKM) Provisioning response # Optional. Represents the Ekm Provisioning State of the given workload.
283+
&quot;ekmProvisioningErrorDomain&quot;: &quot;A String&quot;, # Indicates Ekm provisioning error if any.
284+
&quot;ekmProvisioningErrorMessage&quot;: &quot;A String&quot;, # Detailed error message if Ekm provisioning fails
285+
&quot;ekmProvisioningState&quot;: &quot;A String&quot;, # Indicates Ekm enrollment Provisioning of a given workload.
286+
},
277287
&quot;enableSovereignControls&quot;: True or False, # Optional. Indicates the sovereignty status of the given workload. Currently meant to be used by Europe/Canada customers.
278288
&quot;etag&quot;: &quot;A String&quot;, # Optional. ETag of the workload, it is calculated on the basis of the Workload contents. It will be used in Update &amp; Delete operations.
279289
&quot;fedrampHighSettings&quot;: { # Settings specific to resources needed for FedRAMP High. # Input only. Immutable. Settings specific to resources needed for FedRAMP High.
@@ -365,6 +375,11 @@ <h3>Method Details</h3>
365375
],
366376
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Immutable. The Workload creation timestamp.
367377
&quot;displayName&quot;: &quot;A String&quot;, # Required. The user-assigned display name of the Workload. When present it must be between 4 to 30 characters. Allowed characters are: lowercase and uppercase letters, numbers, hyphen, and spaces. Example: My Workload
378+
&quot;ekmProvisioningResponse&quot;: { # External key management systems(EKM) Provisioning response # Optional. Represents the Ekm Provisioning State of the given workload.
379+
&quot;ekmProvisioningErrorDomain&quot;: &quot;A String&quot;, # Indicates Ekm provisioning error if any.
380+
&quot;ekmProvisioningErrorMessage&quot;: &quot;A String&quot;, # Detailed error message if Ekm provisioning fails
381+
&quot;ekmProvisioningState&quot;: &quot;A String&quot;, # Indicates Ekm enrollment Provisioning of a given workload.
382+
},
368383
&quot;enableSovereignControls&quot;: True or False, # Optional. Indicates the sovereignty status of the given workload. Currently meant to be used by Europe/Canada customers.
369384
&quot;etag&quot;: &quot;A String&quot;, # Optional. ETag of the workload, it is calculated on the basis of the Workload contents. It will be used in Update &amp; Delete operations.
370385
&quot;fedrampHighSettings&quot;: { # Settings specific to resources needed for FedRAMP High. # Input only. Immutable. Settings specific to resources needed for FedRAMP High.
@@ -461,6 +476,11 @@ <h3>Method Details</h3>
461476
],
462477
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Immutable. The Workload creation timestamp.
463478
&quot;displayName&quot;: &quot;A String&quot;, # Required. The user-assigned display name of the Workload. When present it must be between 4 to 30 characters. Allowed characters are: lowercase and uppercase letters, numbers, hyphen, and spaces. Example: My Workload
479+
&quot;ekmProvisioningResponse&quot;: { # External key management systems(EKM) Provisioning response # Optional. Represents the Ekm Provisioning State of the given workload.
480+
&quot;ekmProvisioningErrorDomain&quot;: &quot;A String&quot;, # Indicates Ekm provisioning error if any.
481+
&quot;ekmProvisioningErrorMessage&quot;: &quot;A String&quot;, # Detailed error message if Ekm provisioning fails
482+
&quot;ekmProvisioningState&quot;: &quot;A String&quot;, # Indicates Ekm enrollment Provisioning of a given workload.
483+
},
464484
&quot;enableSovereignControls&quot;: True or False, # Optional. Indicates the sovereignty status of the given workload. Currently meant to be used by Europe/Canada customers.
465485
&quot;etag&quot;: &quot;A String&quot;, # Optional. ETag of the workload, it is calculated on the basis of the Workload contents. It will be used in Update &amp; Delete operations.
466486
&quot;fedrampHighSettings&quot;: { # Settings specific to resources needed for FedRAMP High. # Input only. Immutable. Settings specific to resources needed for FedRAMP High.
@@ -540,6 +560,11 @@ <h3>Method Details</h3>
540560
],
541561
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Immutable. The Workload creation timestamp.
542562
&quot;displayName&quot;: &quot;A String&quot;, # Required. The user-assigned display name of the Workload. When present it must be between 4 to 30 characters. Allowed characters are: lowercase and uppercase letters, numbers, hyphen, and spaces. Example: My Workload
563+
&quot;ekmProvisioningResponse&quot;: { # External key management systems(EKM) Provisioning response # Optional. Represents the Ekm Provisioning State of the given workload.
564+
&quot;ekmProvisioningErrorDomain&quot;: &quot;A String&quot;, # Indicates Ekm provisioning error if any.
565+
&quot;ekmProvisioningErrorMessage&quot;: &quot;A String&quot;, # Detailed error message if Ekm provisioning fails
566+
&quot;ekmProvisioningState&quot;: &quot;A String&quot;, # Indicates Ekm enrollment Provisioning of a given workload.
567+
},
543568
&quot;enableSovereignControls&quot;: True or False, # Optional. Indicates the sovereignty status of the given workload. Currently meant to be used by Europe/Canada customers.
544569
&quot;etag&quot;: &quot;A String&quot;, # Optional. ETag of the workload, it is calculated on the basis of the Workload contents. It will be used in Update &amp; Delete operations.
545570
&quot;fedrampHighSettings&quot;: { # Settings specific to resources needed for FedRAMP High. # Input only. Immutable. Settings specific to resources needed for FedRAMP High.

0 commit comments

Comments
 (0)