The platform base URL.
An auth provider for the request.
Attribute value FQNs to validate, in the form
https://<namespace>/attr/<name>/value/<value>.
AttributeNotFoundError if any FQNs are not found on the platform.
ConfigurationError if the FQN format is invalid or there are too many FQNs.
Checks that all provided attribute value FQNs exist on the platform. Validates FQN format first, then verifies existence via the platform API.
Use this before
createZTDF()to catch missing or misspelled attributes early instead of discovering the problem at decryption time.