Skip to content

Commit

Permalink
feat(assuredworkloads): update the API
Browse files Browse the repository at this point in the history
#### assuredworkloads:v1beta1

The following keys were added:
- schemas.GoogleCloudAssuredworkloadsV1beta1Workload.properties.partnerServicesBillingAccount.description
- schemas.GoogleCloudAssuredworkloadsV1beta1Workload.properties.partnerServicesBillingAccount.type

The following keys were changed:
- schemas.GoogleCloudAssuredworkloadsV1beta1Workload.properties.partner.enum
- schemas.GoogleCloudAssuredworkloadsV1beta1Workload.properties.partner.enumDescriptions

#### assuredworkloads:v1

The following keys were added:
- schemas.GoogleCloudAssuredworkloadsV1Workload.properties.partnerServicesBillingAccount.description
- schemas.GoogleCloudAssuredworkloadsV1Workload.properties.partnerServicesBillingAccount.type

The following keys were changed:
- schemas.GoogleCloudAssuredworkloadsV1Workload.properties.partner.enum
- schemas.GoogleCloudAssuredworkloadsV1Workload.properties.partner.enumDescriptions
  • Loading branch information
yoshi-automation authored and sofisl committed Aug 27, 2024
1 parent 3702a0d commit 4a6bb6a
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 6 deletions.
14 changes: 11 additions & 3 deletions discovery/assuredworkloads-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@
}
}
},
"revision": "20240801",
"revision": "20240821",
"rootUrl": "https://assuredworkloads.googleapis.com/",
"schemas": {
"GoogleCloudAssuredworkloadsV1AcknowledgeViolationRequest": {
Expand Down Expand Up @@ -1281,21 +1281,29 @@
"LOCAL_CONTROLS_BY_S3NS",
"SOVEREIGN_CONTROLS_BY_T_SYSTEMS",
"SOVEREIGN_CONTROLS_BY_SIA_MINSAIT",
"SOVEREIGN_CONTROLS_BY_PSN"
"SOVEREIGN_CONTROLS_BY_PSN",
"SOVEREIGN_CONTROLS_BY_CNTXT",
"SOVEREIGN_CONTROLS_BY_CNTXT_NO_EKM"
],
"enumDescriptions": [
"",
"Enum representing S3NS (Thales) partner.",
"Enum representing T_SYSTEM (TSI) partner.",
"Enum representing SIA_MINSAIT (Indra) partner.",
"Enum representing PSN (TIM) partner."
"Enum representing PSN (TIM) partner.",
"Enum representing CNTXT (Kingdom of Saudi Arabia) partner.",
"Enum representing CNTXT (Kingdom of Saudi Arabia) partner offering without EKM."
],
"type": "string"
},
"partnerPermissions": {
"$ref": "GoogleCloudAssuredworkloadsV1WorkloadPartnerPermissions",
"description": "Optional. Permissions granted to the AW Partner SA account for the customer workload"
},
"partnerServicesBillingAccount": {
"description": "Optional. Billing account necessary for purchasing services from Sovereign Partners. This field is required for creating SIA/PSN partner workloads. The caller should have 'billing.resourceAssociations.create' IAM permission on this billing-account. The format of this string is billingAccounts/AAAAAA-BBBBBB-CCCCCC",
"type": "string"
},
"provisionedResourcesParent": {
"description": "Input only. The parent resource for the resources managed by this Assured Workload. May be either empty or a folder resource which is a child of the Workload parent. If not specified all resources are created under the parent organization. Format: folders/{folder_id}",
"type": "string"
Expand Down
14 changes: 11 additions & 3 deletions discovery/assuredworkloads-v1beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@
}
}
},
"revision": "20240801",
"revision": "20240821",
"rootUrl": "https://assuredworkloads.googleapis.com/",
"schemas": {
"GoogleCloudAssuredworkloadsV1beta1AcknowledgeViolationRequest": {
Expand Down Expand Up @@ -1296,21 +1296,29 @@
"LOCAL_CONTROLS_BY_S3NS",
"SOVEREIGN_CONTROLS_BY_T_SYSTEMS",
"SOVEREIGN_CONTROLS_BY_SIA_MINSAIT",
"SOVEREIGN_CONTROLS_BY_PSN"
"SOVEREIGN_CONTROLS_BY_PSN",
"SOVEREIGN_CONTROLS_BY_CNTXT",
"SOVEREIGN_CONTROLS_BY_CNTXT_NO_EKM"
],
"enumDescriptions": [
"",
"Enum representing S3NS (Thales) partner.",
"Enum representing T_SYSTEM (TSI) partner.",
"Enum representing SIA_MINSAIT (Indra) partner.",
"Enum representing PSN (TIM) partner."
"Enum representing PSN (TIM) partner.",
"Enum representing CNTXT (Kingdom of Saudi Arabia) partner.",
"Enum representing CNTXT (Kingdom of Saudi Arabia) partner offering without EKM."
],
"type": "string"
},
"partnerPermissions": {
"$ref": "GoogleCloudAssuredworkloadsV1beta1WorkloadPartnerPermissions",
"description": "Optional. Permissions granted to the AW Partner SA account for the customer workload"
},
"partnerServicesBillingAccount": {
"description": "Optional. Billing account necessary for purchasing services from Sovereign Partners. This field is required for creating SIA/PSN partner workloads. The caller should have 'billing.resourceAssociations.create' IAM permission on this billing-account. The format of this string is billingAccounts/AAAAAA-BBBBBB-CCCCCC",
"type": "string"
},
"provisionedResourcesParent": {
"description": "Input only. The parent resource for the resources managed by this Assured Workload. May be either empty or a folder resource which is a child of the Workload parent. If not specified all resources are created under the parent organization. Format: folders/{folder_id}",
"type": "string"
Expand Down
4 changes: 4 additions & 0 deletions src/apis/assuredworkloads/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,10 @@ export namespace assuredworkloads_v1 {
* Optional. Permissions granted to the AW Partner SA account for the customer workload
*/
partnerPermissions?: Schema$GoogleCloudAssuredworkloadsV1WorkloadPartnerPermissions;
/**
* Optional. Billing account necessary for purchasing services from Sovereign Partners. This field is required for creating SIA/PSN partner workloads. The caller should have 'billing.resourceAssociations.create' IAM permission on this billing-account. The format of this string is billingAccounts/AAAAAA-BBBBBB-CCCCCC
*/
partnerServicesBillingAccount?: string | null;
/**
* Input only. The parent resource for the resources managed by this Assured Workload. May be either empty or a folder resource which is a child of the Workload parent. If not specified all resources are created under the parent organization. Format: folders/{folder_id\}
*/
Expand Down
4 changes: 4 additions & 0 deletions src/apis/assuredworkloads/v1beta1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -536,6 +536,10 @@ export namespace assuredworkloads_v1beta1 {
* Optional. Permissions granted to the AW Partner SA account for the customer workload
*/
partnerPermissions?: Schema$GoogleCloudAssuredworkloadsV1beta1WorkloadPartnerPermissions;
/**
* Optional. Billing account necessary for purchasing services from Sovereign Partners. This field is required for creating SIA/PSN partner workloads. The caller should have 'billing.resourceAssociations.create' IAM permission on this billing-account. The format of this string is billingAccounts/AAAAAA-BBBBBB-CCCCCC
*/
partnerServicesBillingAccount?: string | null;
/**
* Input only. The parent resource for the resources managed by this Assured Workload. May be either empty or a folder resource which is a child of the Workload parent. If not specified all resources are created under the parent organization. Format: folders/{folder_id\}
*/
Expand Down

0 comments on commit 4a6bb6a

Please sign in to comment.