Enum EntityMetadata.Types.EntityType
Describes the type of entity. An unknown event type.
Namespace: Google.Backstory
Assembly: Google.Backstory.dll
Syntax
public enum EntityMetadata.Types.EntityType
Fields
| Name | Description |
|---|---|
| Asset | An asset, such as workstation, laptop, phone, virtual machine, etc. |
| CidrBlock | A CIDR block. |
| DomainName | A domain. |
| File | A file. |
| Group | Group. |
| IpAddress | An external IP address. |
| Metric | A metric. |
| Mutex | A mutex. |
| Resource | Resource. |
| UnknownEntitytype | @hide_from_doc |
| Url | A url. |
| User | User. |