AFSecurityMappingType Enumeration
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
This enumeration defines the types of AFSecurityMapping.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public enum AFSecurityMappingType
Public Enumeration AFSecurityMappingType Dim instance As AFSecurityMappingType
public enum class AFSecurityMappingType
type AFSecurityMappingType
Members
| Member name | Value | Description | |
|---|---|---|---|
| Windows | 0 | The SecurityMapping type is Windows. | |
| Role | 1 | The SecurityMapping type is an OIDC Role | |
| ClientCredential | 2 | The SecurityMapping type is an OIDC ClientCredential | |
| OIDC | 3 | The SecurityMapping type is OIDC. |