Pii Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Type of PII data, if any. If an event is sent through audit pipeline, this value should be forced to 'None'.
public enum Pii
type Pii =
Public Enum Pii
- Inheritance
-
Pii
Fields
Name | Value | Description |
---|---|---|
None | 0 | Data is not PII |
SmtpAddress | 1 | Data contains an SMTP address |
Identity | 2 | Data contains an identity |
Uri | 3 | Data contains a URI |
Fqdn | 4 | Data contains a FQDN |
EUPI | 5 | Data contains a End User Pseudonymous Information |
OII | 6 | Data contains a Organization Identifiable Information |