isPublicresource
ispublicresource is a predicate used in access control and resource management to indicate whether a given resource can be accessed without user authentication. In many systems the notion is implemented as a boolean flag in resource metadata, as an annotation in source code, or as a policy statement in an access control list. The value of ispublicresource typically informs the runtime decision on whether to apply authentication and authorization checks for requests targeting the resource.
Public resources are generally designed to be reachable by any user or client, and may be served
Common examples include documentation pages, health or status endpoints, public assets (images, scripts), and public API