|
4 | 4 | "scopes": { |
5 | 5 | "https://www.googleapis.com/auth/cloud-platform": { |
6 | 6 | "description": "See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account." |
| 7 | + }, |
| 8 | + "https://www.googleapis.com/auth/cloudasset": { |
| 9 | + "description": "See, edit, configure, and delete your Google Cloud Asset data and see the email address for your Google Account" |
7 | 10 | } |
8 | 11 | } |
9 | 12 | } |
|
181 | 184 | "$ref": "ListAssetsResponse" |
182 | 185 | }, |
183 | 186 | "scopes": [ |
184 | | - "https://www.googleapis.com/auth/cloud-platform" |
| 187 | + "https://www.googleapis.com/auth/cloud-platform", |
| 188 | + "https://www.googleapis.com/auth/cloudasset" |
185 | 189 | ] |
186 | 190 | } |
187 | 191 | } |
|
380 | 384 | "$ref": "Operation" |
381 | 385 | }, |
382 | 386 | "scopes": [ |
383 | | - "https://www.googleapis.com/auth/cloud-platform" |
| 387 | + "https://www.googleapis.com/auth/cloud-platform", |
| 388 | + "https://www.googleapis.com/auth/cloudasset" |
384 | 389 | ] |
385 | 390 | } |
386 | 391 | } |
|
640 | 645 | "$ref": "AnalyzeIamPolicyResponse" |
641 | 646 | }, |
642 | 647 | "scopes": [ |
643 | | - "https://www.googleapis.com/auth/cloud-platform" |
| 648 | + "https://www.googleapis.com/auth/cloud-platform", |
| 649 | + "https://www.googleapis.com/auth/cloudasset" |
644 | 650 | ] |
645 | 651 | }, |
646 | 652 | "analyzeIamPolicyLongrunning": { |
|
668 | 674 | "$ref": "Operation" |
669 | 675 | }, |
670 | 676 | "scopes": [ |
671 | | - "https://www.googleapis.com/auth/cloud-platform" |
| 677 | + "https://www.googleapis.com/auth/cloud-platform", |
| 678 | + "https://www.googleapis.com/auth/cloudasset" |
672 | 679 | ] |
673 | 680 | }, |
674 | 681 | "analyzeMove": { |
|
1095 | 1102 | } |
1096 | 1103 | } |
1097 | 1104 | }, |
1098 | | - "revision": "20260624", |
| 1105 | + "revision": "20260703", |
1099 | 1106 | "rootUrl": "https://cloudasset.googleapis.com/", |
1100 | 1107 | "schemas": { |
1101 | 1108 | "AccessSelector": { |
|
2934 | 2941 | }, |
2935 | 2942 | "pscEndpoint": { |
2936 | 2943 | "$ref": "GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint", |
2937 | | - "description": "Requests from this PSC will be allowed from access perimeter data." |
| 2944 | + "description": "A PrivateServiceConnectEndpoint that is allowed to access data outside the perimeter. The Private Service Connect endpoint may be in any organization, not just the organization that the perimeter is defined in." |
2938 | 2945 | }, |
2939 | 2946 | "resource": { |
2940 | 2947 | "description": "A Google Cloud resource from the service perimeter that you want to allow to access data outside the perimeter. This field supports only projects. The project format is `projects/{project_number}`. You can't use `*` in this field to allow all Google Cloud resources.", |
|
3044 | 3051 | }, |
3045 | 3052 | "pscEndpoint": { |
3046 | 3053 | "$ref": "GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint", |
3047 | | - "description": "Requests from this PSC will be allowed to access perimeter data." |
| 3054 | + "description": "A PrivateServiceConnectEndpoint that is allowed to access the perimeter. The Private Service Connect endpoint may be in any organization, not just the organization that the perimeter is defined in." |
3048 | 3055 | }, |
3049 | 3056 | "resource": { |
3050 | 3057 | "description": "A Google Cloud resource that is allowed to ingress the perimeter. Requests from these resources will be allowed to access perimeter data. Currently only projects and VPCs are allowed. Project format: `projects/{project_number}` VPC network format: `//compute.googleapis.com/projects/{PROJECT_ID}/global/networks/{NAME}`. The project may be in any Google Cloud organization, not just the organization that the perimeter is defined in. `*` is not allowed, the case of allowing all Google Cloud resources only is not supported.", |
|
3145 | 3152 | "type": "object" |
3146 | 3153 | }, |
3147 | 3154 | "GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint": { |
3148 | | - "description": "Specifies the PSC an API call refers to.", |
| 3155 | + "description": "Specifies the Private Service Connect endpoint that an API call refers to.", |
3149 | 3156 | "id": "GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint", |
3150 | 3157 | "properties": { |
3151 | 3158 | "forwardingRule": { |
3152 | | - "description": "The global forwarding rule identifier. Forwarding rule format: `//compute.googleapis.com/projects/{PROJECT_ID}/global/forwardingRules/{FORWARDING_RULE_ID}`.", |
| 3159 | + "description": "The full resource name of the global forwarding rule that identifies a Private Service Connect endpoint. Forwarding rule format: `//compute.googleapis.com/projects/{PROJECT_ID}/global/forwardingRules/{FORWARDING_RULE_ID}`.", |
3153 | 3160 | "type": "string" |
3154 | 3161 | } |
3155 | 3162 | }, |
|
0 commit comments