You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
596 B
22 lines
596 B
6 years ago
|
# The IAM API Definition.
|
||
|
|
||
|
type: google.api.Service
|
||
|
config_version: 2
|
||
|
name: iam.googleapis.com
|
||
|
|
||
|
title: Google Identity and Access Management (IAM) API
|
||
|
|
||
|
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.
|
||
|
|
||
|
apis:
|
||
|
- name: google.iam.admin.v1.IAM
|
||
|
|
||
|
authentication:
|
||
|
rules:
|
||
|
- selector: '*'
|
||
|
oauth:
|
||
|
canonical_scopes: https://www.googleapis.com/auth/iam,
|
||
|
https://www.googleapis.com/auth/cloud-platform
|