|
388 | 388 | "https://www.googleapis.com/auth/cloud-platform" |
389 | 389 | ] |
390 | 390 | }, |
| 391 | + "testIamPermissions": { |
| 392 | + "description": "Tests the permissions of a user on an organization, and returns a subset of permissions that the user has on the organization. If the organization does not exist, an empty permission set is returned (a NOT_FOUND error is not returned).", |
| 393 | + "flatPath": "v1/organizations/{organizationsId}:testIamPermissions", |
| 394 | + "httpMethod": "POST", |
| 395 | + "id": "apigee.organizations.testIamPermissions", |
| 396 | + "parameterOrder": [ |
| 397 | + "resource" |
| 398 | + ], |
| 399 | + "parameters": { |
| 400 | + "resource": { |
| 401 | + "description": "REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field.", |
| 402 | + "location": "path", |
| 403 | + "pattern": "^organizations/.*$", |
| 404 | + "required": true, |
| 405 | + "type": "string" |
| 406 | + } |
| 407 | + }, |
| 408 | + "path": "v1/{+resource}:testIamPermissions", |
| 409 | + "request": { |
| 410 | + "$ref": "GoogleIamV1TestIamPermissionsRequest" |
| 411 | + }, |
| 412 | + "response": { |
| 413 | + "$ref": "GoogleIamV1TestIamPermissionsResponse" |
| 414 | + }, |
| 415 | + "scopes": [ |
| 416 | + "https://www.googleapis.com/auth/cloud-platform" |
| 417 | + ] |
| 418 | + }, |
391 | 419 | "update": { |
392 | 420 | "description": "Updates the properties for an Apigee organization. No other fields in the organization profile will be updated.", |
393 | 421 | "flatPath": "v1/organizations/{organizationsId}", |
|
7588 | 7616 | } |
7589 | 7617 | } |
7590 | 7618 | }, |
7591 | | - "revision": "20220421", |
| 7619 | + "revision": "20220428", |
7592 | 7620 | "rootUrl": "https://apigee.googleapis.com/", |
7593 | 7621 | "schemas": { |
7594 | 7622 | "EdgeConfigstoreBundleBadBundle": { |
|
11318 | 11346 | "description": "Required. DEPRECATED: This field will be deprecated once Apigee supports DRZ. Primary GCP region for analytics data storage. For valid values, see [Create an Apigee organization](https://cloud.google.com/apigee/docs/api-platform/get-started/create-org).", |
11319 | 11347 | "type": "string" |
11320 | 11348 | }, |
| 11349 | + "apigeeProjectId": { |
| 11350 | + "description": "Output only. Apigee Project ID associated with the organization. Use this project to allowlist Apigee in the Service Attachment when using private service connect with Apigee.", |
| 11351 | + "readOnly": true, |
| 11352 | + "type": "string" |
| 11353 | + }, |
11321 | 11354 | "attributes": { |
11322 | 11355 | "description": "Not used by Apigee.", |
11323 | 11356 | "items": { |
|
12997 | 13030 | "type": "object" |
12998 | 13031 | }, |
12999 | 13032 | "GoogleIamV1AuditConfig": { |
13000 | | - "description": "Specifies the audit configuration for a service. The configuration determines which permission types are logged, and what identities, if any, are exempted from logging. An AuditConfig must have one or more AuditLogConfigs. If there are AuditConfigs for both `allServices` and a specific service, the union of the two AuditConfigs is used for that service: the log_types specified in each AuditConfig are enabled, and the exempted_members in each AuditLogConfig are exempted. Example Policy with multiple AuditConfigs: { \"audit_configs\": [ { \"service\": \"allServices\", \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\", \"exempted_members\": [ \"user:jose@example.com\" ] }, { \"log_type\": \"DATA_WRITE\" }, { \"log_type\": \"ADMIN_READ\" } ] }, { \"service\": \"sampleservice.googleapis.com\", \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\" }, { \"log_type\": \"DATA_WRITE\", \"exempted_members\": [ \"user:aliya@example.com\" ] } ] } ] } For sampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also exempts jose@example.com from DATA_READ logging, and aliya@example.com from DATA_WRITE logging.", |
| 13033 | + "description": "Specifies the audit configuration for a service. The configuration determines which permission types are logged, and what identities, if any, are exempted from logging. An AuditConfig must have one or more AuditLogConfigs. If there are AuditConfigs for both `allServices` and a specific service, the union of the two AuditConfigs is used for that service: the log_types specified in each AuditConfig are enabled, and the exempted_members in each AuditLogConfig are exempted. Example Policy with multiple AuditConfigs: { \"audit_configs\": [ { \"service\": \"allServices\", \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\", \"exempted_members\": [ \"user:jose@example.com\" ] }, { \"log_type\": \"DATA_WRITE\" }, { \"log_type\": \"ADMIN_READ\" } ] }, { \"service\": \"sampleservice.googleapis.com\", \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\" }, { \"log_type\": \"DATA_WRITE\", \"exempted_members\": [ \"user:aliya@example.com\" ] } ] } ] } For sampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also exempts `jose@example.com` from DATA_READ logging, and `aliya@example.com` from DATA_WRITE logging.", |
13001 | 13034 | "id": "GoogleIamV1AuditConfig", |
13002 | 13035 | "properties": { |
13003 | 13036 | "auditLogConfigs": { |
|
0 commit comments