Sha256: 8d9125ec38f2a9953531a2cddfc93238352b3e7eaa91ec7951413e268dc4cb3e

Contents?: true

Size: 1.28 KB

Versions: 6

Compression:

Stored size: 1.28 KB

Contents

# OryKratosClient::UiNodeScriptAttributes

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **async** | **Boolean** | The script async type |  |
| **crossorigin** | **String** | The script cross origin policy |  |
| **id** | **String** | A unique identifier |  |
| **integrity** | **String** | The script's integrity hash |  |
| **node_type** | **String** | NodeType represents this node's types. It is a mirror of `node.type` and is primarily used to allow compatibility with OpenAPI 3.0. In this struct it technically always is \"script\". |  |
| **nonce** | **String** | Nonce for CSP  A nonce you may want to use to improve your Content Security Policy. You do not have to use this value but if you want to improve your CSP policies you may use it. You can also choose to use your own nonce value! |  |
| **referrerpolicy** | **String** | The script referrer policy |  |
| **src** | **String** | The script source |  |
| **type** | **String** | The script MIME type |  |

## Example

```ruby
require 'ory-kratos-client'

instance = OryKratosClient::UiNodeScriptAttributes.new(
  async: null,
  crossorigin: null,
  id: null,
  integrity: null,
  node_type: null,
  nonce: null,
  referrerpolicy: null,
  src: null,
  type: null
)
```

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
ory-kratos-client-1.1.0 docs/UiNodeScriptAttributes.md
ory-kratos-client-1.0.0 docs/UiNodeScriptAttributes.md
ory-kratos-client-0.13.1 docs/UiNodeScriptAttributes.md
ory-kratos-client-0.11.1 docs/UiNodeScriptAttributes.md
ory-kratos-client-0.11.0 docs/UiNodeScriptAttributes.md
ory-kratos-client-0.10.1 docs/UiNodeScriptAttributes.md