CloudCredentialsDetailsResponse object
Example JSON representation
{
"data": {
"cloudCredentialsType": "CloudCredentials",
"description": "string",
"id": "string",
"name": "string",
"provider": "string",
"scope": "scalr",
"status": "disabled"
},
"errors": [
{
"code": "string",
"message": "string"
}
],
"meta": {
"sample": "string"
},
"warnings": [
{
"code": "string",
"message": "string"
}
]
}
Properties
property | attributes | valid values | description | filter option |
---|---|---|---|---|
data CloudCredentials object |
read-only |
|||
errors Array of ApiMessage objects |
read-only |
|||
meta ApiMetaContainer object |
read-only |
|||
warnings Array of ApiMessage objects |
read-only |
Endpoints using this object
- Account / Cloud Credentials: List
- Account / Cloud Credentials: Create
- Account / Cloud Credentials: Delete
- Account / Cloud Credentials: Get
- Account / Cloud Credentials: Edit
- Account / Environments / Clouds: Delete
- Account / Environments / Clouds: Get
- Account / Environments / Clouds: Replace
- Global / Cloud Credentials: List
- Global / Cloud Credentials: Create
- Global / Cloud Credentials: Delete
- Global / Cloud Credentials: Get
- Global / Cloud Credentials: Edit