Resource Type: dsc_teamstenantdialplan
- Defined in:
- lib/puppet/type/dsc_teamstenantdialplan.rb
Overview
The DSC TeamsTenantDialPlan resource type. Automatically generated from version 1.21.1222.1
Properties
-
dsc_description
The Description parameter describes the tenant dial plan - what it’s for, what type of user it applies to and any other information that helps to identify the purpose of the tenant dial plan. Maximum characters: 512.
-
dsc_ensure
Specify if this dial plan should exist or not.
-
dsc_externalaccessprefix
The ExternalAccessPrefix parameter is a number (or set of numbers) that designates the call as external to the organization. (For example, to tenant-dial an outside line, first press 9.) This prefix is ignored by the normalization rules, although these rules are applied to the remainder of the number. The OptimizeDeviceDialing parameter must be set to True for this value to take effect. This parameter must match the regular expression [0-9]1,4: that is, it must be a value 0 through 9 and one to four digits in length. The default value is 9.
-
dsc_normalizationrules
List of normalization rules that are applied to this dial plan.
-
dsc_optimizedevicedialing
Specifies if the dial plan should optimize device dialing or not.
-
dsc_simplename
The SimpleName parameter is a display name for the tenant dial plan. This name must be unique among all tenant dial plans within the Skype for Business Server deployment.This string can be up to 49 characters long. Valid characters are alphabetic or numeric characters, hyphen (-), dot (.) and parentheses (()).
Parameters
-
dsc_credential
Credentials of the Teams Global Admin
-
dsc_identity (namevar)
The Identity parameter is a unique identifier that designates the name of the tenant dial plan. Identity is an alphanumeric string that cannot exceed 49 characters. Valid characters are alphabetic or numeric characters, hyphen (-) and dot (.). The value should not begin with a (.).
-
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).