@@ -22640,6 +22640,7 @@ components:
22640
22640
maxLength: 255
22641
22641
type: string
22642
22642
type: object
22643
+ x-model-simple-name: TeamsChannelAttributes
22643
22644
MicrosoftTeamsChannelInfoResponseData:
22644
22645
description: Channel data from a response.
22645
22646
properties:
@@ -22654,6 +22655,7 @@ components:
22654
22655
type:
22655
22656
$ref: '#/components/schemas/MicrosoftTeamsChannelInfoType'
22656
22657
type: object
22658
+ x-model-simple-name: TeamsChannelData
22657
22659
MicrosoftTeamsChannelInfoType:
22658
22660
default: ms-teams-channel-info
22659
22661
description: Channel info resource type.
@@ -22663,6 +22665,7 @@ components:
22663
22665
type: string
22664
22666
x-enum-varnames:
22665
22667
- MS_TEAMS_CHANNEL_INFO
22668
+ x-model-simple-name: TeamsChannelInfoType
22666
22669
MicrosoftTeamsCreateTenantBasedHandleRequest:
22667
22670
description: Create tenant-based handle request.
22668
22671
properties:
@@ -22685,6 +22688,7 @@ components:
22685
22688
data:
22686
22689
$ref: '#/components/schemas/MicrosoftTeamsChannelInfoResponseData'
22687
22690
type: object
22691
+ x-model-simple-name: TeamsGetChannelResponse
22688
22692
MicrosoftTeamsTenantBasedHandleAttributes:
22689
22693
description: Tenant-based handle attributes.
22690
22694
properties:
@@ -22709,6 +22713,7 @@ components:
22709
22713
maxLength: 255
22710
22714
type: string
22711
22715
type: object
22716
+ x-model-simple-name: TeamsTenantHandleAttrs
22712
22717
MicrosoftTeamsTenantBasedHandleInfoResponseAttributes:
22713
22718
description: Tenant-based handle attributes.
22714
22719
properties:
@@ -22748,6 +22753,7 @@ components:
22748
22753
maxLength: 255
22749
22754
type: string
22750
22755
type: object
22756
+ x-model-simple-name: TeamsTenantHandleAttributes
22751
22757
MicrosoftTeamsTenantBasedHandleInfoResponseData:
22752
22758
description: Tenant-based handle data from a response.
22753
22759
properties:
@@ -22762,6 +22768,7 @@ components:
22762
22768
type:
22763
22769
$ref: '#/components/schemas/MicrosoftTeamsTenantBasedHandleInfoType'
22764
22770
type: object
22771
+ x-model-simple-name: TeamsTenantHandleData
22765
22772
MicrosoftTeamsTenantBasedHandleInfoType:
22766
22773
default: ms-teams-tenant-based-handle-info
22767
22774
description: Tenant-based handle resource type.
@@ -22771,6 +22778,7 @@ components:
22771
22778
type: string
22772
22779
x-enum-varnames:
22773
22780
- MS_TEAMS_TENANT_BASED_HANDLE_INFO
22781
+ x-model-simple-name: TeamsTenantHandleInfoType
22774
22782
MicrosoftTeamsTenantBasedHandleRequestAttributes:
22775
22783
description: Tenant-based handle attributes.
22776
22784
properties:
@@ -22833,6 +22841,7 @@ components:
22833
22841
type:
22834
22842
$ref: '#/components/schemas/MicrosoftTeamsTenantBasedHandleType'
22835
22843
type: object
22844
+ x-model-simple-name: TeamsTenantHandleResponseData
22836
22845
MicrosoftTeamsTenantBasedHandleType:
22837
22846
default: tenant-based-handle
22838
22847
description: Specifies the tenant-based handle resource type.
@@ -22842,6 +22851,7 @@ components:
22842
22851
type: string
22843
22852
x-enum-varnames:
22844
22853
- TENANT_BASED_HANDLE
22854
+ x-model-simple-name: TeamsTenantHandleType
22845
22855
MicrosoftTeamsTenantBasedHandlesResponse:
22846
22856
description: Response with a list of tenant-based handles.
22847
22857
properties:
@@ -22874,6 +22884,7 @@ components:
22874
22884
required:
22875
22885
- data
22876
22886
type: object
22887
+ x-model-simple-name: TeamsTenantHandlesResponse
22877
22888
MicrosoftTeamsUpdateTenantBasedHandleRequest:
22878
22889
description: Update tenant-based handle request.
22879
22890
properties:
0 commit comments