SapLandscapeMonitorSidMappingArgs

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

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

Constructors

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

Properties

Link copied to clipboard
val name: Output<String>? = null

Gets or sets the name of the grouping.

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

Gets or sets the list of SID's.

Functions

Link copied to clipboard
open override fun toJava(): SapLandscapeMonitorSidMappingArgs