Resource Type: dsc_teamschanneltab

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

Overview

The DSC TeamsChannelTab 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_channelname

    Display Name of the Channel.

  • dsc_contenturl

    Url of the content linked to the Channel Tab.

  • dsc_ensure

    Present ensures the Tab exists, absent ensures it is removed.

  • dsc_entityid

    Id of the Entity linked to the Channel Tab.

  • dsc_removeurl

    Url of the location used to remove the app.

  • dsc_sortorderindex

    Index of the sort order for the custom tab.

  • dsc_teamid

    Unique Id of the Team of the instance on the source tenant.

  • dsc_teamname

    Display Name of the Team.

  • dsc_teamsapp

    Id of the Teams App associated with the custom tab.

  • dsc_tenantid

    Id of the Azure Active Directory tenant used for authentication.

  • dsc_websiteurl

    Url of the website linked to the Channel Tab.

Parameters

  • dsc_displayname (namevar)

    Display Name of the Channel Tab.

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