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