Represents a set of rules that govern charging sessions for fleets, drivers, or vehicles. Policies can be used for both enforcing restrictions and providing charging suggestions.
Unique identifier for the policy object.
"pol_123abc456def"
String representing the object's type. Always policy.
"policy"
A human-readable name for the policy.
"Weekday Daytime Charging"
The operational mode of the policy. - enforcement: Strictly enforces rules at the start of a charging session. - suggestion: Provides recommendations for optimal charging, but does not block sessions.
enforcement, suggestion "enforcement"
A set of rules that define the policy's behavior.
The current status of the policy. Only active policies are evaluated.
active, inactive "active"
Time at which the policy was created.
An optional description of the policy's purpose.
"Allows charging only on weekdays between 9 AM and 5 PM at approved stations."
Set of key-value pairs to store custom structured data.