# `Ory.Model.ManagedIdentitySchema`

Together the name and identity uuid are a unique index constraint. This prevents a user from having schemas with the same name. This also allows schemas to have the same name across the system.

# `t`

```elixir
@type t() :: %Ory.Model.ManagedIdentitySchema{
  blob_name: String.t(),
  blob_url: String.t(),
  content_hash: String.t() | nil,
  created_at: DateTime.t(),
  id: String.t(),
  name: String.t(),
  updated_at: DateTime.t()
}
```

# `decode`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
