Sha256: c1ba7850c1e45395e46945f8e3a858aa14448fb41fe4aae2d190e32ec193ea7f
Contents?: true
Size: 613 Bytes
Versions: 4
Compression:
Stored size: 613 Bytes
Contents
# OryKratosClient::IdentityPatchResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **action** | **String** | The action for this specific patch create ActionCreate Create this identity. | [optional] | | **identity** | **String** | The identity ID payload of this patch | [optional] | | **patch_id** | **String** | The ID of this patch response, if an ID was specified in the patch. | [optional] | ## Example ```ruby require 'ory-kratos-client' instance = OryKratosClient::IdentityPatchResponse.new( action: null, identity: null, patch_id: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems