Resource Type: GCP > Model Armor > Floor Setting
The Model Armor Floor Setting is a per-project (also folder or organization) singleton that establishes the minimum prompt and response filtering posture Model Armor templates cannot undercut. It controls whether floor enforcement is enabled, whether the Vertex AI integration blocks (not merely inspects) violations, and which per-filter checks are enforced.
Resource Context
Floor Setting is a part of the Model Armor service.
Each Floor Setting lives under a Project.
Controls
The primary controls for GCP > Model Armor > Floor Setting are:
Quick Actions
Category
In Your Workspace
- Controls by Resource Type report
- Policy Settings by Resource Type report
- Resources by Resource Type report
Developers
- tmod:@turbot/gcp-modelarmor#/resource/types/floorSetting
- tmod:@turbot/turbot#/resource/categories/security
- turbot graphql resource --id "tmod:@turbot/gcp-modelarmor#/resource/types/floorSetting"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/gcp-modelarmor#/resource/types/floorSetting';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/gcp-modelarmor#/resource/types/floorSetting"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/gcp-modelarmor#/resource/types/floorSetting' and notification_type in ('resource_updated', 'resource_created');
Get ResourceGet Policy Settings (By Resource ID)Get Resource Notification
Resource Type URI
Category URI
GraphQL
CLI
Steampipe Query