Resource Type: GCP > Model Armor > Template
A Model Armor Template is a reusable filter configuration that applications reference when screening prompts sent to large language models and the responses returned. Templates define which Responsible AI, prompt-injection, malicious-URI, and Sensitive Data Protection filters apply, and at what enforcement level.
Resource Context
Template is a part of the Model Armor service.
Each Template lives under a Region.
Controls
The primary controls for GCP > Model Armor > Template 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/template
- tmod:@turbot/turbot#/resource/categories/security
- turbot graphql resource --id "tmod:@turbot/gcp-modelarmor#/resource/types/template"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/gcp-modelarmor#/resource/types/template';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/gcp-modelarmor#/resource/types/template"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/gcp-modelarmor#/resource/types/template' 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