Sha256: 69c6b326a2027986636dcbeafa89826d83438d6c17341bb5e6add749be6716ac

Contents?: true

Size: 847 Bytes

Versions: 23

Compression:

Stored size: 847 Bytes

Contents

# OryClient::UpdateSettingsFlowWithOidcMethod

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **flow** | **String** | Flow ID is the flow's ID.  in: query | [optional] |
| **link** | **String** | Link this provider  Either this or `unlink` must be set.  type: string in: body | [optional] |
| **method** | **String** | Method  Should be set to profile when trying to update a profile. |  |
| **traits** | **Object** | The identity's traits  in: body | [optional] |
| **unlink** | **String** | Unlink this provider  Either this or `link` must be set.  type: string in: body | [optional] |

## Example

```ruby
require 'ory-client'

instance = OryClient::UpdateSettingsFlowWithOidcMethod.new(
  flow: null,
  link: null,
  method: null,
  traits: null,
  unlink: null
)
```

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
ory-client-1.1.21 docs/UpdateSettingsFlowWithOidcMethod.md
ory-client-1.1.20 docs/UpdateSettingsFlowWithOidcMethod.md
ory-client-1.1.19 docs/UpdateSettingsFlowWithOidcMethod.md
ory-client-1.1.18 docs/UpdateSettingsFlowWithOidcMethod.md
ory-client-1.1.17 docs/UpdateSettingsFlowWithOidcMethod.md
ory-client-1.1.16 docs/UpdateSettingsFlowWithOidcMethod.md
ory-client-1.1.15 docs/UpdateSettingsFlowWithOidcMethod.md
ory-client-1.1.14 docs/UpdateSettingsFlowWithOidcMethod.md
ory-client-1.1.13 docs/UpdateSettingsFlowWithOidcMethod.md
ory-client-1.1.12 docs/UpdateSettingsFlowWithOidcMethod.md
ory-client-1.1.11 docs/UpdateSettingsFlowWithOidcMethod.md
ory-client-1.1.10 docs/UpdateSettingsFlowWithOidcMethod.md
ory-client-1.1.7 docs/UpdateSettingsFlowWithOidcMethod.md
ory-client-1.1.5 docs/UpdateSettingsFlowWithOidcMethod.md
ory-client-1.1.4 docs/UpdateSettingsFlowWithOidcMethod.md
ory-client-1.1.3 docs/UpdateSettingsFlowWithOidcMethod.md
ory-client-1.1.2 docs/UpdateSettingsFlowWithOidcMethod.md
ory-client-1.1.1 docs/UpdateSettingsFlowWithOidcMethod.md
ory-client-1.1.0 docs/UpdateSettingsFlowWithOidcMethod.md
ory-client-1.0.2 docs/UpdateSettingsFlowWithOidcMethod.md