PIIdentity Properties
- Last UpdatedNov 18, 2025
- 3 minute read
- PI System
- AF SDK 2024 R2
- Developer
The PIIdentity type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AllowExplicitLogin |
This property determines if the PIIdentity can be used for an explicit login.
| |
| AllowMappings |
This property determines if the PIIdentity can be used in a Mapping.
| |
| AllowTrusts |
This property determines if the PIIdentity can be used in a Trust.
| |
| CanDelete |
This property determines if the PIIdentity can be deleted on the PIServer.
| |
| Description |
Read/write property that provides a description of the PIIdentity.
| |
| ID |
Read-only property that provides a unique identifier for the PIIdentity on the PIServer.
| |
| IdentityType |
This property identifies the type of PIIdentity.
| |
| IsDeleted |
This read-only property indicates whether the object has been deleted.
| |
| IsDirty |
This read-only property indicates whether the object has been modified since the last save to the PI Data Archive.
| |
| IsEnabled |
This property determines if the PIIdentity is enabled on the PIServer.
| |
| IsNew |
This read-only property indicates whether the object has been added into the collection but has not been saved to the PI Data Archive.
| |
| Name |
This property defines the name of the PIIdentity.
| |
| Server |
The PIServer for this PIIdentity.
|