GetAccessRulesResult

data class GetAccessRulesResult(val allowedModes: List<String>, val configuration: GetAccessRulesResultConfiguration, val createdOn: String, val id: String, val mode: String, val modifiedOn: String, val notes: String, val scope: GetAccessRulesResultScope)

Constructors

Link copied to clipboard
constructor(allowedModes: List<String>, configuration: GetAccessRulesResultConfiguration, createdOn: String, id: String, mode: String, modifiedOn: String, notes: String, scope: GetAccessRulesResultScope)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The available actions that a rule can apply to a matched request.

Link copied to clipboard
Link copied to clipboard

The timestamp of when the rule was created.

Link copied to clipboard
val id: String

The unique identifier of the IP Access rule.

Link copied to clipboard

The action to apply to a matched request. Available values: "block", "challenge", "whitelist", "jschallenge", "managedchallenge".

Link copied to clipboard

The timestamp of when the rule was last modified.

Link copied to clipboard

An informative summary of the rule, typically used as a reminder or explanation.

Link copied to clipboard

All zones owned by the user will have the rule applied.