HuntOwnerArgs

data class HuntOwnerArgs(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<HuntOwnerArgs>

Describes a user that the hunt 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 hunt is assigned to.

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

The email of the user the hunt is assigned to.

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

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

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

The type of the owner the hunt is assigned to.

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

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

Functions

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