Comment on page
Credential Object
Specification for a registered credential.
Parameters for the IAM access key credential. Present when
credentialType
is amazon-access-key
.Parameters for the IAM role credential. Present when
credentialType
is amazon-iam-role
.IDs of the actions using the credential.
Type: array of
string
Cloud-provider sub-type ID.
Type:
string
Valid Values:
amazon-standard
amazon-govcloud-us
amazon-china
Date, in ISO 8601 format, when the credential was registered.
Type:
string
ID of the credential.
Type:
string
Type of credential.
Type:
string
Valid Values:
amazon-iam-role
amazon-access-key
True if the credential is configured to send SNS notifications. False otherwise.
Type:
boolean
Date, in ISO 8601 format, when the credential was last modified.
Type:
string
ID of the user whom last modified the credential.
Type:
string
IDs of the Managed Instances using the credential.
Type: array of
string
Friendly name for the credential.
Type:
string
ID of the project in which the credential resides.
Type:
string
Status of the credential.
Type:
string
Valid Values:
active
deleted
{
"actionIds": [
"a-00000001"
],
"amazonIamRole": {
"roleArn": "arn:aws:iam::123456789012:role/Skeddly",
"externalId": "skeddly-12345678"
},
"cloudProviderSubTypeId": "amazon-standard",
"createdDate": "2016-06-08T14:42:00Z",
"credentialId": "cred-00000001",
"credentialType": "amazon-iam-role",
"isUsedForSnsNotifications": false,
"lastModifiedDate": "2016-06-08T14:42:00Z",
"lastModifiedBy": "u-00000001",
"managedInstanceIds": [
"mi-00000001"
],
"name": "My Credential",
"projectId": "proj-00000001",
"status": "active"
}
{
"actionIds": [
"a-00000001"
],
"amazonIamAccessKey": {
"accessKeyId": "AK123456789012345678",
},
"cloudProviderSubTypeId": "amazon-standard",
"createdDate": "2016-06-08T14:42:00Z",
"credentialId": "cred-00000001",
"credentialType": "amazon-access-key",
"isUsedForSnsNotifications": false,
"lastModifiedDate": "2016-06-08T14:42:00Z",
"lastModifiedBy": "u-00000001",
"managedInstanceIds": [
"mi-00000001"
],
"name": "My Credential",
"projectId": "proj-00000001",
"status": "active"
}