blob: a7d8d01586ca4e148ead0a89d2efe55dc9cbc185 (
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
|
type: google.api.Service
config_version: 3
name: iam.googleapis.com
title: Identity and Access Management (IAM) API
apis:
- name: google.iam.v2beta.Policies
- name: google.longrunning.Operations
types:
- name: google.iam.v2beta.PolicyOperationMetadata
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: '/v2beta/{name=policies/*/*/*/operations/*}'
authentication:
rules:
- selector: 'google.iam.v2beta.Policies.*'
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
|