CloudCredentials Data Type

Properties
name data type description
accessKeyId string
secretKey string
cloudProviderName string
attributes map of object
Properties inherited from OwnedObject
id string
owner string
timestamp number

Example

{
  "accessKeyId" : "AKIKIQY9K1ZUQ6M7YBSQ",
  "secretKey" : "7A7vo19ffdfa4SAsA6gsF5Fgbfb5rtwY6hBxtYt12",
  "cloudProviderName" : "ec2",
  "attributes" : {
    "property1" : { },
    "property2" : { }
  },
  "id" : "58e3946e0fb4f562d84ba1ad",
  "owner" : "user1",
  "timestamp" : 12345
}