Incident Owner Info Args
data class IncidentOwnerInfoArgs(val assignedTo: Output<String>? = null, val email: Output<String>? = null, val objectId: Output<String>? = null, val userPrincipalName: Output<String>? = null) : ConvertibleToJava<IncidentOwnerInfoArgs>
Information on the user an incident is assigned to
Constructors
Link copied to clipboard
fun IncidentOwnerInfoArgs(assignedTo: Output<String>? = null, email: Output<String>? = null, objectId: Output<String>? = null, userPrincipalName: Output<String>? = null)