adapter-kind

adapter-kind
adapter-kind

Represents the Adapter Kind model

JSON Example
{
    "adapterKindType": "string",
    "describeVersion": 0,
    "description": "string",
    "identifiers": [
        "string"
    ],
    "key": "string",
    "links": [
        {
            "description": "string",
            "href": "string",
            "name": "string",
            "rel": "string"
        }
    ],
    "name": "string",
    "resourceKinds": [
        "string"
    ]
}
string
adapterKindType
Required

The Adapter Kind Type

integer As int32 As int32
describeVersion
Optional

Adapter's Describe version This is not the version of the Adapter but the version number in the describe.xml file. For Adapter Kinds that are dynamically created and not based on a describe.xml file, the value will be null

string
description
Optional

The Description of the Adapter Kind

array of string
identifiers
Optional

The Adapter Kind identifiers

string
key
Required

The key which identifies an adapter kind uniquely in the system

array of link
links
Optional

links

string
name
Optional

The Localized name of the Adapter Kind

array of string
resourceKinds
Optional

Resource Kinds (keys) defined within this Adapter Kind