RemoveRuleRequest

data class RemoveRuleRequest(val url: String, val pattern: PatternType, val comment: String? = null, val createdBy: Did? = null)

Parameters

url

The URL or domain to remove the rule for

comment

Optional comment about why the rule is being removed

createdBy

Optional DID of the user. Only respected when using admin auth.

Constructors

Link copied to clipboard
constructor(url: String, pattern: PatternType, comment: String? = null, createdBy: Did? = null)

Properties

Link copied to clipboard

Optional comment about why the rule is being removed

Link copied to clipboard

Optional DID of the user. Only respected when using admin auth.

Link copied to clipboard
Link copied to clipboard
val url: String

The URL or domain to remove the rule for