Skip to main content
Version: 6.0.10

MSTeamsChannel

This page supports schema for Msteams Datatype MSTeamsChannel.

{
"properties": {
"id": {
"type": "string",
"x-label": {
"en": "Microsoft Teams Channel id",
"ko": "마이크로소프트 팀즈 채널 id"
}
},
"label": {
"type": "string",
"x-label": {
"en": "Microsoft Teams Channel Label",
"ko": "마이크로소프트 팀즈 채널 라벨"
}
},
"value": {
"properties": {
"createdDateTime": {
"type": "string",
"x-label": {
"en": "Microsoft Teams Channel createdDateTime",
"ko": "마이크로소프트 팀즈 채널 생성일시"
}
},
"description": {
"type": "string",
"x-label": {
"en": "Microsoft Teams Channel Description",
"ko": "마이크로소프트 팀즈 채널 설명"
}
},
"id": {
"type": "string",
"x-label": {
"en": "Microsoft Teams Channel id",
"ko": "마이크로소프트 팀즈 채널 id"
}
},
"isArchived": {
"type": "boolean",
"x-label": {
"en": "Microsoft Teams Channel isArchived",
"ko": "마이크로소프트 팀즈 채널 아카이브 여부"
}
},
"membershipType": {
"type": "string",
"x-label": {
"en": "Microsoft Teams Channel membershipType",
"ko": "마이크로소프트 팀즈 채널 멤버십 타입"
}
},
"webUrl": {
"type": "string",
"x-label": {
"en": "Microsoft Teams Channel webUrl",
"ko": "마이크로소프트 팀즈 채널 웹 URL"
}
}
},
"type": "object",
"x-label": {
"en": "Microsoft Teams Channel value",
"ko": "마이크로소프트 팀즈 채널 value"
}
}
},
"type": "object"
}

Input Schema

{
"properties": {
"team": {
"properties": {
"id": {
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}
},
"required": [
"team"
],
"type": "object"
}