ParameterDefinitionsValue Class

Definition

The definition of a parameter that can be provided to the policy.

public class ParameterDefinitionsValue
type ParameterDefinitionsValue = class
Public Class ParameterDefinitionsValue
Inheritance
ParameterDefinitionsValue

Constructors

ParameterDefinitionsValue()

Initializes a new instance of the ParameterDefinitionsValue class.

ParameterDefinitionsValue(String, IList<Object>, Object, ParameterDefinitionsValueMetadata)

Initializes a new instance of the ParameterDefinitionsValue class.

Properties

AllowedValues

Gets or sets the allowed values for the parameter.

DefaultValue

Gets or sets the default value for the parameter if no value is provided.

Metadata

Gets or sets general metadata for the parameter.

Type

Gets or sets the data type of the parameter. Possible values include: 'String', 'Array', 'Object', 'Boolean', 'Integer', 'Float', 'DateTime'

Applies to