ory-client 1.20.11

OpenAPI API client for Ory Network, Ory's web-scale API for identity and access control.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# ManagedIdentitySchema

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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)