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 1856
1856
"type" : " string" ,
1857
1857
"description" : " Date/time that an SSO client registration expires."
1858
1858
},
1859
+ {
1860
+ "name" : " status" ,
1861
+ "type" : " string" ,
1862
+ "allowedValues" : [
1863
+ " ACCEPTED" ,
1864
+ " CANCELLED" ,
1865
+ " FAILED" ,
1866
+ " REJECTED"
1867
+ ],
1868
+ "description" : " This field helps to emit the status of the operation."
1869
+ },
1859
1870
{
1860
1871
"name" : " successCount" ,
1861
1872
"type" : " int" ,
2489
2500
{
2490
2501
"type" : " result"
2491
2502
},
2503
+ {
2504
+ "type" : " status" ,
2505
+ "required" : false
2506
+ },
2492
2507
{
2493
2508
"type" : " update" ,
2494
2509
"required" : false
2581
2596
{
2582
2597
"type" : " source" ,
2583
2598
"required" : false
2599
+ },
2600
+ {
2601
+ "type" : " status" ,
2602
+ "required" : false
2584
2603
}
2585
2604
]
2586
2605
},
You can’t perform that action at this time.
0 commit comments