[Key, Description("Specifies the resource is a single instance, the value must be 'Yes'"),ValueMap{"Yes"},Values{"Yes"}] String IsSingleInstance;
[Write, Description("Ensure Present or Absent"), ValueMap{"Present","Absent"}, Values{"Present","Absent"}] String Ensure;
[Write, Description("Host domains to which Office Online Server allows file operations requests")] String AllowList[];
Description
The resource should be used to manage the OfficeWebAppsHosts. https://learn.microsoft.com/en-us/powershell/module/officewebapps/new-officewebappshost?view=officewebapps-ps
Proposed properties
[Key, Description("Specifies the resource is a single instance, the value must be 'Yes'"),ValueMap{"Yes"},Values{"Yes"}] String IsSingleInstance; [Write, Description("Ensure Present or Absent"), ValueMap{"Present","Absent"}, Values{"Present","Absent"}] String Ensure; [Write, Description("Host domains to which Office Online Server allows file operations requests")] String AllowList[];
Special considerations or limitations