Class EnforcementType (0.4.0)

EnforcementType(value)

Enforcement type for Model Armor filters.

Enums

Name Description
ENFORCEMENT_TYPE_UNSPECIFIED Default value. Same as INSPECT_AND_BLOCK.
INSPECT_ONLY Model Armor filters will run in inspect only mode. No action will be taken on the request.
INSPECT_AND_BLOCK Model Armor filters will run in inspect and block mode. Requests that trip Model Armor filters will be blocked.