Teams Rule Schedule Args
data class TeamsRuleScheduleArgs(val fri: Output<String>? = null, val mon: Output<String>? = null, val sat: Output<String>? = null, val sun: Output<String>? = null, val thu: Output<String>? = null, val timeZone: Output<String>? = null, val tue: Output<String>? = null, val wed: Output<String>? = null) : ConvertibleToJava<TeamsRuleScheduleArgs>
Constructors
Properties
Link copied to clipboard
The time zone the rule will be evaluated against. If a valid time zone city name is provided, Gateway will always use the current time at that time zone. If this parameter is omitted, then Gateway will use the time zone inferred from the user's source IP to evaluate the rule. If Gateway cannot determine the time zone from the IP, we will fall back to the time zone of the user's connected data center.