#include <deployment_manager_service.h>
|
static const char | CLOUD_PLATFORM [] = {"https://www.googleapis.com/auth/cloud-platform"} |
|
static const char | CLOUD_PLATFORM_READ_ONLY [] = {"https://www.googleapis.com/auth/cloud-platform.read-only"} |
|
static const char | NDEV_CLOUDMAN [] = {"https://www.googleapis.com/auth/ndev.cloudman"} |
|
static const char | NDEV_CLOUDMAN_READONLY [] = {"https://www.googleapis.com/auth/ndev.cloudman.readonly"} |
|
Declares the OAuth2.0 scopes used within Google Cloud Deployment Manager API
These scopes shoudl be used when asking for credentials to invoke methods in the DeploymentManagerService.
◆ CLOUD_PLATFORM
const char google_deploymentmanager_api::DeploymentManagerService::SCOPES::CLOUD_PLATFORM = {"https://www.googleapis.com/auth/cloud-platform"} |
|
static |
View and manage your data across Google Cloud Platform services.
◆ CLOUD_PLATFORM_READ_ONLY
const char google_deploymentmanager_api::DeploymentManagerService::SCOPES::CLOUD_PLATFORM_READ_ONLY = {"https://www.googleapis.com/auth/cloud-platform.read-only"} |
|
static |
View your data across Google Cloud Platform services.
◆ NDEV_CLOUDMAN
const char google_deploymentmanager_api::DeploymentManagerService::SCOPES::NDEV_CLOUDMAN = {"https://www.googleapis.com/auth/ndev.cloudman"} |
|
static |
View and manage your Google Cloud Platform management resources and deployment status information.
◆ NDEV_CLOUDMAN_READONLY
const char google_deploymentmanager_api::DeploymentManagerService::SCOPES::NDEV_CLOUDMAN_READONLY = {"https://www.googleapis.com/auth/ndev.cloudman.readonly"} |
|
static |
View your Google Cloud Platform management resources and deployment status information.
The documentation for this class was generated from the following files: