AssessmentProperties interface
The properties of an Assessment resource
Properties
| assessment |
The name of the assessment template whose rules will be evaluated (e.g. 'Edu'). Immutable after creation. |
| error | Error information when evaluationState is failed |
| evaluation |
The aggregated evaluation state of all active rules within this assessment |
| initial |
Optional initial values applied to the rules created with this assessment. Write-only — these values are routed to the per-kind rules and are not returned on read. |
| next |
The next scheduled re-evaluation of this assessment. Only present when one or more rules in this assessment have a configured recurrence. |
| provisioning |
The provisioning state of the resource |
Property Details
assessmentType
The name of the assessment template whose rules will be evaluated (e.g. 'Edu'). Immutable after creation.
assessmentType: string
Property Value
string
error
evaluationState
The aggregated evaluation state of all active rules within this assessment
evaluationState?: string
Property Value
string
initialValues
Optional initial values applied to the rules created with this assessment. Write-only — these values are routed to the per-kind rules and are not returned on read.
initialValues?: InitialRuleValueBaseUnion[]
Property Value
nextEvaluation
The next scheduled re-evaluation of this assessment. Only present when one or more rules in this assessment have a configured recurrence.
nextEvaluation?: Date
Property Value
Date
provisioningState
The provisioning state of the resource
provisioningState?: string
Property Value
string