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.0.1.alpha177 docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md
ory-client-0.0.1.alpha176 docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md
ory-client-0.0.1.alpha175 docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md
ory-client-0.0.1.alpha169 docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md
ory-client-0.0.1.alpha168 docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md
ory-client-0.0.1.alpha167 docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md
ory-client-0.0.1.alpha166 docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md
ory-client-0.0.1.alpha165 docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md
ory-client-0.0.1.alpha164 docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md
ory-client-0.0.1.alpha163 docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md
ory-client-0.0.1.alpha162 docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md
ory-client-0.0.1.alpha161 docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md
ory-client-0.0.1.alpha160 docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md
ory-client-0.0.1.alpha159 docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md
ory-client-0.0.1.alpha158 docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md
ory-client-0.0.1.alpha157 docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md
ory-client-0.0.1.alpha156 docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md
ory-client-0.0.1.alpha155 docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md
ory-client-0.0.1.alpha154 docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md
ory-client-0.0.1.alpha153 docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md