Databricks SDK for JavaScript
    Preparing search index...

    Interface ListJobComplianceForPolicy

    interface ListJobComplianceForPolicy {
        pageSize?: number;
        pageToken?: string;
        policyId?: string;
    }
    Index

    Properties

    pageSize?: number

    Use this field to specify the maximum number of results to be returned by the server. The server may further constrain the maximum number of results returned in a single page.

    pageToken?: string

    A page token that can be used to navigate to the next page or previous page as returned by next_page_token or prev_page_token.

    policyId?: string

    Canonical unique identifier for the cluster policy.