@@ -22358,6 +22358,7 @@ components:
22358
22358
maxLength: 255
22359
22359
type: string
22360
22360
type: object
22361
+ x-model-simple-name: TeamsChannelAttributes
22361
22362
MicrosoftTeamsChannelInfoResponseData:
22362
22363
description: Channel data from a response.
22363
22364
properties:
@@ -22372,6 +22373,7 @@ components:
22372
22373
type:
22373
22374
$ref: '#/components/schemas/MicrosoftTeamsChannelInfoType'
22374
22375
type: object
22376
+ x-model-simple-name: TeamsChannelData
22375
22377
MicrosoftTeamsChannelInfoType:
22376
22378
default: ms-teams-channel-info
22377
22379
description: Channel info resource type.
@@ -22381,6 +22383,7 @@ components:
22381
22383
type: string
22382
22384
x-enum-varnames:
22383
22385
- MS_TEAMS_CHANNEL_INFO
22386
+ x-model-simple-name: TeamsChannelInfoType
22384
22387
MicrosoftTeamsCreateTenantBasedHandleRequest:
22385
22388
description: Create tenant-based handle request.
22386
22389
properties:
@@ -22403,6 +22406,7 @@ components:
22403
22406
data:
22404
22407
$ref: '#/components/schemas/MicrosoftTeamsChannelInfoResponseData'
22405
22408
type: object
22409
+ x-model-simple-name: TeamsGetChannelResponse
22406
22410
MicrosoftTeamsTenantBasedHandleAttributes:
22407
22411
description: Tenant-based handle attributes.
22408
22412
properties:
@@ -22427,6 +22431,7 @@ components:
22427
22431
maxLength: 255
22428
22432
type: string
22429
22433
type: object
22434
+ x-model-simple-name: TeamsTenantHandleAttrs
22430
22435
MicrosoftTeamsTenantBasedHandleInfoResponseAttributes:
22431
22436
description: Tenant-based handle attributes.
22432
22437
properties:
@@ -22466,6 +22471,7 @@ components:
22466
22471
maxLength: 255
22467
22472
type: string
22468
22473
type: object
22474
+ x-model-simple-name: TeamsTenantHandleAttributes
22469
22475
MicrosoftTeamsTenantBasedHandleInfoResponseData:
22470
22476
description: Tenant-based handle data from a response.
22471
22477
properties:
@@ -22480,6 +22486,7 @@ components:
22480
22486
type:
22481
22487
$ref: '#/components/schemas/MicrosoftTeamsTenantBasedHandleInfoType'
22482
22488
type: object
22489
+ x-model-simple-name: TeamsTenantHandleData
22483
22490
MicrosoftTeamsTenantBasedHandleInfoType:
22484
22491
default: ms-teams-tenant-based-handle-info
22485
22492
description: Tenant-based handle resource type.
@@ -22489,6 +22496,7 @@ components:
22489
22496
type: string
22490
22497
x-enum-varnames:
22491
22498
- MS_TEAMS_TENANT_BASED_HANDLE_INFO
22499
+ x-model-simple-name: TeamsTenantHandleInfoType
22492
22500
MicrosoftTeamsTenantBasedHandleRequestAttributes:
22493
22501
description: Tenant-based handle attributes.
22494
22502
properties:
@@ -22551,6 +22559,7 @@ components:
22551
22559
type:
22552
22560
$ref: '#/components/schemas/MicrosoftTeamsTenantBasedHandleType'
22553
22561
type: object
22562
+ x-model-simple-name: TeamsTenantHandleResponseData
22554
22563
MicrosoftTeamsTenantBasedHandleType:
22555
22564
default: tenant-based-handle
22556
22565
description: Specifies the tenant-based handle resource type.
@@ -22560,6 +22569,7 @@ components:
22560
22569
type: string
22561
22570
x-enum-varnames:
22562
22571
- TENANT_BASED_HANDLE
22572
+ x-model-simple-name: TeamsTenantHandleType
22563
22573
MicrosoftTeamsTenantBasedHandlesResponse:
22564
22574
description: Response with a list of tenant-based handles.
22565
22575
properties:
@@ -22592,6 +22602,7 @@ components:
22592
22602
required:
22593
22603
- data
22594
22604
type: object
22605
+ x-model-simple-name: TeamsTenantHandlesResponse
22595
22606
MicrosoftTeamsUpdateTenantBasedHandleRequest:
22596
22607
description: Update tenant-based handle request.
22597
22608
properties:
0 commit comments