DSCResources/PSHOrg_cADUser/PSHOrg_cADUser.schema.mof

[ClassVersion("1.0.0"), FriendlyName("cADUser")]
class PSHOrg_cADUser : OMI_BaseResource
{
  [write,ValueMap{"Present", "Absent"},Values{"Present", "Absent"}] string Ensure;
  [Key] string DomainName;
  [Key] string UserName;
  [write,EmbeddedInstance("MSFT_Credential")] string Password;
  [required,EmbeddedInstance("MSFT_Credential")] string DomainAdministratorCredential;
};