DSCResources/xMIMPamInstall/xMIMPamInstall.schema.mof

 
[ClassVersion("1.0.0.0"), FriendlyName("xMIMPamInstall")]
class xMIMPamInstall : OMI_BaseResource
{
    [Key] String SetupFiles;
    [Write] String SyncServer;
    [Write] String ServiceServer;
    [Required] String ServiceAddress;
    [Required] String PAMCompGmsaAccount;
    [Required] String PAMMonGmsaAccount;
    [Required] String PAMWebPoolGmsaAccount;
    [Write] Uint16 PAMRestApiPort;
    [Required, ValueMap{"Present","Absent"}, Values{"Present","Absent"}] String Ensure;
    [Required, EmbeddedInstance("MSFT_Credential")] String EmailSvcAccount;
};