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