DSCResources/cOctopusServerGuestAuthentication/cOctopusServerGuestAuthentication.schema.mof
[ClassVersion("1.0.0"), FriendlyName("cOctopusServerGuestAuthentication")]
class cOctopusServerGuestAuthentication : OMI_BaseResource { [Key, Description("Name of the Octopus Server instance")] string InstanceName; [Write] boolean Enabled; }; |