You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: source/DSCResources/DSC_SqlDatabaseMail/DSC_SqlDatabaseMail.schema.mof
+1
Original file line number
Diff line number
Diff line change
@@ -13,4 +13,5 @@ class DSC_SqlDatabaseMail : OMI_BaseResource
13
13
[Write, Description("The description for the _Database Mail_ profile and account.")] String Description;
14
14
[Write, Description("The logging level that the _Database Mail_ will use. If not specified the default logging level is `'Extended'`."), ValueMap{"Normal","Extended","Verbose"}, Values{"Normal","Extended","Verbose"}] String LoggingLevel;
15
15
[Write, Description("The TCP port used for communication. Default value is port `25`.")] UInt16 TcpPort;
16
+
[Write, Description("Specifies if the DatabaseEngine credentials are used for SMTP server authentication.")] Boolean UseDefaultCredentials;
0 commit comments