adapter-kind

adapter-kind
adapter-kind

Represents the Adapter Kind model

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

The key which identifies an adapter kind uniquely in the system

string
name
Optional

The Localized name of the Adapter Kind

string
description
Optional

The Description of the Adapter Kind

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

array of string
identifiers
Optional

The Adapter Kind identifiers

array of string
resourceKinds
Optional

Resource Kinds (keys) defined within this Adapter Kind

array of link
links
Optional

links

Property Of
Returned By