Ory.Model.ManagedIdentitySchema (ory_client v1.6.2)
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.
Summary
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() }
Functions
Link to this function