teamwork リソースの種類
名前空間: microsoft.graph
組織で使用可能な Microsoft Teams の機能の範囲のコンテナー。
メソッド
メソッド | 戻り値の種類 | 説明 |
---|---|---|
List | deletedTeam コレクション | sharedWithChannelTeamInfo オブジェクトとそのプロパティの一覧を取得します。 |
Get | チームワーク | 組織のリージョンやMicrosoft Teamsが有効になっているかどうかなど、チームワーク オブジェクトのプロパティとリレーションシップを取得します。 |
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
id | string | 既定のチームワーク識別子。 |
isTeamsEnabled | ブール型 | 組織でMicrosoft Teamsが有効かどうかを示します。 |
地域 | string | 組織またはテナントのリージョンを表します。
リージョンの値は、Teams ペイロードでサポートされている任意のリージョンにすることができます。 使用できる値は、 Americas 、 Europe and MiddleEast 、 Asia Pacific 、 UAE 、 Australia 、 Brazil 、 Canada 、 Switzerland 、 Germany 、 France 、 India 、 Japan 、 South Korea 、 Norway 、 Singapore 、 United Kingdom 、 South Africa 、 Sweden 、 Qatar Poland 、 Italy 、 Israel 、 Spain 、 Mexico 、 USGov Community Cloud 、 USGov Community Cloud High 、 USGov Department of Defense 、 China 。 |
リレーションシップ
リレーションシップ | 型 | 説明 |
---|---|---|
deletedTeams | deletedTeam コレクション | 削除されたチーム。 |
deletedChats | deletedChat コレクション | 削除されたチャットのコレクション。 |
teamsAppSettings | teamsAppSettings | テナント内のすべての Teams アプリ のテナント全体の設定を表します。 |
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"@odata.type": "#microsoft.graph.teamwork",
"id": "String",
"isTeamsEnabled": "boolean",
"region": "String"
}