ParameterDefinitionsValue interface
The definition of a parameter that can be provided to the policy.
Properties
allowed |
The allowed values for the parameter. |
default |
The default value for the parameter if no value is provided. |
metadata | General metadata for the parameter. |
type | The data type of the parameter. |
Property Details
allowedValues
The allowed values for the parameter.
allowedValues?: any[]
Property Value
any[]
defaultValue
The default value for the parameter if no value is provided.
defaultValue?: any
Property Value
any
metadata
General metadata for the parameter.
metadata?: ParameterDefinitionsValueMetadata
Property Value
type
The data type of the parameter.
type?: string
Property Value
string