Ory.Model.ManagedIdentitySchema (ory_client v1.1.23)
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.
Link to this section Summary
Link to this section Types
@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() }