fastly-api 14.0.0

Fastly API client
Documentation
# Script

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | Option<**String**> | Unique script identifier | 
**page_id** | Option<**String**> | Parent page ID | 
**source** | Option<**String**> | Script source (inline or external URL) | 
**urls** | Option<**Vec<String>**> | URLs where this script was observed | 
**first_seen_at** | Option<**String**> |  | 
**last_seen_at** | Option<**String**> |  | 
**justification** | Option<**String**> | Reason for authorization decision | 
**current_hash** | Option<**String**> | Current script content hash | 
**authorized_hash** | Option<**String**> | Hash of authorized script content | 
**authorization_status** | Option<**String**> | Script authorization status | 
**authorized_at** | Option<**String**> |  | 

[[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)