Sap Landscape Monitor Sid Mapping Args
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
fun SapLandscapeMonitorSidMappingArgs(name: Output<String>? = null, topSid: Output<List<String>>? = null)