workmail_test_availability_configuration: Performs a test on an availability provider to ensure that...

View source: R/workmail_operations.R

workmail_test_availability_configurationR Documentation

Performs a test on an availability provider to ensure that access is allowed

Description

Performs a test on an availability provider to ensure that access is allowed. For EWS, it verifies the provided credentials can be used to successfully log in. For Lambda, it verifies that the Lambda function can be invoked and that the resource access policy was configured to deny anonymous access. An anonymous invocation is one done without providing either a SourceArn or SourceAccount header.

See https://www.paws-r-sdk.com/docs/workmail_test_availability_configuration/ for full documentation.

Usage

workmail_test_availability_configuration(
  OrganizationId,
  DomainName = NULL,
  EwsProvider = NULL,
  LambdaProvider = NULL
)

Arguments

OrganizationId

[required] The WorkMail organization where the availability provider will be tested.

DomainName

The domain to which the provider applies. If this field is provided, a stored availability provider associated to this domain name will be tested.

EwsProvider
LambdaProvider

paws.end.user.computing documentation built on Sept. 12, 2023, 1:17 a.m.