Adobe Launch · JSON Structure

Event Forwarding Secret Attributes Structure

Type: object Properties: 6
Data CollectionEdge NetworkEvent ForwardingMarketing TechnologyTag Management

SecretAttributes is a JSON Structure definition published by Adobe Launch, describing 6 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

name type_of status credentials created_at updated_at

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SecretAttributes",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "type_of": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "credentials": {
      "type": "object"
    },
    "created_at": {
      "type": "string"
    },
    "updated_at": {
      "type": "string"
    }
  }
}