CloudCredentials Data Type

Properties
name data type description
accessKeyId string
cloudProviderName string
secretKey string
keyPairIDs array of string
Properties inherited from OwnedObject
owner string
id string
timestamp number

Example

{
  "accessKeyId" : "AKIKIQY9K1ZUQ6M7YBSQ",
  "cloudProviderName" : "ec2",
  "secretKey" : "7A7vo19ffdfa4SAsA6gsF5Fgbfb5rtwY6hBxtYt12",
  "keyPairIDs" : [ "AKIKIQY9K1ZUQ6M7YBSQ, LKJ2KIQY9K1F236M7YASD", "..." ],
  "owner" : "user1",
  "id" : "58e3946e0fb4f562d84ba1ad",
  "timestamp" : 12345
}