allowedDateTime | Boolean | If true, the startDateTime and endDateTime define the allowed range. If false, the startDateTime and endDateTime define the denied range. | [optional] |
allowedTime | Boolean | If true, the startTime and endTime define the allowed time range. If false, the startTime and endTime define the denied time range. | [optional] |
denyAccess | Boolean | If true, the resource rule evaluating the context will return Access Denied. | |
endDateTime | OffsetDateTime | If specifying a date range, the end date of the range. | [optional] |
endTime | String | If specifying a time range, the end time of the range. The value should be of the form hh:mm:ss | [optional] |
riskPoint | Integer | The number of risk points that apply if this context applies. | |
startDateTime | OffsetDateTime | If specifying a date range, the start date of the range. | [optional] |
startTime | String | If specifying a time range, the start time of the range. The value should be of the form hh:mm:ss | [optional] |
weekDays | List<WeekDaysEnum> | If specifying a time range, the days of the week to which the time range will apply. | [optional] |
zoneId | String | The time zone or fixed offset in which dates and times are interpreted. For example, a value like -05:00 to specify a fixed offset of 5 hours behind UTC, or a time zone ID like America/New_York to account for regional time zone rules, including daylight saving time. Set this value if you want to interpret times (e.g., 8 AM to 5 PM) in the customer's local time zone rather than the timezone of the service. If not specified, the default is Z (UTC). | [optional] |