AFSecurityMappingType Enumeration
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This enumeration defines the types of AFSecurityMapping.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
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. |