Resource Type: dsc_teamsteam
- Defined in:
- lib/puppet/type/dsc_teamsteam.rb
Overview
The DSC TeamsTeam resource type. Automatically generated from version 1.21.1222.1
Properties
-
dsc_allowaddremoveapps
Allow add or remove apps from the Team.
-
dsc_allowchannelmentions
Allow channel mention in Team.
-
dsc_allowcreateupdatechannels
Allow members to create and update channels within Team.
-
dsc_allowcreateupdateremoveconnectors
Allow members to manage connectors within Team.
-
dsc_allowcreateupdateremovetabs
Allow members to manage tabs within Team.
-
dsc_allowcustommemes
Allow custom memes in Team.
-
dsc_allowdeletechannels
Allow members to delete channels within Team.
-
dsc_allowgiphy
Allow giphy in Team.
-
dsc_allowguestcreateupdatechannels
Allow guests to create and update channels in Team.
-
dsc_allowguestdeletechannels
Allow guests to delete channel in Team.
-
dsc_allowownerdeletemessages
Allow owners to delete messages within Team.
-
dsc_allowstickersandmemes
Allow stickers and mimes in the Team.
-
dsc_allowteammentions
Allow mentions in Team.
-
dsc_allowuserdeletemessages
Allow members to delete messages within Team.
-
dsc_allowusereditmessages
Allow members to edit messages within Team.
-
dsc_applicationid
Id of the Azure Active Directory application to authenticate with.
-
dsc_certificatethumbprint
Thumbprint of the Azure Active Directory application’s authentication certificate to use for authentication.
-
dsc_description
Description of Team.
-
dsc_ensure
Present ensures the Team exists, absent ensures it is removed.
-
dsc_giphycontentrating
Giphy content rating of the Team.
-
dsc_groupid
Team group ID, only used to target a Team when duplicated display names occurs.
-
dsc_mailnickname
MailNickName of O365 Group associated with Team
-
dsc_owner
Owners of the Team
-
dsc_showinteamssearchandsuggestions
determines whether or not private teams should be searchable from Teams clients for users who do not belong to that team. Set to $false to make those teams not discoverable from Teams clients.
-
dsc_tenantid
Id of the Azure Active Directory tenant used for authentication.
-
dsc_visibility
Visibility of the Team
Parameters
-
dsc_credential
Credentials of the Teams Admin
-
dsc_displayname (namevar)
Display Name of the Team
-
dsc_psdscrunascredential
-
name (namevar)
Description of the purpose for this resource declaration.
-
validation_mode
(defaults to: property)
Whether to check if the resource is in the desired state by property (default) or using Invoke-DscResource in Test mode (resource).