Amazon CodeArtifact · JSON Structure

Codeartifact Get Authorization Token Result Structure

GetAuthorizationTokenResult schema from Amazon CodeArtifact API

Type: object Properties: 2
AmazonArtifact RepositoryPackage ManagementDevOpsSoftware Supply ChainnpmMavenPyPINuGet

GetAuthorizationTokenResult is a JSON Structure definition published by Amazon CodeArtifact, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

authorizationToken expiration

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codeartifact/refs/heads/main/json-structure/codeartifact-get-authorization-token-result-structure.json",
  "name": "GetAuthorizationTokenResult",
  "description": "GetAuthorizationTokenResult schema from Amazon CodeArtifact API",
  "type": "object",
  "properties": {
    "authorizationToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": " The returned authentication token. "
        }
      ]
    },
    "expiration": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Timestamp"
        },
        {
          "description": " A timestamp that specifies the date and time the authorization token expires. "
        }
      ]
    }
  }
}