Databricks SDK for JavaScript
    Preparing search index...

    Interface ValidateCredentialRequest_ValidationResult

    interface ValidateCredentialRequest_ValidationResult {
        message?: string;
        result?: ValidateCredentialRequest_Result;
    }
    Index

    Properties

    Properties

    message?: string

    Error message would exist when the result does not equal to PASS.

    The results of the tested operation.