Databricks SDK for JavaScript
    Preparing search index...

    Interface AppResourceJob

    interface AppResourceJob {
        id?: string;
        permission?: AppResourceJob_JobPermission;
    }
    Index

    Properties

    Properties

    id?: string

    Id of the job to grant permission on.

    Permissions to grant on the Job. Supported permissions are: "CAN_MANAGE", "IS_OWNER", "CAN_MANAGE_RUN", "CAN_VIEW".