SAPSystemIDResponse

data class SAPSystemIDResponse(val gid: String? = null, val memoryAllocation: String, val sid: String? = null, val uid: String? = null, val username: String? = null)

Specifies information related to a SAP system ID

Constructors

Link copied to clipboard
constructor(gid: String? = null, memoryAllocation: String, sid: String? = null, uid: String? = null, username: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val gid: String? = null

Group ID of the HANA database user.

Link copied to clipboard

Percent of memory to allocate to this SID.

Link copied to clipboard
val sid: String? = null

SAP system ID as database identifier.

Link copied to clipboard
val uid: String? = null

User ID of the HANA database user.

Link copied to clipboard
val username: String? = null

Name of the HANA database user.