> 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/s3objectstoragesso.md).

# S3ObjectStorageSSO

## Properties

\| **sso\_url** | **String** | The S3 object storage single sign on url | \[optional]\[readonly] |

## Example

```ruby
require 'ionoscloud'


instance = Ionoscloud::S3ObjectStorageSSO.new(
  sso_url: https://<hostname>:port/ssosecurelogin.htm?user=dcf5702f-9353-47AN5-_x7E.....htm
)
```
