File tree Expand file tree Collapse file tree 2 files changed +1
-25
lines changed Expand file tree Collapse file tree 2 files changed +1
-25
lines changed Original file line number Diff line number Diff line change 51815181 "required" : [
51825182 " createTime" ,
51835183 " domains" ,
5184- " requireSsoLogin" ,
5185- " jitProvisioning" ,
5186- " automaticMembership"
5184+ " requireSsoLogin"
51875185 ],
51885186 "properties" : {
5189- "automaticMembership" : {
5190- "type" : " boolean"
5191- },
51925187 "createTime" : {
51935188 "type" : " integer" ,
51945189 "format" : " int64"
51995194 "$ref" : " #/components/schemas/SSOOrganizationDomain"
52005195 }
52015196 },
5202- "jitProvisioning" : {
5203- "type" : " boolean"
5204- },
52055197 "requireSsoLogin" : {
52065198 "type" : " boolean"
52075199 }
58175809 "UpdateSSORequest" : {
58185810 "type" : " object" ,
58195811 "properties" : {
5820- "automaticMembership" : {
5821- "type" : [
5822- " boolean" ,
5823- " null"
5824- ]
5825- },
5826- "jitProvisioning" : {
5827- "type" : [
5828- " boolean" ,
5829- " null"
5830- ]
5831- },
58325812 "requireSsoLogin" : {
58335813 "type" : [
58345814 " boolean" ,
Original file line number Diff line number Diff line change @@ -2259,11 +2259,9 @@ export interface components {
22592259 state : components [ "schemas" ] [ "SSODomainState" ] ;
22602260 } ;
22612261 SSOOrganizationResponse : {
2262- automaticMembership : boolean ;
22632262 /** Format: int64 */
22642263 createTime : number ;
22652264 domains : components [ "schemas" ] [ "SSOOrganizationDomain" ] [ ] ;
2266- jitProvisioning : boolean ;
22672265 requireSsoLogin : boolean ;
22682266 } ;
22692267 /** @enum {string} */
@@ -2431,8 +2429,6 @@ export interface components {
24312429 updates : components [ "schemas" ] [ "ProjectRoleUpdateArg" ] [ ] ;
24322430 } ;
24332431 UpdateSSORequest : {
2434- automaticMembership ?: boolean | null ;
2435- jitProvisioning ?: boolean | null ;
24362432 requireSsoLogin ?: boolean | null ;
24372433 } ;
24382434 UpdateTeamArgs : {
You can’t perform that action at this time.
0 commit comments