StorageSystemServerCredentials

data class StorageSystemServerCredentials(val password: String, val username: String)

The username and password for accessing your on-premises storage system's management interface.

Constructors

Link copied to clipboard
constructor(password: String, username: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The password for your storage system's management interface

Link copied to clipboard

The username for your storage system's management interface.