ListSourceCredentials - AWS CodeBuild

ListSourceCredentials

Returns a list of SourceCredentialsInfo objects.

Response Syntax

{ "sourceCredentialsInfos": [ { "arn": "string", "authType": "string", "resource": "string", "serverType": "string" } ] }

Response Elements

If the action is successful, the service sends back an HTTP 200 response.

The following data is returned in JSON format by the service.

sourceCredentialsInfos

A list of SourceCredentialsInfo objects. Each SourceCredentialsInfo object includes the authentication type, token ARN, and type of source provider for one set of credentials.

Type: Array of SourceCredentialsInfo objects

Errors

For information about the errors that are common to all actions, see Common Errors.

InvalidInputException

The input value that was provided is not valid.

HTTP Status Code: 400

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: