Enum EntraApplicationCredentialType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
The Active Directory access rule type.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum EntraApplicationCredentialType
Fields
Certificate = 1The credential type is certificate.
ClientSecret = 2The credential type is client secret.
Unknown = 0The credential type is unknown.