Skip to content

Commit

Permalink
Updated {Update} EXO Integration Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NikCharlebois committed Nov 22, 2024
1 parent 88daf6a commit dee59f1
Showing 1 changed file with 39 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,35 @@
TenantId = $TenantId
CertificateThumbprint = $CertificateThumbprint
}
EXOAuthenticationPolicy 'ConfigureAuthenticationPolicy'
{
Identity = "My Assigned Policy"
AllowBasicAuthActiveSync = $False
AllowBasicAuthAutodiscover = $False
AllowBasicAuthImap = $False
AllowBasicAuthMapi = $False
AllowBasicAuthOfflineAddressBook = $False
AllowBasicAuthOutlookService = $False
AllowBasicAuthPop = $False
AllowBasicAuthPowerShell = $False
AllowBasicAuthReportingWebServices = $False
AllowBasicAuthRpc = $False
AllowBasicAuthSmtp = $False
AllowBasicAuthWebServices = $False
Ensure = "Present"
ApplicationId = $ApplicationId
TenantId = $TenantId
CertificateThumbprint = $CertificateThumbprint
}
EXOAuthenticationPolicyAssignment 'ConfigureAuthenticationPolicyAssignment'
{
UserName = "AdeleV@$TenantId"
AuthenticationPolicyName = "My Assigned Policy"
Ensure = "Present"
ApplicationId = $ApplicationId
TenantId = $TenantId
CertificateThumbprint = $CertificateThumbprint
}
EXOAvailabilityAddressSpace 'ConfigureAvailabilityAddressSpace'
{
Identity = 'Contoso.com'
Expand Down Expand Up @@ -1339,6 +1368,16 @@
TenantId = $TenantId
CertificateThumbprint = $CertificateThumbprint
}
EXORecipientPermission 'AddSendAs'
{
Identity = "AlexW@$TenantId"
Trustee = "AdeleV@$TenantId" # Drift
AccessRights = 'SendAs'
Ensure = 'Present'
ApplicationId = $ApplicationId
TenantId = $TenantId
CertificateThumbprint = $CertificateThumbprint
}
EXORemoteDomain '583b0b70-b45d-401f-98a6-0e7fa8434946'
{
Identity = "Integration"
Expand Down

0 comments on commit dee59f1

Please sign in to comment.