Skip to main content

An enumerated type for the values that represent whether the configuration parameter specified is required.

Type that uses ConfigurationsUsageEnum

SupportedConfiguration

Calls that use ConfigurationsUsageEnum

Enumerations

Value
Description
OPTIONAL
This value represents that the associated configuration parameter does not need to be specified. If a default value is provided, that will be used unless overwritten.
REQUIRED
This value represents that the associated configuration parameter needs to be specified.