@servicenow/sdk - v4.7.0
    Preparing search index...
    type DashboardPermissionFlags = {
        canRead?: boolean;
        canShare?: boolean;
        canWrite?: boolean;
        owner?: boolean;
    }
    Index

    Properties

    canRead?: boolean

    Whether the user can read the dashboard (defaults to true)

    canShare?: boolean

    Whether the user can share the dashboard (defaults to false)

    canWrite?: boolean

    Whether the user can write/edit the dashboard (defaults to false)

    owner?: boolean

    Whether the user is the owner of the dashboard (defaults to false)