resource-key
                                resource-key                            
                            
                            Represents a composite key for uniquely identifying a Resource.
JSON Example
                                    {
    "name": "string",
    "adapterKindKey": "string",
    "resourceKindKey": "string",
    "resourceIdentifiers": [
        {
            "identifierType": {
                "name": "string",
                "dataType": "string",
                "isPartOfUniqueness": false,
                "extension": {
                    "anyObjects": [
                        {}
                    ]
                },
                "links": [
                    {
                        "href": "string",
                        "rel": "string",
                        "name": "string",
                        "description": "string"
                    }
                ]
            },
            "value": "string",
            "links": [
                {
                    "href": "string",
                    "rel": "string",
                    "name": "string",
                    "description": "string"
                }
            ]
        }
    ],
    "links": [
        {
            "href": "string",
            "rel": "string",
            "name": "string",
            "description": "string"
        }
    ],
    "extension": {
        "anyObjects": [
            {}
        ]
    }
}
            
            
                                    string
                
                
            
        
        
                name            
                            Required
            
            
        Name of the Resource
            
            
                                    string
                
                
            
        
        
                adapterKindKey            
                            Required
            
            
        Adapter Kind to which the resource belongs to
            
            
                                    string
                
                
            
        
        
                resourceKindKey            
                            Required
            
            
        Resource Kind to which the resource belongs to
