DSCResources/MSFT_SPAuthenticationRealm/MSFT_SPAuthenticationRealm.schema.mof
[ClassVersion("1.0.0.0"), FriendlyName("SPAuthenticationRealm")]
class MSFT_SPAuthenticationRealm : OMI_BaseResource { [Key, Description("Specifies the resource is a single instance, the value must be 'Yes'"), ValueMap{"Yes"}, Values{"Yes"}] String IsSingleInstance; [Required, Description("The authentication realm to be set")] String AuthenticationRealm; }; |