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/Private/Initialize-TkEmailAppParamsObject.ps1
+5-5
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,13 @@
4
4
.DESCRIPTION
5
5
The Initialize-TkEmailAppParamsObject function creates and returns a new instance of the TkEmailAppParams class using the provided parameters. This function ensures that all necessary parameters are provided and initializes the object accordingly.
6
6
.PARAMETERAppId
7
-
The application ID used to identify the email application.
7
+
The application ID used to uniquely identify the email application.
8
8
.PARAMETERId
9
-
The unique identifier for the email application instance.
9
+
The unique identifier for the specific email application instance.
10
10
.PARAMETERAppName
11
11
The name of the email application being initialized.
12
-
.PARAMETERClientCertName
13
-
The name of the client certificate used by the email application.
12
+
.PARAMETERCertificateSubject
13
+
The subject name of the client certificate used by the email application.
14
14
.PARAMETERAppRestrictedSendGroup
15
15
The group that is restricted from sending emails within the application.
16
16
.PARAMETERCertExpires
@@ -31,7 +31,7 @@
31
31
[TkEmailAppParams]
32
32
Returns a new instance of the TkEmailAppParams class initialized with the provided parameters.
Assert-MockCalled-CommandName 'Write-AuditLog'-ModuleName GraphAppToolkit -Exactly -Times 1-Scope It -ParameterFilter { $_-eq'Connected to Microsoft Graph.' }
41
35
}
42
36
43
37
It 'Should reuse existing Microsoft Graph session if valid' {
0 commit comments