Resource Type: dsc_teamsmessagingpolicy

Defined in:
lib/puppet/type/dsc_teamsmessagingpolicy.rb

Overview

The DSC TeamsMessagingPolicy resource type. Automatically generated from version 1.21.1222.1

Properties

  • dsc_allowgiphy

    Determines whether a user is allowed to access and post Giphys. Set this to TRUE to allow. Set this FALSE to prohibit.

  • dsc_allowimmersivereader

    Determines whether a user is allowed to use Immersive Reader for reading conversation messages. Set this to TRUE to allow. Set this FALSE to prohibit.

  • dsc_allowmemes

    Determines whether a user is allowed to access and post memes. Set this to TRUE to allow. Set this FALSE to prohibit.

  • dsc_allowownerdeletemessage

    Determines whether owners are allowed to delete all the messages in their team. Set this to TRUE to allow. Set this to FALSE to prohibit.

  • dsc_allowprioritymessages

    Determines whether a user is allowed to send priorities messages. Set this to TRUE to allow. Set this FALSE to prohibit.

  • dsc_allowremoveuser

    Determines whether a user is allowed to remove a user from a conversation. Set this to TRUE to allow. Set this FALSE to prohibit.

  • dsc_allowstickers

    Determines whether a user is allowed to access and post stickers. Set this to TRUE to allow. Set this FALSE to prohibit.

  • dsc_allowurlpreviews

    Use this setting to turn automatic URL previewing on or off in messages. Set this to TRUE to turn on. Set this to FALSE to turn off.

  • dsc_allowuserchat

    Determines whether a user is allowed to chat. Set this to TRUE to allow a user to chat across private chat, group chat and in meetings. Set this to FALSE to prohibit all chat.

  • dsc_allowuserdeletemessage

    Determines whether a user is allowed to delete their own messages. Set this to TRUE to allow. Set this to FALSE to prohibit.

  • dsc_allowusereditmessage

    Determines whether a user is allowed to edit their own messages. Set this to TRUE to allow. Set this to FALSE to prohibit.

  • dsc_allowusertranslation

    Determines whether a user is allowed to translate messages to their client languages. Set this to TRUE to allow. Set this to FALSE to prohibit.

  • dsc_audiomessageenabledtype

    Determines whether a user is allowed to send audio messages. Possible values are: ChatsAndChannels,ChatsOnly,Disabled.

  • dsc_channelsinchatlistenabledtype

    Possible values are: DisabledUserOverride,EnabledUserOverride.

  • dsc_description

    Provide a description of your policy to identify purpose of creating it.

  • dsc_ensure

    Present ensures the Team Message Policy exists, absent ensures it is removed

  • dsc_giphyratingtype

    Determines the Giphy content restrictions applicable to a user. Set this to STRICT, MODERATE or NORESTRICTION.

  • dsc_readreceiptsenabledtype

    Use this setting to specify whether read receipts are user controlled, enabled for everyone, or disabled. Set this to UserPreference, Everyone or None.

  • dsc_tenant

    Globally unique identifier (GUID) of the tenant account whose external user communication policy are being created.

Parameters

  • dsc_credential

    Credentials of the Teams Service Admin

  • dsc_identity (namevar)

    Identity for the teams messaging policy you’re modifying. To modify the global policy, use this syntax: -Identity global. To modify a per-user policy, use syntax similar to this: -Identity TeamsMessagingPolicy.

  • 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).