GceCloudCredentials object
Polymorphism
GceCloudCredentials is a type that implements the CloudCredentials type.
When an object of type CloudCredentials is expected, you can use one of type GceCloudCredentials (or use any other implementation).
Example JSON representation
{
"accountName": "string",
"clientId": "string",
"cloudCredentialsType": "GceCloudCredentials",
"description": "string",
"id": "string",
"name": "string",
"privateKey": "base64+encoded+data==",
"projectId": "string",
"provider": "string",
"scope": "scalr",
"status": "disabled"
}
Properties
property | attributes | valid values | description | filter option |
---|---|---|---|---|
accountName string |
required |
The service account name. |
||
clientId string |
required |
GCE client ID. |
||
cloudCredentialsType string |
required create-only filterable |
"GceCloudCredentials" | The Cloud Platform these credentials allow access to. |
?cloudCredentialsType=... |
name string |
required filterable |
Unique name of these Cloud Credentials. |
?name=... | |
privateKey string |
required |
Private key with boundary. |
||
projectId string |
required |
GCE project ID. |
||
id string |
read-only filterable |
Unique identifier for this Cloud Credentials object. |
?id=... | |
scope string |
read-only filterable |
"scalr" "account" "environment" "farm" "farmrole" "role" "server" |
The scope in which these Cloud Credentials were added. |
?scope=... |
status string |
read-only filterable |
"disabled" "enabled" "suspended" |
The status of these Cloud Credentials. |
?status=... |
description string |
optional |
|||
provider string |
create-only filterable |
Cloud provider for Openstack or Cloudstack based clouds. |
?provider=... |