AccountRaiPolicyContentFilter

data class AccountRaiPolicyContentFilter(val blockEnabled: Boolean, val filterEnabled: Boolean, val name: String, val severityThreshold: String, val source: String)

Constructors

Link copied to clipboard
constructor(blockEnabled: Boolean, filterEnabled: Boolean, name: String, severityThreshold: String, source: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether the filter should block content. Possible values are true or false.

Link copied to clipboard

Whether the filter is enabled. Possible values are true or false.

Link copied to clipboard

The name of the content filter.

Link copied to clipboard

The severity threshold for the filter. Possible values are Low, Medium or High.

Link copied to clipboard

Content source to apply the content filter. Possible values are Prompt or Completion.