DSCResources/MSFT_SPOAppPrincipalMgmtServiceAppProxy/MSFT_SPOAppPrincipalMgmtServiceAppProxy.schema.mof
[ClassVersion("1.0.0.0"), FriendlyName("SPOAppPrincipalMgmtServiceAppProxy")]
class MSFT_SPOAppPrincipalMgmtServiceAppProxy : OMI_BaseResource { [Key, Description("The name of the SPO application principal management service application proxy")] string Name; [Write, Description("Present ensures service app proxy exists, absent ensures it is removed"), ValueMap{"Present","Absent"}, Values{"Present","Absent"}] string Ensure; [Required, Description("URL to SharePoint Online Tenant")] string OnlineTenantUri; [Write, Description("POWERSHELL 4 ONLY: The account to run this resource as, use PsDscRunAsCredential if using PowerShell 5"), EmbeddedInstance("MSFT_Credential")] String InstallAccount; }; |