# OryHydraClient::AdminCreateSelfServiceRecoveryLinkBody ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **expires_in** | **String** | Link Expires In The recovery link will expire at that point in time. Defaults to the configuration value of `selfservice.flows.recovery.request_lifespan`. | [optional] | | **identity_id** | **String** | | | ## Example ```ruby require 'ory-kratos-client' instance = OryHydraClient::AdminCreateSelfServiceRecoveryLinkBody.new( expires_in: null, identity_id: null ) ```