Enum NetworkAclScope
- Namespace
- Auth0.ManagementApi.Models.NetworkAcl
- Assembly
- Auth0.ManagementApi.dll
Identifies the origin of the request
public enum NetworkAclScope
Fields
[EnumMember(Value = "authentication")] Authentication = 1
Identifies the origin of the request as the Authentication API
[EnumMember(Value = "management")] Management = 0
Identifies the origin of the request as the Management API
[EnumMember(Value = "tenant")] Tenant = 2
Identifies the origin of the request as the Tenant.