Sha256: e687b71bde4ce74dd6e272079fa9655cacc214a5ad73f3358a75b2c7d7f36f2f
Contents?: true
Size: 1.26 KB
Versions: 150
Compression:
Stored size: 1.26 KB
Contents
# OryClient::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-client' instance = OryClient::UiNodeScriptAttributes.new( async: null, crossorigin: null, id: null, integrity: null, node_type: null, nonce: null, referrerpolicy: null, src: null, type: null ) ```
Version data entries
150 entries across 150 versions & 1 rubygems