GetServiceConfiguration

This documentation provides details about the GetServiceConfiguration class within the pyews package.

This class is used to retrieve one or more service configurations.

class pyews.endpoint.getserviceconfiguration.GetServiceConfiguration(configuration_name=None, acting_as=None)

Retrieves service configuration details. Default will attempt to retrieve them all.

Args:
configuration_name (list, optional): The name of one or more configuration items. Defaults to ‘MailTips’,’UnifiedMessagingConfiguration’,’ProtectionRules’. acting_as (str, optional): If provided, will attempt to make call using provided user. Defaults to None.
Raises:
UknownValueError: Unknown value was provided
CONFIGURATION_NAMES = ['MailTips', 'UnifiedMessagingConfiguration', 'ProtectionRules']
RESULTS_KEY = 'ServiceConfigurationResponseMessageType'
soap()