|
204 | 204 | "type": "string"
|
205 | 205 | },
|
206 | 206 | "scope": {
|
207 |
| - "description": "Required. Only IAM policies on or below the scope will be returned. This can only be an organization number (such as \"organizations/123\"), a folder number (such as \"folders/123\"), a project ID (such as \"projects/my-project-id\"), or a project number (such as \"projects/12345\"). To know how to get organization id, visit [here ](https://cloud.google.com/resource-manager/docs/creating-managing-organization#retrieving_your_organization_id). To know how to get folder or project id, visit [here ](https://cloud.google.com/resource-manager/docs/creating-managing-folders#viewing_or_listing_folders_and_projects).", |
| 207 | + "description": "Required. Only IAM policies on or below the scope will be returned. This can only be an organization number (such as \"organizations/123\"), a folder number (such as \"folders/123\"), a project ID (such as \"projects/my-project-id\"), or a project number (such as \"projects/12345\"). To know how to get organization ID, visit [here ](https://cloud.google.com/resource-manager/docs/creating-managing-organization#retrieving_your_organization_id). To know how to get folder or project ID, visit [here ](https://cloud.google.com/resource-manager/docs/creating-managing-folders#viewing_or_listing_folders_and_projects).", |
208 | 208 | "location": "path",
|
209 | 209 | "pattern": "^[^/]+/[^/]+$",
|
210 | 210 | "required": true,
|
|
628 | 628 | "type": "string"
|
629 | 629 | },
|
630 | 630 | "scope": {
|
631 |
| - "description": "Required. The relative name of the root asset. Only resources and IAM policies within the scope will be analyzed. This can only be an organization number (such as \"organizations/123\"), a folder number (such as \"folders/123\"), a project ID (such as \"projects/my-project-id\"), or a project number (such as \"projects/12345\"). To know how to get organization id, visit [here ](https://cloud.google.com/resource-manager/docs/creating-managing-organization#retrieving_your_organization_id). To know how to get folder or project id, visit [here ](https://cloud.google.com/resource-manager/docs/creating-managing-folders#viewing_or_listing_folders_and_projects).", |
| 631 | + "description": "Required. The relative name of the root asset. Only resources and IAM policies within the scope will be analyzed. This can only be an organization number (such as \"organizations/123\"), a folder number (such as \"folders/123\"), a project ID (such as \"projects/my-project-id\"), or a project number (such as \"projects/12345\"). To know how to get organization ID, visit [here ](https://cloud.google.com/resource-manager/docs/creating-managing-organization#retrieving_your_organization_id). To know how to get folder or project ID, visit [here ](https://cloud.google.com/resource-manager/docs/creating-managing-folders#viewing_or_listing_folders_and_projects).", |
632 | 632 | "location": "path",
|
633 | 633 | "pattern": "^[^/]+/[^/]+$",
|
634 | 634 | "required": true,
|
|
653 | 653 | ],
|
654 | 654 | "parameters": {
|
655 | 655 | "scope": {
|
656 |
| - "description": "Required. The relative name of the root asset. Only resources and IAM policies within the scope will be analyzed. This can only be an organization number (such as \"organizations/123\"), a folder number (such as \"folders/123\"), a project ID (such as \"projects/my-project-id\"), or a project number (such as \"projects/12345\"). To know how to get organization id, visit [here ](https://cloud.google.com/resource-manager/docs/creating-managing-organization#retrieving_your_organization_id). To know how to get folder or project id, visit [here ](https://cloud.google.com/resource-manager/docs/creating-managing-folders#viewing_or_listing_folders_and_projects).", |
| 656 | + "description": "Required. The relative name of the root asset. Only resources and IAM policies within the scope will be analyzed. This can only be an organization number (such as \"organizations/123\"), a folder number (such as \"folders/123\"), a project ID (such as \"projects/my-project-id\"), or a project number (such as \"projects/12345\"). To know how to get organization ID, visit [here ](https://cloud.google.com/resource-manager/docs/creating-managing-organization#retrieving_your_organization_id). To know how to get folder or project ID, visit [here ](https://cloud.google.com/resource-manager/docs/creating-managing-folders#viewing_or_listing_folders_and_projects).", |
657 | 657 | "location": "path",
|
658 | 658 | "pattern": "^[^/]+/[^/]+$",
|
659 | 659 | "required": true,
|
|
1095 | 1095 | }
|
1096 | 1096 | }
|
1097 | 1097 | },
|
1098 |
| - "revision": "20240130", |
| 1098 | + "revision": "20240217", |
1099 | 1099 | "rootUrl": "https://cloudasset.googleapis.com/",
|
1100 | 1100 | "schemas": {
|
1101 | 1101 | "AccessSelector": {
|
|
1527 | 1527 | "type": "object"
|
1528 | 1528 | },
|
1529 | 1529 | "ConditionEvaluation": {
|
1530 |
| - "description": "The Condition evaluation.", |
| 1530 | + "description": "The condition evaluation.", |
1531 | 1531 | "id": "ConditionEvaluation",
|
1532 | 1532 | "properties": {
|
1533 | 1533 | "evaluationValue": {
|
|
1542 | 1542 | "Reserved for future use.",
|
1543 | 1543 | "The evaluation result is `true`.",
|
1544 | 1544 | "The evaluation result is `false`.",
|
1545 |
| - "The evaluation result is `conditional` when the condition expression contains variables that are either missing input values or have not been supported by Analyzer yet." |
| 1545 | + "The evaluation result is `conditional` when the condition expression contains variables that are either missing input values or have not been supported by Policy Analyzer yet." |
1546 | 1546 | ],
|
1547 | 1547 | "type": "string"
|
1548 | 1548 | }
|
|
2271 | 2271 | },
|
2272 | 2272 | "conditionEvaluation": {
|
2273 | 2273 | "$ref": "ConditionEvaluation",
|
2274 |
| - "description": "The condition evaluation result for this rule. Only populated if it meets all the following criteria: * there is a condition defined for this rule * this rule is within a consolidated_policy * the consolidated_policy is within AnalyzeOrgPolicyGovernedContainersResponse.GovernedContainer or AnalyzeOrgPolicyGovernedAssetsResponse.GovernedResource" |
| 2274 | + "description": "The condition evaluation result for this rule. Only populated if it meets all the following criteria: * There is a condition defined for this rule. * This rule is within AnalyzeOrgPolicyGovernedContainersResponse.GovernedContainer.consolidated_policy, or AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset.consolidated_policy when the AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset has AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset.governed_resource." |
2275 | 2275 | },
|
2276 | 2276 | "denyAll": {
|
2277 | 2277 | "description": "Setting this to true means that all values are denied. This field can be set only in Policies for list constraints.",
|
|
2283 | 2283 | },
|
2284 | 2284 | "values": {
|
2285 | 2285 | "$ref": "GoogleCloudAssetV1StringValues",
|
2286 |
| - "description": "List of values to be used for this PolicyRule. This field can be set only in Policies for list constraints." |
| 2286 | + "description": "List of values to be used for this policy rule. This field can be set only in policies for list constraints." |
2287 | 2287 | }
|
2288 | 2288 | },
|
2289 | 2289 | "type": "object"
|
|
3243 | 3243 | "description": "Optional. Specifies a resource for analysis."
|
3244 | 3244 | },
|
3245 | 3245 | "scope": {
|
3246 |
| - "description": "Required. The relative name of the root asset. Only resources and IAM policies within the scope will be analyzed. This can only be an organization number (such as \"organizations/123\"), a folder number (such as \"folders/123\"), a project ID (such as \"projects/my-project-id\"), or a project number (such as \"projects/12345\"). To know how to get organization id, visit [here ](https://cloud.google.com/resource-manager/docs/creating-managing-organization#retrieving_your_organization_id). To know how to get folder or project id, visit [here ](https://cloud.google.com/resource-manager/docs/creating-managing-folders#viewing_or_listing_folders_and_projects).", |
| 3246 | + "description": "Required. The relative name of the root asset. Only resources and IAM policies within the scope will be analyzed. This can only be an organization number (such as \"organizations/123\"), a folder number (such as \"folders/123\"), a project ID (such as \"projects/my-project-id\"), or a project number (such as \"projects/12345\"). To know how to get organization ID, visit [here ](https://cloud.google.com/resource-manager/docs/creating-managing-organization#retrieving_your_organization_id). To know how to get folder or project ID, visit [here ](https://cloud.google.com/resource-manager/docs/creating-managing-folders#viewing_or_listing_folders_and_projects).", |
3247 | 3247 | "type": "string"
|
3248 | 3248 | }
|
3249 | 3249 | },
|
|
4444 | 4444 | "type": "object"
|
4445 | 4445 | },
|
4446 | 4446 | "Tag": {
|
4447 |
| - "description": "The key and value for a [tag](https://cloud.google.com/resource-manager/docs/tags/tags-overview),", |
| 4447 | + "description": "The key and value for a [tag](https://cloud.google.com/resource-manager/docs/tags/tags-overview).", |
4448 | 4448 | "id": "Tag",
|
4449 | 4449 | "properties": {
|
4450 | 4450 | "tagKey": {
|
|
0 commit comments