|
303 | 303 | "pattern": "^folders/[^/]+/policies/[^/]+$",
|
304 | 304 | "required": true,
|
305 | 305 | "type": "string"
|
| 306 | + }, |
| 307 | + "updateMask": { |
| 308 | + "description": "Field mask used to specify the fields to be overwritten in the policy by the set. The fields specified in the update_mask are relative to the policy, not the full request.", |
| 309 | + "format": "google-fieldmask", |
| 310 | + "location": "query", |
| 311 | + "type": "string" |
306 | 312 | }
|
307 | 313 | },
|
308 | 314 | "path": "v2/{+name}",
|
|
664 | 670 | "pattern": "^organizations/[^/]+/policies/[^/]+$",
|
665 | 671 | "required": true,
|
666 | 672 | "type": "string"
|
| 673 | + }, |
| 674 | + "updateMask": { |
| 675 | + "description": "Field mask used to specify the fields to be overwritten in the policy by the set. The fields specified in the update_mask are relative to the policy, not the full request.", |
| 676 | + "format": "google-fieldmask", |
| 677 | + "location": "query", |
| 678 | + "type": "string" |
667 | 679 | }
|
668 | 680 | },
|
669 | 681 | "path": "v2/{+name}",
|
|
879 | 891 | "pattern": "^projects/[^/]+/policies/[^/]+$",
|
880 | 892 | "required": true,
|
881 | 893 | "type": "string"
|
| 894 | + }, |
| 895 | + "updateMask": { |
| 896 | + "description": "Field mask used to specify the fields to be overwritten in the policy by the set. The fields specified in the update_mask are relative to the policy, not the full request.", |
| 897 | + "format": "google-fieldmask", |
| 898 | + "location": "query", |
| 899 | + "type": "string" |
882 | 900 | }
|
883 | 901 | },
|
884 | 902 | "path": "v2/{+name}",
|
|
897 | 915 | }
|
898 | 916 | }
|
899 | 917 | },
|
900 |
| - "revision": "20230111", |
| 918 | + "revision": "20230121", |
901 | 919 | "rootUrl": "https://orgpolicy.googleapis.com/",
|
902 | 920 | "schemas": {
|
903 | 921 | "GoogleCloudOrgpolicyV2AlternatePolicySpec": {
|
|
1108 | 1126 | "$ref": "GoogleCloudOrgpolicyV2AlternatePolicySpec",
|
1109 | 1127 | "description": "Deprecated."
|
1110 | 1128 | },
|
| 1129 | + "dryRunSpec": { |
| 1130 | + "$ref": "GoogleCloudOrgpolicyV2PolicySpec", |
| 1131 | + "description": "dry-run policy. Audit-only policy, can be used to monitor how the policy would have impacted the existing and future resources if it's enforced." |
| 1132 | + }, |
1111 | 1133 | "name": {
|
1112 | 1134 | "description": "Immutable. The resource name of the Policy. Must be one of the following forms, where constraint_name is the name of the constraint which this Policy configures: * `projects/{project_number}/policies/{constraint_name}` * `folders/{folder_id}/policies/{constraint_name}` * `organizations/{organization_id}/policies/{constraint_name}` For example, \"projects/123/policies/compute.disableSerialPortAccess\". Note: `projects/{project_id}/policies/{constraint_name}` is also an acceptable name for API requests, but responses will return the name using the equivalent project number.",
|
1113 | 1135 | "type": "string"
|
|
0 commit comments