# ManagedIdentitySchema
## Properties
**blob_name** | **String** | The gcs file name This is a randomly generated name which is used to uniquely identify the file on the blob storage |
**blob_url** | **String** | The publicly accessible url of the schema |
**content_hash** | Option<**String**> | The Content Hash Contains a hash of the schema's content. | [optional]
**created_at** | **String** | The Schema's Creation Date | [readonly]
**id** | **String** | The schema's ID. | [readonly]
**name** | **String** | The schema name This is set by the user and is for them to easily recognise their schema |
**updated_at** | **String** | Last Time Schema was Updated | [readonly]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)