UpdateDlpSettingRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the Amazon Web Services account that contains the DLP setting that you want to update.

Link copied to clipboard

The ID of the DLP setting that you want to update.

Link copied to clipboard

Specifies whether DLP enforcement is active for this setting. Set to true to enable enforcement, or false to disable it.

Link copied to clipboard
val name: String?

An updated display name for the DLP setting.

Link copied to clipboard

An updated provider-specific configuration for the DLP integration. This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

Link copied to clipboard

An updated behavior to apply when the DLP provider is unreachable. Valid values are ALLOW, WARN, and BLOCK.

Link copied to clipboard

An updated DLP provider type. Currently, the only supported value is MICROSOFT_PURVIEW.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String