GetClusterGatewaySettingsResult

data class GetClusterGatewaySettingsResult(val isCredentialEnabled: String, val password: String, val userName: String)

Gateway settings.

Constructors

Link copied to clipboard
constructor(isCredentialEnabled: String, password: String, userName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether or not the gateway settings based authorization is enabled.

Link copied to clipboard

The gateway settings user password.

Link copied to clipboard

The gateway settings user name.