HuntOwner interface

Describes a user that the hunt is assigned to

Properties

assignedTo

The name of the user the hunt is assigned to.

email

The email of the user the hunt is assigned to.

objectId

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

ownerType

The type of the owner the hunt is assigned to.

userPrincipalName

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

Property Details

assignedTo

The name of the user the hunt is assigned to.

assignedTo?: string

Property Value

string

email

The email of the user the hunt is assigned to.

email?: string

Property Value

string

objectId

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

objectId?: string

Property Value

string

ownerType

The type of the owner the hunt is assigned to.

ownerType?: string

Property Value

string

userPrincipalName

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

userPrincipalName?: string

Property Value

string