WorkOS Connection struct.
@type t() :: %WorkOS.SSO.Connection{ connection_type: String.t(), created_at: String.t(), domains: [WorkOS.SSO.Connection.Domain.t()] | nil, id: String.t(), name: String.t(), organization_id: String.t(), state: String.t(), updated_at: String.t() }