Sha256: c1a559a0efcebee37460999f7643bc8abaf9ed4555d9bf349c9cd1a4ed920cfe
Contents?: true
Size: 1.53 KB
Versions: 13
Compression:
Stored size: 1.53 KB
Contents
# OryHydraClient::ProfileManagementRequest ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **expires_at** | **DateTime** | ExpiresAt is the time (UTC) when the request expires. If the user still wishes to update the profile, a new request has to be initiated. | [optional] **form** | [**Form**](Form.md) | | [optional] **id** | **String** | | [optional] **identity** | [**Identity**](Identity.md) | | [optional] **issued_at** | **DateTime** | IssuedAt is the time (UTC) when the request occurred. | [optional] **request_url** | **String** | RequestURL is the initial URL that was requested from ORY Kratos. It can be used to forward information contained in the URL's path or query for example. | [optional] **update_successful** | **Boolean** | UpdateSuccessful, if true, indicates that the profile has been updated successfully with the provided data. Done will stay true when repeatedly checking. If set to true, done will revert back to false only when a request with invalid (e.g. \"please use a valid phone number\") data was sent. | [optional] ## Code Sample ```ruby require 'OryHydraClient' instance = OryHydraClient::ProfileManagementRequest.new(expires_at: null, form: null, id: null, identity: null, issued_at: null, request_url: null, update_successful: null) ```
Version data entries
13 entries across 13 versions & 1 rubygems