> For the complete documentation index, see [llms.txt](https://docs.ionos.com/ruby-sdk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ionos.com/ruby-sdk/models/backupunitsso.md).

# BackupUnitSSO

## Properties

\| **sso\_url** | **String** | The backup unit single sign on url | \[optional]\[readonly] |

## Example

```ruby
require 'ionoscloud'


instance = Ionoscloud::BackupUnitSSO.new(
  sso_url: https://<hostname>/?jwt=eyJ0eXAiO...W47AN5-_x7E
)
```
