TeamsRuleScheduleArgs

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

Link copied to clipboard
constructor(fri: Output<String>? = null, mon: Output<String>? = null, sat: Output<String>? = null, sun: Output<String>? = null, thu: Output<String>? = null, timeZone: Output<String>? = null, tue: Output<String>? = null, wed: Output<String>? = null)

Properties

Link copied to clipboard
val fri: Output<String>? = null

The time intervals when the rule will be active on Fridays, in increasing order from 00:00-24:00. If this parameter is omitted, the rule will be deactivated on Fridays.

Link copied to clipboard
val mon: Output<String>? = null

The time intervals when the rule will be active on Mondays, in increasing order from 00:00-24:00. If this parameter is omitted, the rule will be deactivated on Mondays.

Link copied to clipboard
val sat: Output<String>? = null

The time intervals when the rule will be active on Saturdays, in increasing order from 00:00-24:00. If this parameter is omitted, the rule will be deactivated on Saturdays.

Link copied to clipboard
val sun: Output<String>? = null

The time intervals when the rule will be active on Sundays, in increasing order from 00:00-24:00. If this parameter is omitted, the rule will be deactivated on Sundays.

Link copied to clipboard
val thu: Output<String>? = null

The time intervals when the rule will be active on Thursdays, in increasing order from 00:00-24:00. If this parameter is omitted, the rule will be deactivated on Thursdays.

Link copied to clipboard
val timeZone: Output<String>? = null

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.

Link copied to clipboard
val tue: Output<String>? = null

The time intervals when the rule will be active on Tuesdays, in increasing order from 00:00-24:00. If this parameter is omitted, the rule will be deactivated on Tuesdays.

Link copied to clipboard
val wed: Output<String>? = null

The time intervals when the rule will be active on Wednesdays, in increasing order from 00:00-24:00. If this parameter is omitted, the rule will be deactivated on Wednesdays.

Functions

Link copied to clipboard
open override fun toJava(): TeamsRuleScheduleArgs