core/utils/dataMappings/m365/Teams/teams.json
{
"teams_guest_users_allowed": [ { "translate": { "Identity": "Identity", "AllowEmailIntoChannel": "Allow Email Into Channel", "AllowRoleBasedChatPermissions": "Allow RBAC Chat Permissions", "AllowGuestUser": "Allow Guest Users" }, "table": "Normal", "format":{ "elements":[ { "ItemName": "Allow Guest Users", "ItemValue": "enabled", "className": "badge bg-danger larger-badge" } ] }, "actions":{ "objectData":{ "expand": ["*"], "format": "json" }, "showGoToButton":"True", "showModalButton":"True" } } ], "o365_skype_external_allowed": [ { "translate": { "Identity": "Identity", "AllowPublicUsers": "Allow Public Users", "AllowFederatedUsers": "Allow Federated Users" }, "table": "Normal", "format":{ "elements":[ { "ItemName": "Allow Public Users", "ItemValue": "enabled", "className": "badge bg-danger larger-badge" }, { "ItemName": "Allow Federated Users", "ItemValue": "enabled", "className": "badge bg-danger larger-badge" } ] }, "actions":{ "objectData":{ "expand": ["*"], "format": "json" }, "showGoToButton":"True", "showModalButton":"True" } } ], "o365_teams_external_sharing_allowed": [ { "translate": { "Identity": "Identity", "AllowPublicUsers": "Allow Public Users", "AllowFederatedUsers": "Allow Federated Users" }, "table": "Normal", "actions":{ "objectData":{ "expand": ["*"], "format": "json" }, "showGoToButton":"True", "showModalButton":"True" } } ] } |