{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/NetworkAclRuleScopeEnum", "title": "NetworkAclRuleScopeEnum", "type": "string", "description": "Identifies the origin of the request as the Management API (management), Authentication API (authentication), Dynamic Client Registration API (dynamic_client_registration), or any (tenant)", "enum": [ "management", "authentication", "tenant", "dynamic_client_registration" ] }