File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 1813
1813
"type" : " string" ,
1814
1814
"description" : " Date/time that an SSO client registration expires."
1815
1815
},
1816
+ {
1817
+ "name" : " status" ,
1818
+ "type" : " string" ,
1819
+ "allowedValues" : [
1820
+ " ACCEPTED" ,
1821
+ " CANCELLED" ,
1822
+ " FAILED" ,
1823
+ " REJECTED"
1824
+ ],
1825
+ "description" : " This field helps to emit the status of the operation."
1826
+ },
1816
1827
{
1817
1828
"name" : " successCount" ,
1818
1829
"type" : " int" ,
2430
2441
{
2431
2442
"type" : " result"
2432
2443
},
2444
+ {
2445
+ "type" : " status" ,
2446
+ "required" : false
2447
+ },
2433
2448
{
2434
2449
"type" : " update" ,
2435
2450
"required" : false
2522
2537
{
2523
2538
"type" : " source" ,
2524
2539
"required" : false
2540
+ },
2541
+ {
2542
+ "type" : " status" ,
2543
+ "required" : false
2525
2544
}
2526
2545
]
2527
2546
},
You can’t perform that action at this time.
0 commit comments