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/BZOTaOSd6CDPT3kBLAME2ENtrqQ\"", | 27 "etag": "\"tbys6C40o18GZwyMen5GMkdK-3s/236c0P79pEssBCHgt4e65pJeS8I\"", |
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": "20170126", | 922 "revision": "20170302", |
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. It
consists of which permission types are logged, and what identities, if any, are
exempted from logging. An AuditConifg must have one or more AuditLogConfigs.", | 926 "description": "Specifies the audit configuration for a service. It
consists of which permission types are logged, and what identities, if any, are
exempted from logging. An AuditConifg must have one or more AuditLogConfigs.\n\n
If there are AuditConfigs for both `allServices` and a specific service, the uni
on of the two AuditConfigs is used for that service: the log_types specified in
each AuditConfig are enabled, and the exempted_members in each AuditConfig are e
xempted. Example Policy with multiple AuditConfigs: { \"audit_configs\": [ { \"s
ervice\": \"allServices\" \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\"
, \"exempted_members\": [ \"user:foo@gmail.com\" ] }, { \"log_type\": \"DATA_WRI
TE\", }, { \"log_type\": \"ADMIN_READ\", } ] }, { \"service\": \"fooservice@goog
leapis.com\" \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\", }, { \"log_
type\": \"DATA_WRITE\", \"exempted_members\": [ \"user:bar@gmail.com\" ] } ] } ]
} For fooservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logg
ing. It also exempts foo@gmail.com from DATA_READ logging, and bar@gmail.com fro
m 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": { |
937 "description": "Specifies the identities that are exempted f
rom \"data access\" audit logging for the `service` specified above. Follows the
same format of Binding.members. This field is deprecated in favor of per-permis
sion-type exemptions.", | 937 "description": "", |
938 "items": { | 938 "items": { |
939 "type": "string" | 939 "type": "string" |
940 }, | 940 }, |
941 "type": "array" | 941 "type": "array" |
942 }, | 942 }, |
943 "service": { | 943 "service": { |
944 "description": "Specifies a service that will be enabled for
audit logging. For example, `resourcemanager`, `storage`, `compute`. `allServic
es` is a special value that covers all services.", | 944 "description": "Specifies a service that will be enabled for
audit logging. For example, `resourcemanager`, `storage`, `compute`. `allServic
es` is a special value that covers all services.", |
945 "type": "string" | 945 "type": "string" |
946 } | 946 } |
947 }, | 947 }, |
(...skipping 888 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 |