OLD | NEW |
1 { | 1 { |
2 "auth": { | 2 "auth": { |
3 "oauth2": { | 3 "oauth2": { |
4 "scopes": { | 4 "scopes": { |
5 "https://www.googleapis.com/auth/cloud-platform": { | 5 "https://www.googleapis.com/auth/cloud-platform": { |
6 "description": "View and manage your data across Google Clou
d Platform services" | 6 "description": "View and manage your data across Google Clou
d Platform services" |
7 }, | 7 }, |
8 "https://www.googleapis.com/auth/cloud-platform.read-only": { | 8 "https://www.googleapis.com/auth/cloud-platform.read-only": { |
9 "description": "View your data across Google Cloud Platform
services" | 9 "description": "View your data across Google Cloud Platform
services" |
10 }, | 10 }, |
11 "https://www.googleapis.com/auth/ndev.cloudman": { | 11 "https://www.googleapis.com/auth/ndev.cloudman": { |
12 "description": "View and manage your Google Cloud Platform m
anagement resources and deployment status information" | 12 "description": "View and manage your Google Cloud Platform m
anagement resources and deployment status information" |
13 }, | 13 }, |
14 "https://www.googleapis.com/auth/ndev.cloudman.readonly": { | 14 "https://www.googleapis.com/auth/ndev.cloudman.readonly": { |
15 "description": "View your Google Cloud Platform management r
esources and deployment status information" | 15 "description": "View your Google Cloud Platform management r
esources and deployment status information" |
16 } | 16 } |
17 } | 17 } |
18 } | 18 } |
19 }, | 19 }, |
20 "basePath": "/deploymentmanager/v2/projects/", | 20 "basePath": "/deploymentmanager/v2/projects/", |
21 "baseUrl": "https://www.googleapis.com/deploymentmanager/v2/projects/", | 21 "baseUrl": "https://www.googleapis.com/deploymentmanager/v2/projects/", |
22 "batchPath": "batch", | 22 "batchPath": "batch", |
23 "canonicalName": "Deployment Manager", | 23 "canonicalName": "Deployment Manager", |
24 "description": "Declares, configures, and deploys complex solutions on Googl
e Cloud Platform.", | 24 "description": "Declares, configures, and deploys complex solutions on Googl
e Cloud Platform.", |
25 "discoveryVersion": "v1", | 25 "discoveryVersion": "v1", |
26 "documentationLink": "https://cloud.google.com/deployment-manager/", | 26 "documentationLink": "https://cloud.google.com/deployment-manager/", |
27 "etag": "\"tbys6C40o18GZwyMen5GMkdK-3s/IHE7RRqwAjvUDuB9q_yaFj_YTY0\"", | 27 "etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/MyRdVyVTYA0_k7DO0LZvygMuxpU\"", |
28 "icons": { | 28 "icons": { |
29 "x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.
png", | 29 "x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.
png", |
30 "x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.
png" | 30 "x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.
png" |
31 }, | 31 }, |
32 "id": "deploymentmanager:v2", | 32 "id": "deploymentmanager:v2", |
33 "kind": "discovery#restDescription", | 33 "kind": "discovery#restDescription", |
34 "name": "deploymentmanager", | 34 "name": "deploymentmanager", |
35 "ownerDomain": "google.com", | 35 "ownerDomain": "google.com", |
36 "ownerName": "Google", | 36 "ownerName": "Google", |
37 "parameters": { | 37 "parameters": { |
(...skipping 874 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
912 "scopes": [ | 912 "scopes": [ |
913 "https://www.googleapis.com/auth/cloud-platform", | 913 "https://www.googleapis.com/auth/cloud-platform", |
914 "https://www.googleapis.com/auth/cloud-platform.read-onl
y", | 914 "https://www.googleapis.com/auth/cloud-platform.read-onl
y", |
915 "https://www.googleapis.com/auth/ndev.cloudman", | 915 "https://www.googleapis.com/auth/ndev.cloudman", |
916 "https://www.googleapis.com/auth/ndev.cloudman.readonly" | 916 "https://www.googleapis.com/auth/ndev.cloudman.readonly" |
917 ] | 917 ] |
918 } | 918 } |
919 } | 919 } |
920 } | 920 } |
921 }, | 921 }, |
922 "revision": "20170315", | 922 "revision": "20170410", |
923 "rootUrl": "https://www.googleapis.com/", | 923 "rootUrl": "https://www.googleapis.com/", |
924 "schemas": { | 924 "schemas": { |
925 "AuditConfig": { | 925 "AuditConfig": { |
926 "description": "Specifies the audit configuration for a service. The
configuration determines which permission types are logged, and what identities
, if any, are exempted from logging. An AuditConifg must have one or more AuditL
ogConfigs.\n\nIf there are AuditConfigs for both `allServices` and a specific se
rvice, the union of the two AuditConfigs is used for that service: the log_types
specified in each AuditConfig are enabled, and the exempted_members in each Aud
itConfig are exempted. Example Policy with multiple AuditConfigs: { \"audit_conf
igs\": [ { \"service\": \"allServices\" \"audit_log_configs\": [ { \"log_type\":
\"DATA_READ\", \"exempted_members\": [ \"user:foo@gmail.com\" ] }, { \"log_type
\": \"DATA_WRITE\", }, { \"log_type\": \"ADMIN_READ\", } ] }, { \"service\": \"f
ooservice@googleapis.com\" \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\
", }, { \"log_type\": \"DATA_WRITE\", \"exempted_members\": [ \"user:bar@gmail.c
om\" ] } ] } ] } For fooservice, this policy enables DATA_READ, DATA_WRITE and A
DMIN_READ logging. It also exempts foo@gmail.com from DATA_READ logging, and bar
@gmail.com from DATA_WRITE logging.", | 926 "description": "Specifies the audit configuration for a service. The
configuration determines which permission types are logged, and what identities
, if any, are exempted from logging. An AuditConifg must have one or more AuditL
ogConfigs.\n\nIf there are AuditConfigs for both `allServices` and a specific se
rvice, the union of the two AuditConfigs is used for that service: the log_types
specified in each AuditConfig are enabled, and the exempted_members in each Aud
itConfig are exempted.\n\nExample Policy with multiple AuditConfigs:\n\n{ \"audi
t_configs\": [ { \"service\": \"allServices\" \"audit_log_configs\": [ { \"log_t
ype\": \"DATA_READ\", \"exempted_members\": [ \"user:foo@gmail.com\" ] }, { \"lo
g_type\": \"DATA_WRITE\", }, { \"log_type\": \"ADMIN_READ\", } ] }, { \"service\
": \"fooservice.googleapis.com\" \"audit_log_configs\": [ { \"log_type\": \"DATA
_READ\", }, { \"log_type\": \"DATA_WRITE\", \"exempted_members\": [ \"user:bar@g
mail.com\" ] } ] } ] }\n\nFor fooservice, this policy enables DATA_READ, DATA_WR
ITE and ADMIN_READ logging. It also exempts foo@gmail.com from DATA_READ logging
, and bar@gmail.com from DATA_WRITE logging.", |
927 "id": "AuditConfig", | 927 "id": "AuditConfig", |
928 "properties": { | 928 "properties": { |
929 "auditLogConfigs": { | 929 "auditLogConfigs": { |
930 "description": "The configuration for logging of each type o
f permission.", | 930 "description": "The configuration for logging of each type o
f permission.", |
931 "items": { | 931 "items": { |
932 "$ref": "AuditLogConfig" | 932 "$ref": "AuditLogConfig" |
933 }, | 933 }, |
934 "type": "array" | 934 "type": "array" |
935 }, | 935 }, |
936 "exemptedMembers": { | 936 "exemptedMembers": { |
(...skipping 899 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1836 "type": "array" | 1836 "type": "array" |
1837 } | 1837 } |
1838 }, | 1838 }, |
1839 "type": "object" | 1839 "type": "object" |
1840 } | 1840 } |
1841 }, | 1841 }, |
1842 "servicePath": "deploymentmanager/v2/projects/", | 1842 "servicePath": "deploymentmanager/v2/projects/", |
1843 "title": "Google Cloud Deployment Manager API", | 1843 "title": "Google Cloud Deployment Manager API", |
1844 "version": "v2" | 1844 "version": "v2" |
1845 } | 1845 } |
OLD | NEW |