This repository has been archived on 2022-11-03. You can view files and clone it, but cannot push or open issues or pull requests.
DevOpsOpenHack/support/resources/generic_endpoint_template.json

22 lines
487 B
JSON
Raw Normal View History

2022-11-03 20:41:13 +00:00
{
"administratorsGroup": null,
"authorization": {
"scheme": "UsernamePassword",
"parameters": {
"username": "",
"password": ""
}
},
"createdBy": null,
"data": {},
"description": "",
"groupScopeId": null,
"name": "NAME",
"operationStatus": null,
"readersGroup": null,
"serviceEndpointProjectReferences": [],
"type": "generic",
"url": "URL",
"isShared": false,
"owner": "library"
}