1type: google.api.Service 2config_version: 3 3name: iam.googleapis.com 4title: Identity and Access Management (IAM) API 5 6apis: 7- name: google.iam.admin.v1.IAM 8 9types: 10- name: google.iam.admin.v1.AuditData 11 12documentation: 13 summary: |- 14 Manages identity and access control for Google Cloud Platform resources, 15 including the creation of service accounts, which you can use to 16 authenticate to Google and make API calls. 17 18http: 19 rules: 20 - selector: google.longrunning.Operations.GetOperation 21 get: '/v1beta/{name=projects/*/locations/*/workloadIdentityPools/*/operations/*}' 22 additional_bindings: 23 - get: '/v1beta/{name=projects/*/locations/*/workloadIdentityPools/*/providers/*/operations/*}' 24 - get: '/v1/{name=projects/*/locations/*/workloadIdentityPools/*/operations/*}' 25 - get: '/v1/{name=projects/*/locations/*/workloadIdentityPools/*/providers/*/operations/*}' 26 27authentication: 28 rules: 29 - selector: 'google.iam.admin.v1.IAM.*' 30 oauth: 31 canonical_scopes: |- 32 https://www.googleapis.com/auth/cloud-platform 33 - selector: google.longrunning.Operations.GetOperation 34 oauth: 35 canonical_scopes: |- 36 https://www.googleapis.com/auth/cloud-platform 37