resource-kind

resource-kind
resource-kind

The DTO representing a Resource Kind

JSON Example
{
    "key": "string",
    "name": "string",
    "localizations": [
        {
            "language": "string",
            "shortDescription": [
                "string"
            ],
            "longDescription": [
                "string"
            ]
        }
    ],
    "adapterKind": "string",
    "adapterKindName": "string",
    "resourceKindType": "string",
    "resourceKindSubType": "string",
    "resourceIdentifierTypes": [
        {
            "name": "string",
            "dataType": "string",
            "isPartOfUniqueness": false,
            "extension": {
                "anyObjects": [
                    {}
                ]
            },
            "links": [
                {
                    "href": "string",
                    "rel": "string",
                    "name": "string",
                    "description": "string"
                }
            ]
        }
    ],
    "extension": {
        "anyObjects": [
            {}
        ]
    },
    "links": [
        {
            "href": "string",
            "rel": "string",
            "name": "string",
            "description": "string"
        }
    ]
}
string
key
Required

The Resource Kind identifier

string
name
Optional

The Localized name of the Resource Kind

localizations
Optional

Localized names of the Resource Kind for all localizations

string
adapterKind
Optional

The Adapter Kind to which this Resource Kind belongs to

string
adapterKindName
Optional

Localized name of the Adapter Kind to which this Resource Kind belongs to

string
resourceKindType
Optional

The Category to which a Resource Kind belongs to

Possible values are : GENERAL, BUSINESS_SERVICE, TIER, TAG, ADAPTER_INSTANCE, GROUP, APPLICATION, NONE,
string
resourceKindSubType
Optional

The Sub Category to which a Resource Kind belongs to

Possible values are : GEO, ENTERPRISE, GROUP_RULES_MANAGED, GROUP_ADAPTER_MANAGED, GROUP_WORLD, NONE,
resourceIdentifierTypes
Optional

Resource identifiers associated with this Resource Kind

extension
Optional

extension

array of link
links
Optional

links