Enum ComplianceLevel
- Namespace
- Auth0.ManagementApi.Models
- Assembly
- Auth0.ManagementApi.dll
Defines the compliance level for this client, which may restrict it's capabilities
public enum ComplianceLevel
Fields
[EnumMember(Value = "fapi1_adv_mtls_par")] FAPI1_ADV_MTLS_PAR = 2
Compliance Level 'fapi1_adv_mtls_par'
[EnumMember(Value = "fapi1_adv_pkj_par")] FAPI1_ADV_PKJ_PAR = 1
Compliance Level 'fapi1_adv_pkj_par'
[EnumMember(Value = "none")] NONE = 0
Compliance Level 'none'