DSCResources/MSFT_EXOPerimeterConfiguration/MSFT_EXOPerimeterConfiguration.schema.mof
[ClassVersion("1.0.0.0"), FriendlyName("EXOPerimeterConfiguration")]
class MSFT_EXOPerimeterConfiguration : OMI_BaseResource { [Write, Description("The Identity parameter specifies the Perimeter Configuration policy that you want to modify.")] String Identity; [Write, Description("Use the GatewayIPAddresses parameter to create or modify a list of gateway server IP addresses to add to IP safelists.")] String GatewayIPAddresses[]; [Write, Description("Specifies if this Outbound connector should exist."), ValueMap{"Present","Absent"}, Values{"Present","Absent"}] String Ensure; [Write, Description("Credentials of the Exchange Global Admin"), EmbeddedInstance("MSFT_Credential")] string Credential; [Write, Description("Id of the Azure Active Directory application to authenticate with.")] String ApplicationId; [Write, Description("Id of the Azure Active Directory tenant used for authentication.")] String TenantId; [Write, Description("Thumbprint of the Azure Active Directory application's authentication certificate to use for authentication.")] String CertificateThumbprint; [Write, Description("Username can be made up to anything but password will be used for CertificatePassword"), EmbeddedInstance("MSFT_Credential")] String CertificatePassword; [Write, Description("Path to certificate used in service principal usually a PFX file.")] String CertificatePath; }; |