ConstReadonlyALLOW_ALL_REGISTERED_ENDPOINTS: "ALLOW_ALL_REGISTERED_ENDPOINTS"Allows requests arriving through any endpoint registered to the account. Deny rules and allow rules cannot be set in this mode.
ReadonlyRESTRICTED_ACCESS: "RESTRICTED_ACCESS"Restricts access based on deny rules and allow rules. Requests that do not match any allow rule are denied.
The restriction mode for private access. In ALLOW_ALL_REGISTERED_ENDPOINTS mode, requests arriving through any endpoint registered to the account are allowed, and deny rules and allow rules cannot be set. In RESTRICTED_ACCESS mode, access is restricted based on deny rules and allow rules; requests that do not match any allow rule are denied.