IncidentOwnerInfoArgs

data class IncidentOwnerInfoArgs(val assignedTo: Output<String>? = null, val email: Output<String>? = null, val objectId: Output<String>? = null, val ownerType: Output<Either<String, OwnerType>>? = null, val userPrincipalName: Output<String>? = null) : ConvertibleToJava<IncidentOwnerInfoArgs>

Information on the user an incident is assigned to

Constructors

Link copied to clipboard
constructor(assignedTo: Output<String>? = null, email: Output<String>? = null, objectId: Output<String>? = null, ownerType: Output<Either<String, OwnerType>>? = null, userPrincipalName: Output<String>? = null)

Properties

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

The name of the user the incident is assigned to.

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

The email of the user the incident is assigned to.

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

The object id of the user the incident is assigned to.

Link copied to clipboard
val ownerType: Output<Either<String, OwnerType>>? = null

The type of the owner the incident is assigned to.

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

The user principal name of the user the incident is assigned to.

Functions

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