ValidationResponse Class

Validation response.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
ValidationResponse

Constructor

ValidationResponse(*, error_info: Optional[azure.mgmt.authorization.v2020_10_01_preview.models._models_py3.ValidationResponseErrorInfo] = None, **kwargs)

Parameters

error_info
ValidationResponseErrorInfo
Required

Failed validation result details.

Variables

is_valid
bool

Whether or not validation succeeded.