HuntOwner Class

Describes a user that the hunt is assigned to.

Constructor

HuntOwner(*args: Any, **kwargs: Any)

Variables

Name Description
email
str

The email of the user the hunt is assigned to.

assigned_to
str

The name of the user the hunt is assigned to.

object_id
str

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

user_principal_name
str

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

owner_type

The type of the owner the hunt is assigned to. Known values are: "Unknown", "User", and "Group".

Attributes

assigned_to

The name of the user the hunt is assigned to.

assigned_to: str | None

email

The email of the user the hunt is assigned to.

email: str | None

object_id

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

object_id: str | None

owner_type

"Unknown", "User", and "Group".

owner_type: str | _models.OwnerType | None

user_principal_name

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

user_principal_name: str | None