resource-kind

resource-kind
resource-kind

The DTO representing a Resource Kind

JSON Example
{
    "adapterKind": "string",
    "adapterKindName": "string",
    "extension": {
        "anyObjects": [
            {}
        ]
    },
    "key": "string",
    "links": [
        {
            "description": "string",
            "href": "string",
            "name": "string",
            "rel": "string"
        }
    ],
    "localizations": [
        {
            "language": "string",
            "longDescription": [
                "string"
            ],
            "shortDescription": [
                "string"
            ]
        }
    ],
    "name": "string",
    "resourceIdentifierTypes": [
        {
            "dataType": "string",
            "extension": {
                "anyObjects": [
                    {}
                ]
            },
            "isPartOfUniqueness": false,
            "links": [
                {
                    "description": "string",
                    "href": "string",
                    "name": "string",
                    "rel": "string"
                }
            ],
            "name": "string"
        }
    ],
    "resourceKindSubType": "string",
    "resourceKindType": "string"
}
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

extension
Optional

extension

string
key
Required

The Resource Kind identifier

array of link
links
Optional

links

localizations
Optional

Localized names of the Resource Kind for all localizations

string
name
Optional

The Localized name of the Resource Kind

resourceIdentifierTypes
Optional

Resource identifiers associated with this Resource Kind

string
resourceKindSubType
Optional

The Sub Category to which the Resource Kind belongs to

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

The Category to which the Resource Kind belongs to

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