File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -251,6 +251,11 @@ components:
251251 description : Whether the organization is federated.
252252 title : isFederated
253253 type : boolean
254+ isRoot :
255+ default : false
256+ description : Whether the organization is a root organization.
257+ title : isRoot
258+ type : boolean
254259 isMaster :
255260 default : false
256261 description : Whether the organization is a master organization.
@@ -344,6 +349,22 @@ components:
344349 description : The type of the subscription.
345350 title : type
346351 type : string
352+ gdotId :
353+ default : ' '
354+ description : The gdot id of the organization
355+ title : gdotId
356+ type : string
357+ deletedAt :
358+ default : null
359+ description : The deleted date of the organization
360+ title : deletedAt
361+ type : string
362+ nullable : true
363+ orgType :
364+ default : ' '
365+ description : The type of the organization
366+ title : orgType
367+ type : string
347368
348369 Environment :
349370 default : {}
You can’t perform that action at this time.
0 commit comments