Databricks SDK for JavaScript
    Preparing search index...

    Interface ListJobComplianceResponse

    interface ListJobComplianceResponse {
        jobs?: ListJobComplianceForPolicy_JobCompliance[];
        nextPageToken?: string;
        prevPageToken?: string;
    }
    Index

    Properties

    A list of jobs and their policy compliance statuses.

    nextPageToken?: string

    This field represents the pagination token to retrieve the next page of results. If this field is not in the response, it means no further results for the request.

    prevPageToken?: string

    This field represents the pagination token to retrieve the previous page of results. If this field is not in the response, it means no further results for the request.