SapLandscapeMonitorSidMappingResponse

data class SapLandscapeMonitorSidMappingResponse(val name: String? = null, val topSid: List<String>? = null)

Gets or sets the mapping for SID to Environment/Applications.

Constructors

Link copied to clipboard
constructor(name: String? = null, topSid: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

Gets or sets the name of the grouping.

Link copied to clipboard
val topSid: List<String>? = null

Gets or sets the list of SID's.