Resource Type: dsc_teamschannel
- Defined in:
- lib/puppet/type/dsc_teamschannel.rb
Overview
The DSC TeamsChannel resource type. Automatically generated from version 1.21.1222.1
Properties
-
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
Channel description
-
dsc_ensure
Present ensures the Team channel exists, absent ensures it is removed
-
dsc_newdisplayname
Used to update current channel name
-
dsc_tenantid
Id of the Azure Active Directory tenant used for authentication.
Parameters
-
dsc_credential
Credentials of the Teams Global Admin
-
dsc_displayname (namevar)
Current channel name
-
dsc_psdscrunascredential
-
dsc_teamname (namevar)
Name of the team the Channel belongs to
-
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).