Sha256: a3ed434e42264a1614295f3dfb43a53aabbe0ea4a97bcdac188d92f6892da3e2
Contents?: true
Size: 594 Bytes
Versions: 78
Compression:
Stored size: 594 Bytes
Contents
# OryClient::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-client' instance = OryClient::IdentityPatchResponse.new( action: null, identity: null, patch_id: null ) ```
Version data entries
78 entries across 78 versions & 1 rubygems