sailpoint-cli icon indicating copy to clipboard operation
sailpoint-cli copied to clipboard

[Bug] Self attribute not included on SPConfig export

Open ghost opened this issue 2 years ago • 0 comments

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"
 }, 

ghost avatar Sep 11 '23 20:09 ghost