r2_temp_access_creds_response

APIs.ioEngineeringPlatform

Properties

Name Type Description
accessKeyId string ID for new access key
secretAccessKey string Secret access key
sessionToken string Security token
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-r2-temp-access-creds-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/r2_temp_access_creds_response",
  "title": "r2_temp_access_creds_response",
  "example": {
    "accessKeyId": "example-access-key-id",
    "secretAccessKey": "example-secret-key",
    "sessionToken": "example-session-token"
  },
  "properties": {
    "accessKeyId": {
      "description": "ID for new access key",
      "type": "string"
    },
    "secretAccessKey": {
      "description": "Secret access key",
      "type": "string"
    },
    "sessionToken": {
      "description": "Security token",
      "type": "string"
    }
  },
  "type": "object"
}