Databricks SDK for JavaScript
    Preparing search index...

    Interface ListJobComplianceForPolicy_JobCompliance

    interface ListJobComplianceForPolicy_JobCompliance {
        isCompliant?: boolean;
        jobId?: bigint;
        violations?: Record<string, string>;
    }
    Index

    Properties

    isCompliant?: boolean

    Whether this job is in compliance with the latest version of its policy.

    jobId?: bigint

    Canonical unique identifier for a job.

    violations?: Record<string, string>

    An object containing key-value mappings representing the first 200 policy validation errors. The keys indicate the path where the policy validation error is occurring. An identifier for the job cluster is prepended to the path. The values indicate an error message describing the policy validation error.