Sha256: 36ed174d2959e81b430fd195bfa5a8d7f2feb7da07c314d4828151e7022ffab7

Contents?: true

Size: 829 Bytes

Versions: 2

Compression:

Stored size: 829 Bytes

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** |  |  |
| **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,
  referrerpolicy: null,
  src: null,
  type: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ory-kratos-client-0.8.2.alpha1 docs/UiNodeScriptAttributes.md
ory-kratos-client-0.8.0.alpha2 docs/UiNodeScriptAttributes.md