DSCResources/cOctopusServerActiveDirectoryAuthentication/cOctopusServerActiveDirectoryAuthentication.schema.mof

[ClassVersion("1.0.0"), FriendlyName("cOctopusServerActiveDirectoryAuthentication")]
class cOctopusServerActiveDirectoryAuthentication : OMI_BaseResource
{
  [Key, Description("Name of the Octopus Server instance")] string InstanceName;
  [Write, Required] boolean Enabled;
  [Write] boolean AllowFormsAuthenticationForDomainUsers;
  [Write] string ActiveDirectoryContainer;
};