Skip to content

Latest commit

 

History

History
78 lines (61 loc) · 1.74 KB

SharePointManagedPaths.adoc

File metadata and controls

78 lines (61 loc) · 1.74 KB

DSC Resource 'SharePointManagedPaths'

SharePointManagedPaths is used to ###TBD###

Source

DSC Resource

Documentation

Table 1. Attributes of category 'SharePointManagedPaths'
Parameter Attribute DataType Description Allowed Values

ManagedPaths

Mandatory

Hashtable[]

set of managed accounts

Table 2. Attributes of category 'SharePointManagedPaths/ManagedPaths'
Parameter Attribute DataType Description Allowed Values
Example
SharePointManagedPaths:
  ManagedPaths:
    - WebAppUrl: t1 #https://content.contoso.com
      RelativeUrl: mp1
      Explicit: false
      HostHeader: false
    - WebAppUrl: t2 #https://content.contoso.com
      RelativeUrl: mp2
      Explicit: false
      HostHeader: false
    - WebAppUrl: t3 #https://my.contoso.com
      RelativeUrl: personal
      Explicit: false
      HostHeader: false