sailpoint-cli
sailpoint-cli copied to clipboard
[Bug] Self attribute not included on SPConfig export
Running sail spconfig export -i FORM_DEFINITION -w
Output does not contain a valid self property for the object being exported, this is likely an issue with the API Spec or generated SDK types
Currently returned:
"self": {},
Should be:
"self": {
"id": "a4d89a70846b4c9ba573b6be1871ab93",
"name": "Name of Object",
"type": "Type of Object"
},