Sha256: 3aec107e4714eb78639aa9992206ed260b32abb6e2ff32b7390e62e305cedf6b

Contents?: true

Size: 877 Bytes

Versions: 193

Compression:

Stored size: 877 Bytes

Contents

# OryClient::SubmitSelfServiceSettingsFlowWithOidcMethodBody

## 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::SubmitSelfServiceSettingsFlowWithOidcMethodBody.new(
  flow: null,
  link: null,
  method: null,
  traits: null,
  unlink: null
)
```

Version data entries

193 entries across 193 versions & 1 rubygems

Version Path
ory-client-0.2.0.alpha60 docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md
ory-client-0.2.0.alpha48 docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md
ory-client-0.2.0.alpha47 docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md
ory-client-0.2.0.alpha46 docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md
ory-client-0.2.0.alpha45 docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md
ory-client-0.2.0.alpha44 docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md
ory-client-0.2.0.alpha43 docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md
ory-client-0.2.0.alpha42 docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md
ory-client-0.2.0.alpha41 docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md
ory-client-0.2.0.alpha40 docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md
ory-client-0.2.0.alpha39 docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md
ory-client-0.2.0.alpha38 docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md
ory-client-0.2.0.alpha37 docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md
ory-client-0.2.0.alpha36 docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md
ory-client-0.2.0.alpha35 docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md
ory-client-0.2.0.alpha34 docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md
ory-client-0.2.0.alpha33 docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md
ory-client-0.2.0.alpha32 docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md
ory-client-0.2.0.alpha31 docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md
ory-client-0.2.0.alpha30 docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md