CloudCredentials Data Type

This class represents the cloud credentials. They are used by the provisoner to request for resources.

Properties
name data type description
secretKey string It is the secret key / password for accessing a cloud provider.
id string
cloudProviderName string The name of the cloud provider
accessKeyId string
keyIDs array of string
Properties inherited from OwnedObject
owner string

Example

{
  "secretKey" : "7A7vo19ffdfa4SAsA6gsF5Fgbfb5rtwY6hBxtYt12",
  "id" : "...",
  "cloudProviderName" : "ec2",
  "accessKeyId" : "...",
  "keyIDs" : [ "...", "..." ],
  "owner" : "..."
}