DSCResources/VE_XD7StoreFrontExplicitCommonOptions/VE_XD7StoreFrontExplicitCommonOptions.schema.mof
[ClassVersion("1.0.0.0"), FriendlyName("XD7StoreFrontExplicitCommonOptions")] class VE_XD7StoreFrontExplicitCommonOptions : OMI_BaseResource { [Key, Description("StoreFront store name")] String StoreName; [Write, Description("List of trusted domains")] String Domains[]; [Write, Description("The default domain to use when omitted during login")] String DefaultDomain; [Write, Description("Hide the domain field on the login form")] Boolean HideDomainField; [Write, Description("Configure when a user can change a password"), ValueMap{"Always","ExpiredOnly","Never"}, Values{"Always","ExpiredOnly","Never"}] String AllowUserPasswordChange; [Write, Description("Show the password expiry warning to the user"), ValueMap{"Custom","Never","Windows"}, Values{"Custom","Never","Windows"}] String ShowPasswordExpiryWarning; [Write, Description("The period of time in days before the expiry warning should be shown")] Uint32 PasswordExpiryWarningPeriod; [Write, Description("Allow a zero length password")] Boolean AllowZeroLengthPassword; }; |