AssignedStandardItemArgs

data class AssignedStandardItemArgs(val id: Output<String>? = null) : ConvertibleToJava<AssignedStandardItemArgs>

Describe the properties of a of a standard assignments object reference

Constructors

Link copied to clipboard
constructor(id: Output<String>? = null)

Properties

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

Full resourceId of the Microsoft.Security/standard object

Functions

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