Amazon CodeBuild · Schema

ListSourceCredentialsOutput

ListSourceCredentialsOutput schema from Amazon CodeBuild

AmazonCI/CDBuildContinuous IntegrationDevOpsTesting

Properties

Name Type Description
sourceCredentialsInfos object
View JSON Schema on GitHub

JSON Schema

amazon-codebuild-list-source-credentials-output-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codebuild/refs/heads/main/json-schema/amazon-codebuild-list-source-credentials-output-schema.json",
  "title": "ListSourceCredentialsOutput",
  "description": "ListSourceCredentialsOutput schema from Amazon CodeBuild",
  "type": "object",
  "properties": {
    "sourceCredentialsInfos": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SourceCredentialsInfos"
        },
        {
          "description": " A list of <code>SourceCredentialsInfo</code> objects. Each <code>SourceCredentialsInfo</code> object includes the authentication type, token ARN, and type of source provider for one set of credentials. "
        }
      ]
    }
  }
}