PISystem.GetIdentityProvidersandRoles Method
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
Returns a collection of the configured Roles of the .
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public AFOidcIdentity[] GetIdentityProvidersandRoles()
Public Function GetIdentityProvidersandRoles As AFOidcIdentity() Dim instance As PISystem Dim returnValue As AFOidcIdentity() returnValue = instance.GetIdentityProvidersandRoles()
public: array<AFOidcIdentity^>^ GetIdentityProvidersandRoles()
member GetIdentityProvidersandRoles : unit -> AFOidcIdentity[]
Field Value
Type: AFOidcIdentityReturns an Array of all of the Configured Roles on the Identity Server.