Sha256: 8f5119f5de60ddaccf43efc283cf66417dcd085f3283be88331cadf036d33c9e

Contents?: true

Size: 884 Bytes

Versions: 8

Compression:

Stored size: 884 Bytes

Contents

# OryClient::UiNode

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **attributes** | [**UiNodeAttributes**](UiNodeAttributes.md) |  |  |
| **group** | **String** | Group specifies which group (e.g. password authenticator) this node belongs to. default DefaultGroup password PasswordGroup oidc OpenIDConnectGroup profile ProfileGroup link LinkGroup code CodeGroup totp TOTPGroup lookup_secret LookupGroup webauthn WebAuthnGroup passkey PasskeyGroup |  |
| **messages** | [**Array<UiText>**](UiText.md) |  |  |
| **meta** | [**UiNodeMeta**](UiNodeMeta.md) |  |  |
| **type** | **String** | The node's type text Text input Input img Image a Anchor script Script |  |

## Example

```ruby
require 'ory-client'

instance = OryClient::UiNode.new(
  attributes: null,
  group: null,
  messages: null,
  meta: null,
  type: null
)
```

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
ory-client-1.13.10 docs/UiNode.md
ory-client-1.13.6 docs/UiNode.md
ory-client-1.13.4 docs/UiNode.md
ory-client-1.13.3 docs/UiNode.md
ory-client-1.13.2 docs/UiNode.md
ory-client-1.13.1 docs/UiNode.md
ory-client-1.13.0 docs/UiNode.md
ory-client-1.11.6 docs/UiNode.md